postgres: update dbs
This commit is contained in:
parent
145b072cd0
commit
1ee85bb1e8
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue