The best way to check your version is to connect to the database and issue the following command:
sudo -u postgres psql
The following statement displays the PostgreSQL server version along with the build information:
SELECT version(); version ------------------------------------------------------------------------------------------------------------ PostgreSQL 10.6 on x86_64-redhat-linux-gnu, compiled by gcc (GCC) 8.2.1 20180905 (Red Hat 8.2.1-3), 64-bit (1 row)
If you don't have a PostgreSQL account, you can query the PostgreSQL packages directly on the database server. The output may vary depending on the MySQL version installed:
linux> yum list installed | grep -i postgres
There are links on the PostgreSQL site that covers the following topics:
If your faculty or unit is supported by UBC IT’s Database Administration team, please contact them via their webform.
If your faculty or unit is not supported by UBC IT's Database Administration team, you can find support from a number of open source forums, such as the PostgreSQL Community, or from a commercial version of PostgreSQL support vendor more in-depth support.
You can find the information about lifecycles on the following pages:
UBC IT Database Administration team offers a 24 hours monitoring service for their database services.
We want UBC IT's Database Administration team to onboard our database. What sort of fee is required to do that?
Please fill out the Database Administration Team webform for more information.
PostgreSQL Web site indicates that “The PostgreSQL Global Development Group supports a major version for 5 years after its initial release. After its five year anniversary, a major version will have one last minor release containing any fixes and will be considered end-of-life (EOL) and no longer supported”. More Information of when support ends for a particular version of PostgreSQL can be found here.