Support for Life Cycle Managed based deployments of Aria Config were recently deprecated and customers need guidance on how to migrate their existing data from the appliance.
Aria Automation Config 8.x (LCM based deployments only)
Photon OS 3 is now End of Life.
Salt 3005.x that ships with Photon OS 3 is also now end of life
This solution assumes that you are you managing less than 1,000 minions and intend to migrate to a single managed VM based on RHEL, or a compatible RHEL derivative such as Oracle Linux. However, this same basic process will also work for a multi-node deployment. You should download the same version of the installer as your current running version of RaaS on the LCM based appliance if possible. If this version is not available, then please contact support to see if a copy is available. This will help ensure that the migration goes as smoothly as possible.
In the event that your Aria Config instance is integrated with Aria Automation (formerly vRA), then you will need to additionally follow these steps:
Please contact support in the event you have any questions regarding this process.
If "/var/log/raas/raas
" logs reports below error:
] [CRITICAL:216 ] [MainProcess: 2710817] Failed to connect to the storage backend. Trying again in a bit.
] [DEBUG :216 ] [MainProcess: 2710817] Failed to connect to database: (psycopg2. OperationalError) connection to server at "localhost" (127.0.0.1),
Confirm the below configuration in "/var/lib/pgsql/13/data/postgresql.conf
"
sql:
dialect: postgresql
host: localhost
port: 5432
driver: psycopg2
ssl: False