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
As part of upgrading a server from PostgreSQL 9.5 -> 11 using pg_dumpall | psql, I had to configure a new barman backup server to replace the old barman backup server. I now have two barman servers configured: xyz-pgsql-dev1 (active = false) and xyz-pgsql-dev1@11. I would like to gradually cleanup the backups for the old server to make space for the new backups, but I am unable to use the barman command to do this:
As part of upgrading a server from PostgreSQL 9.5 -> 11 using
pg_dumpall | psql
, I had to configure a new barman backup server to replace the old barman backup server. I now have two barman servers configured:xyz-pgsql-dev1
(active = false
) andxyz-pgsql-dev1@11
. I would like to gradually cleanup the backups for the old server to make space for the new backups, but I am unable to use thebarman
command to do this:Would it be possible to allow such maintenance commands for inactive servers, when using
active = false
to decomission a server?The text was updated successfully, but these errors were encountered: