Post upgrade
After the upgrade is done, you will be redirected back to the login page.
Log in to Delphix setup to make sure that the upgrade succeeded and that the new version is running.
A post-upgrade cleanup job is run automatically after the upgrade is done. This job refreshes environments and re-enables sources to bring objects back into a working state. VDB access will not be available at all until the environments have been refreshed and the objects are re-enabled by the job Perform cleanup tasks following a Delphix engine upgrade.
Failures
If you used Continue upgrade to force the upgrade as is described in Failure to quiesce a dataset, the Report tab will contain the list of pre-upgrade quiesce failures. Upgrade will make a best effort to restore functionality to these datasets, but it may still hit the same errors that prevented the datasets from being quiesced successfully before the upgrade. You may need to manually bring up these datasets on the target hosts.
Reset integrity boot measurements for GCP Shielded VM
On GCP Shielded VMs with virtual Trusted Platform Module (vTPM) and Integrity Measurement Architecture (IMA) enabled, engine upgrades may introduce a new kernel image and/or bootloader, which can trigger lateBootReportEvent alerts on subsequent boots. You can view these alerts in the GCP Console under VM > Observability > Logs. To accept the updated boot components as the new trusted baseline, run the following command:
gcloud compute instances update INSTANCE_NAME --zone=ZONE \
--shielded-learn-integrity-policy
This command generates a SetShieldedInstanceIntegrityPolicy event and records the current boot measurements as trusted. After you run the command, subsequent reboots no longer produce lateBootReportEvent alerts, confirming the upgraded system components are recognized as trusted.