Viewing Postgres Version Information in Aria Operations
search cancel

Viewing Postgres Version Information in Aria Operations

book

Article ID: 319592

calendar_today

Updated On: 03-26-2025

Products

VMware Aria Suite

Issue/Introduction

This article provides information on getting the Postgres version information of the Postgres instance included within Aria Operations.

Resolution

To get the Postgres version information from the Postgres instance included with Aria Operations, use one of the below methods.

UI Method

  1. Log into the Aria Operations UI.
  2. Click the user icon in the upper right hand corner and click About.
  3. In the About Aria Operations dialog box, click Open Source/Third Party License.
  4. Select vFabric Postgres on the left.

The version information is displayed on the right.
 

CLI Method

  1. Log into the primary node of Aria Operations Appliance as root via SSH or Console.
  2. Run the following command to display the Postgres version information:
/opt/vmware/vpostgres/current/bin/postgres -V
 

The version number will be returned in the output.