about summary refs log tree commit diff
path: root/nixos/tests/ferretdb.nix
diff options
context:
space:
mode:
authorRyan Lahfa <masterancpp@gmail.com>2023-11-17 18:02:17 +0100
committerGitHub <noreply@github.com>2023-11-17 18:02:17 +0100
commitccfe07c3168109567b98462533f7ddf14c7ba18d (patch)
tree5519b30e969dfbacf48caa51505b3eb49213b290 /nixos/tests/ferretdb.nix
parentbea932e00a092efe7be61f7bcbebf4a18241a07b (diff)
parent82037ad0b89db3d392c49c1fdbc6b325da5586b1 (diff)
downloadnixlib-ccfe07c3168109567b98462533f7ddf14c7ba18d.tar
nixlib-ccfe07c3168109567b98462533f7ddf14c7ba18d.tar.gz
nixlib-ccfe07c3168109567b98462533f7ddf14c7ba18d.tar.bz2
nixlib-ccfe07c3168109567b98462533f7ddf14c7ba18d.tar.lz
nixlib-ccfe07c3168109567b98462533f7ddf14c7ba18d.tar.xz
nixlib-ccfe07c3168109567b98462533f7ddf14c7ba18d.tar.zst
nixlib-ccfe07c3168109567b98462533f7ddf14c7ba18d.zip
Merge pull request #266270 from Ma27/postgresql-ownership-15
Diffstat (limited to 'nixos/tests/ferretdb.nix')
-rw-r--r--nixos/tests/ferretdb.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/ferretdb.nix b/nixos/tests/ferretdb.nix
index 9ad7397ade80..7251198af77d 100644
--- a/nixos/tests/ferretdb.nix
+++ b/nixos/tests/ferretdb.nix
@@ -39,7 +39,7 @@ with import ../lib/testing-python.nix { inherit system; };
             ensureDatabases = [ "ferretdb" ];
             ensureUsers = [{
               name = "ferretdb";
-              ensurePermissions."DATABASE ferretdb" = "ALL PRIVILEGES";
+              ensureDBOwnership = true;
             }];
           };