When performing risky operations in vRealize Automation 8.X, it is always a good idea to backup the internal database before performing the operation.
For a clustered vRA deployment, SSH to the primary vRA node and run the following command:
vracli db dump > backup.sql
To restore from backup, run the following command:
pg_restore backup.sql
コメント