Product: Stratusphere FIT/UX
Product Version: 6.7.0.x
Expires on: 365 days from publish date
Updated: Feb 13, 2026
The Upgrading Stratusphere document notes that an in-place upgrade of version 6.6.x to 6.7.0-x will NOT upgrade the end-of-life version of postgres. A migration is needed to replace postgres-12 with the currently supported postgres-16:
Note: Upgrading from 6.6.x to 6.7.0 will still use Postgres v12, which is End-of-Life in November of 2024. Please plan to migrate to the new 6.7.0 appliances before November of 2024 to be current on Postgres 16 and to have the best performance, security, and system configuration.
For database appliances only, you can easily determine if postgres-12 or postgres-16 is installed.
-
The vSphere console status page (/tmp/status) for postgresql-16 service, look for "postgres" Main PID:
-
Status page for postgres-12, look for "postmaster" Main PID:
If you're able to console or SSH into the appliances as the standard friend, ec2-user, or azureuser credentials you can use the following command to determine PostgresSQL version:
psql -V