Upgrade mastodon

This commit is contained in:
Sandro - 2023-01-07 01:45:37 +01:00
parent 992c4b67d6
commit 6594bdea29
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 0 deletions

View File

@ -158,6 +158,8 @@
"DATABASE \"${config.services.mastodon.database.name}\"" = "ALL PRIVILEGES";
};
}];
package = pkgs.postgresql_15;
upgrade.stopServices = [ "mastodon-sidekiq" "mastodon-streaming" "mastodon-web" ];
};
};