postgres: update dbs

This commit is contained in:
notohh 2025-02-16 06:04:35 -05:00
parent 145b072cd0
commit 1ee85bb1e8
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -60,6 +60,10 @@
name = "botoh";
ensureDBOwnership = true;
}
{
name = "ganymede";
ensureDBOwnership = true;
}
];
ensureDatabases = [
"forgejo"
@ -72,6 +76,7 @@
"atuin"
"ec"
"botoh"
"ganymede"
];
};
services.postgresqlBackup = {
@ -86,6 +91,7 @@
"miniflux"
"atuin"
"botoh"
"ganymede"
];
compression = "zstd";
compressionLevel = 4;