Let's try this ownership setting?

This commit is contained in:
Lillian-Violet 2023-12-17 21:25:08 +01:00
parent d0443b0d03
commit 1b52c0bf65

View file

@ -16,19 +16,19 @@
ensureUsers = [ ensureUsers = [
{ {
name = "nextcloud"; name = "nextcloud";
ensurePermissions."DATABASE nextcloud" = "ALL PRIVILEGES"; ensureDBOwnership = true;
} }
{ {
name = "onlyoffice"; name = "onlyoffice";
ensurePermissions."DATABASE onlyoffice" = "ALL PRIVILEGES"; ensureDBOwnership = true;
} }
{ {
name = "akkoma"; name = "akkoma";
ensurePermissions."DATABASE akkoma" = "ALL PRIVILEGES"; ensureDBOwnership = true;
} }
{ {
name = "gotosocial"; name = "gotosocial";
ensurePermissions."DATABASE gotosocial" = "ALL PRIVILEGES"; ensureDBOwnership = true;
} }
]; ];
}; };