From a6f0d643ed9c7a259aa57f89ce15b0fb80d962de Mon Sep 17 00:00:00 2001 From: Marty Date: Sun, 5 May 2024 08:53:18 +0200 Subject: [PATCH] Update maintenance-postgres.md Seems that borg backup support was added by the commit b61b908c2ed3515aab78f6121640de845c630af7 --- docs/maintenance-postgres.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/maintenance-postgres.md b/docs/maintenance-postgres.md index 74eed348c..1c162cb0e 100644 --- a/docs/maintenance-postgres.md +++ b/docs/maintenance-postgres.md @@ -87,8 +87,6 @@ This playbook can upgrade your existing Postgres setup with the following comman just run-tags upgrade-postgres ``` -**Warning: If you're using Borg Backup keep in mind that there is no official Postgres 16 support yet.** - **The old Postgres data directory is backed up** automatically, by renaming it to `/matrix/postgres/data-auto-upgrade-backup`. To rename to a different path, pass some extra flags to the command above, like this: `--extra-vars="postgres_auto_upgrade_backup_data_path=/another/disk/matrix-postgres-before-upgrade"`