7.0

Table Of Contents
2 Run the following command to manually create the required saas schema and citext extension.
The following example uses a psql binary path for vPostgres. Your path might be different based on
your operating system and the implementation of PostgreSQL that you use.
# command to create "saas" schema and citext extension:
su - postgres -c "/opt/vmware/vpostgres/current/bin/psql -Atw --set ON_ERROR_STOP=on
VCAC_DATABASE" <<
EOF
CREATE SCHEMA saas AUTHORIZATION VCAC_USER;
CREATE EXTENSION IF NOT EXISTS "citext" SCHEMA saas;
EOF
Replace VCAC_DATABASE and VCAC_USER with your vRealize Automation database name and
database user. The default database name and default user name are vcac.
What to do next
Download the virtual appliance upgrade. See Downloading vRealize Automation Appliance Updates.
Downloading vRealize Automation Appliance Updates
You can check for updates from the client management page for your appliance and download the
updates by using one of the following methods.
n
Download vRealize Automation Appliance Updates from a VMware Repository
You can download the update for your vRealize Automation appliance from a public repository on
the vmware.com Web site.
n
Download Virtual Appliance Updates for Use with a CD-ROM Drive
You can update your virtual appliance from an ISO file that the appliance reads from the virtual CD-
ROM drive.
Download vRealize Automation Appliance Updates from a VMware
Repository
You can download the update for your vRealize Automation appliance from a public repository on the
vmware.com Web site.
Prerequisites
Back Up Your Environment
Ensure that your virtual appliance is powered on.
Procedure
1 Go to the management console for your virtual appliance by using its fully qualified domain name,
https://va-hostname.domain.name:5480.
2 Log in with the user name root and the password you specified when the appliance was deployed.
3 Click the Update tab.
Upgrading from vRealize Automation 6.2 to 7.0.1
VMware, Inc. 26