Upgrade wind to postgres 16

main
Amanda Graven 2023-12-08 14:58:35 +01:00
parent 71c97ab7a5
commit fec23849d3
Signed by: amanda
GPG Key ID: F747582C5608F4CB
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{
services.postgresql = {
enable = true;
package = pkgs.postgresql_13;
package = pkgs.postgresql_16;
initialScript = pkgs.writeText "synapse-init.sql" ''
CREATE ROLE synapse;
CREATE DATABASE synapse WITH OWNER synapse