7.3

Table Of Contents
Procedure
1 Delete vro-config.zip from the /tmp directory.
rm -rf /tmp/vro-config.zip
2 Revoke vco_migration user remote access to the vcac database by removing the previously added
line from the source PostgreSQL client authentication configuration file.
sed -i '/vro_migration/d' /storage/db/pgdata/pg_hba.conf
3 Restart the PostgreSQL server.
service vpostgres restart
4 Delete vro_migration user from the source PostgreSQL database.
a Revoke vro_migration user access to the tables in the vcac database.
sudo -u postgres -i -- /opt/vmware/vpostgres/current/bin/psql vcac -c "REVOKE ALL PRIVILEGES
ON ALL TABLES IN SCHEMA public FROM vro_migration;"
b Remove vro_migration user from the source PostgreSQL server.
sudo -u postgres -i -- /opt/vmware/vpostgres/current/bin/psql vcac -c "DROP USER
vro_migration;"
Reconfigure the vRealize Automation Endpoint in the
Target vRealize Orchestrator
Use the following procedure to reconfigure the vRealize Automation endpoint in the embedded target
vRealize Orchestrator.
Prerequisites
n
Successful migration to vRealize Automation 7.3.
n
Connect to the target vRealize Orchestrator using the vRealize Orchestrator client. For information,
see Using the VMware vRealize Orchestrator Client in the vRealize Orchestrator documentation.
Procedure
1 Select Design from the top drop-down menu.
2 Click Inventory.
3 Expand vRealize Automation.
Migrating vRealize Automation to 7.3 or 7.3.1
VMware, Inc. 53