Backing up the vRealize Automation Database
- William B
- Apr 24, 2021
- 1 min read
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
Comments