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 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 also works 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 helps ensure that the migration goes as smoothly as possible.
/etc/raas/pki/.raas.key file.
My Downloads.Salt or Automation depending on your entitlement.VMware Salt or VMware Aria Automation and then ... Config.Automated Installer, not the OVA or virtual appliance.sse-installer/salt/sse/eapI_database/files and install the RPMs in a single command like rpm -Uvh ./*.rpm.
postgresql service for now./var/lib/postgresql/data, or /var/lib/postgresql/<VERSION>/data.postgresql.conf and the pg_hba.conf files over to the new host.systemctl start postgresql-<VERSION>.sse-installer/sse/salt/eapi_cache/files/.rpm -Uvh ./*.rpm to install the service.systemctl stop redis./etc/redis.conf or /etc/redis/redis.conf.systemctl start redis.sse-installer/salt/sse/eapi_service/files.rpm -Uvh ./openssl*.rpm
rpm -Uvh ./lib*.rpm
rpm -Uvh ./xml*.rpm
rpm -Uvh ./ssc-trans*.rpm
rpm -Uvh ./singleton*.rpm
Ctrl-c to quit the package installation.rpm -qa | grep -i singleton../raas*.rpmsystemctl stop raas./etc/raas/pki/.raas.key file in the expected location.systemctl start raas.systemctl status raas. The service may take a minute to come up.If your Aria Config instance is integrated with Aria Automation (formerly vRA), then follow these additional steps:
su - postgres -c psql.vra_params table content: delete from vra_params;.
salt-cloud is installed along with salt-master./etc/salt/cloud.deploy.d.salt-pip install <package_name>.Please contact support if 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