From 6594bdea290371dc9c22584e8f71a1aed4b823b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sat, 7 Jan 2023 01:45:37 +0100 Subject: [PATCH] Upgrade mastodon --- hosts/mastodon/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/mastodon/default.nix b/hosts/mastodon/default.nix index 7b73f44d..490e3fc2 100644 --- a/hosts/mastodon/default.nix +++ b/hosts/mastodon/default.nix @@ -158,6 +158,8 @@ "DATABASE \"${config.services.mastodon.database.name}\"" = "ALL PRIVILEGES"; }; }]; + package = pkgs.postgresql_15; + upgrade.stopServices = [ "mastodon-sidekiq" "mastodon-streaming" "mastodon-web" ]; }; };