Upgrade to postgres 16
This commit is contained in:
parent
d6f12aad13
commit
39bca4c27e
1 changed files with 2 additions and 1 deletions
|
@ -601,7 +601,8 @@
|
|||
# /var/lib/postgresql
|
||||
postgresql = {
|
||||
enable = true;
|
||||
package = pkgs.postgresql_15;
|
||||
package = pkgs.postgresql_16;
|
||||
enableTCPIP = true;
|
||||
initialScript = pkgs.writeText "backend-initScript" ''
|
||||
CREATE USER "matrix-synapse";
|
||||
CREATE DATABASE "matrix-synapse" WITH OWNER "matrix-synapse"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue