We have FME Server hosted on a docker environment. We are using AWS, for database we are using RDS postgres, and for storage, we are using EFS.
On one server we are running all core components using docker-compose. and we have lambda-based engine deployment using separate EC2 servers. Of course, both core and engine are using postgres RDS and EFS.
What would the upgrade process look like?
Our goal is to upgrade without losing any repository, server configuration, job logs, automation, schedules, etc.