Jfc, that was annoying thought typo, changed the systemd user to root for postgres backup.

This commit is contained in:
Root User 2026-02-08 00:58:27 +01:00
parent c2e5f113b4
commit 54a3be635b
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -126,7 +126,7 @@ in {
description = "Backup PostgresSQL databases to GCS"; description = "Backup PostgresSQL databases to GCS";
serviceConfig = { serviceConfig = {
Type = "oneshot"; Type = "oneshot";
User = "postgres"; User = "root";
ExecStart = "${postgresBackupScript}"; ExecStart = "${postgresBackupScript}";
}; };
}; };