7.4

Table Of Contents
Prerequisites
n
Upgrade or migrate your vRealize Automation to version 7.4. For more information, see Upgrading
vRealize Automation in Installing or Upgrading vRealize Automation.
n
Stop the Orchestrator server service of the external Orchestrator.
n
Back up the database, including the database schema, of the external Orchestrator server.
Procedure
1 Export the configuration from the external Orchestrator server.
a Log in to Control Center of the external Orchestrator server as root or as an administrator,
depending on the source version.
b Stop the Orchestrator server service from the Startup Options page to prevent unwanted
changes to the database.
c Go to the Export/Import Configuration page.
d On the Export Configuration page, select Export server configuration, Bundle plug-ins and
Export plug-in configurations.
2 Migrate the exported configuration into the embedded Orchestrator instance.
a Upload the exported Orchestrator configuration file to
the /usr/lib/vco/tools/configuration-cli/bin directory of the vRealize Automation
appliance.
b Log in to the vRealize Automation appliance over SSH as root.
c Stop the Orchestrator server service and the Control Center service of the built-in
vRealize Orchestrator server.
service vco-server stop && service vco-configurator stop
d Import the Orchestrator configuration file to the built-in vRealize Orchestrator server, by running
the vro-configure script with the import command.
./vro-configure.sh import --type embedded --path orchestrator-config-export-
orchestrator_appliance_ip-date_hour.zip
3 If the external Orchestrator server from which you want to migrate uses the built-in PostgreSQL
database, edit its database configuration files.
a In the /var/vmware/vpostgres/current/pgdata/postgresql.conf file, uncomment the
listen_addresses line.
b Set the values of listen_addresses to a wildcard (*).
listen_addresses ='*'
Upgrading from vRealize Automation 7.1 or Later to 7.4
VMware, Inc. 36