You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am thankfully using this docker image, however I run into an issue.
I use multiple postgres containers, and like to backup them using the postgresql_databases hook.
A new docker stack I use, uses postgres 16, however the pg_dump version in the borgmatic container seems to be 15.
I get this error during my backup:
pg_dump: error: aborting because of server version mismatch
pg_dump: detail: server version: 16.1; pg_dump version: 15.5
Any ideas how I can fix this?
The text was updated successfully, but these errors were encountered:
Hi,
I am thankfully using this docker image, however I run into an issue.
I use multiple postgres containers, and like to backup them using the postgresql_databases hook.
A new docker stack I use, uses postgres 16, however the pg_dump version in the borgmatic container seems to be 15.
I get this error during my backup:
Any ideas how I can fix this?
The text was updated successfully, but these errors were encountered: