about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorSophie Tauchert <sophie@999eagle.moe>2023-11-18 20:15:26 +0100
committerSophie Tauchert <sophie@999eagle.moe>2023-12-17 19:48:15 +0100
commit24e561fabca19b9cee1fef98e793b712901b8482 (patch)
tree1b21886665662eb99d1eba8438f53adc227334ee /nixos/doc/manual
parentac5c1886fd9fe49748d7ab80accc4c847481df14 (diff)
downloadnixlib-24e561fabca19b9cee1fef98e793b712901b8482.tar
nixlib-24e561fabca19b9cee1fef98e793b712901b8482.tar.gz
nixlib-24e561fabca19b9cee1fef98e793b712901b8482.tar.bz2
nixlib-24e561fabca19b9cee1fef98e793b712901b8482.tar.lz
nixlib-24e561fabca19b9cee1fef98e793b712901b8482.tar.xz
nixlib-24e561fabca19b9cee1fef98e793b712901b8482.tar.zst
nixlib-24e561fabca19b9cee1fef98e793b712901b8482.zip
nixos/invidious: change default database user to invidious
This makes sure we don't need any workarounds for running Invidious with a local
PostgreSQL database.
Changing the default user should be fine as the new init script for PostgreSQL automatically
creates the new user and changes the existing database's owner to the new user. The old user
will still linger and must be removed manually.
See also: https://github.com/NixOS/nixpkgs/pull/266270
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index d30e0b6624c5..34b1fd1f3685 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -37,6 +37,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
 - `k9s` was updated to v0.29. There have been breaking changes in the config file format, check out the [changelog](https://github.com/derailed/k9s/releases/tag/v0.29.0) for details.
 
+- Invidious has changed its default database username from `kemal` to `invidious`. Setups involving an externally provisioned database (i.e. `services.invidious.database.createLocally == false`) should adjust their configuration accordingly. The old `kemal` user will not be removed automatically even when the database is provisioned automatically.(https://github.com/NixOS/nixpkgs/pull/265857)
+
 - `mkosi` was updated to v19. Parts of the user interface have changed. Consult the
   [release notes](https://github.com/systemd/mkosi/releases/tag/v19) for a list of changes.