mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 19:34:06 +00:00
Merge pull request #277017 from hughobrien/patch-1
nixos/invidious: Fix user message on 24.05 changes
This commit is contained in:
commit
6248428d28
@ -153,10 +153,10 @@ let
|
||||
message = ''
|
||||
For local automatic database provisioning (services.invidious.database.createLocally == true)
|
||||
to work, the username used to connect to PostgreSQL must match the database name, that is
|
||||
services.invidious.database.user must match services.invidious.database.dbName.
|
||||
services.invidious.settings.db.user must match services.invidious.settings.db.dbname.
|
||||
This is the default since NixOS 24.05. For older systems, it is normally safe to manually set
|
||||
services.invidious.database.user to "invidious" as the new user will be created with permissions
|
||||
for the existing database.
|
||||
for the existing database. `REASSIGN OWNED BY kemal TO invidious;` may also be needed.
|
||||
'';
|
||||
}
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user