pgbackrest: 2.55.1 -> 2.56.0

This commit is contained in:
Rafael Ieda
2025-09-17 09:01:52 -03:00
parent 813e733657
commit 49f3a9f7cb
2 changed files with 5 additions and 2 deletions

View File

@@ -459,6 +459,9 @@ in
user = "postgres";
};
};
# If PostgreSQL runs on the same machine, any restore will have to be done with that user.
# Keeping the lock file in a directory writeable by the postgres user prevents errors.
services.pgbackrest.commands.restore.lock-path = "/tmp/postgresql";
services.postgresql.identMap = ''
postgres pgbackrest postgres
'';