Skip to main content
Solved

PostgreSQL 15 Cleanup After Veeam Backup & Replication v13 Upgrade

  • July 23, 2026
  • 3 comments
  • 40 views

  • Not a newbie anymore

We are planning to upgrade Veeam Backup & Replication from v12 to v13, and I understand that PostgreSQL will be upgraded from version 15 to version 17 during the upgrade process.

After completing our validation, including backup and restore tests, we would like to uninstall PostgreSQL 15 from the VBR server.

Could anyone share the recommended procedure for safely removing PostgreSQL 15 after the upgrade? Are there any prerequisites or checks that should be performed before uninstalling it?

Thank you in advance for your help.

Best answer by Iams3le

Hi ​@bf001,

@mkevenaar has already answered an aspect of your question. If your goal is not to migrate but to upgrade, then you will find the below articles very useful.

3 comments

mkevenaar
Forum|alt.badge.img+16
  • Veeam Vanguard
  • July 23, 2026

Hi,

Postgres will not be upgraded during the v12 to v13 upgrade. V13 will work with version 15.

 

Upgrading postgres requires an database migration from the old version to the new version. I’ve found this gist on GitHub that explains the process. i haven’t tested it https://gist.github.com/truemogician/610300dd8e86f7a8ad01f73b9da1ff1a

 

I would run the Postgres upgrade in an isolated environment or on a test server to understand the process. 


Iams3le
Forum|alt.badge.img+15
  • Answer
  • July 23, 2026

  • Author
  • Not a newbie anymore
  • July 24, 2026

@mkevenaar  ​@Iams3le 
Thank you for your reply.

This is exactly the information I was looking for.

I really appreciate your help.