Tag: Embedded Database

vRA 8.x – Quick Tip – How to access embedded PostgreSQL DB

vRA 8.x – Quick Tip – How to access embedded PostgreSQL DB

Hi! Here is another one in our Quick Tip series: accessing the Embedded PostgreSQL Database in vRealize Automation 8.x. SSH to your vRA appliance as rootOnce logged in, run the following command vracli dev psql <db-name>Examples:vracli dev psql catalog-dbvracli dev psql vco-dbThis will automatically log you in as the postgres user I the pod hosting the specified … Continue reading vRA 8.x – Quick Tip – How to access embedded PostgreSQL DB

vRA – Quick Tip – How to access embedded PostgreSQL DB

Helloooo! Today I would like to share a quick tip with you on how to access the embedded vRA PostgreSQL database on your vRA appliances: SSH to your vRA appliance as root Once logged in, switch to the postgres user with the following command: su postgres Change to the vRA database (VCAC): psql vcac Show … Continue reading vRA – Quick Tip – How to access embedded PostgreSQL DB