From 40787ae2767b415bdccde3669c28af56d619cdcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allen-Kristjan=20P=C3=A4ll?= Date: Wed, 11 Feb 2026 05:23:36 +0200 Subject: [PATCH] Makefile: keep postgresql secret --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4312202..e00f39c 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,7 @@ config.json: config.yaml .files-list $(FILES) --keep-paths '/home/core/caddy/' \ --keep-paths '/home/core/matrixdotorg-synapse/' \ --keep-paths '/home/core/matrixdotorg-matrix-appservice-irc' \ + --keep-paths '/home/core/postgresql/secret' \ --keep-paths '/var/log' && \ ssh -o ControlPath=/tmp/ssh_mux_%h_%p_%r akpella \ sudo systemctl reboot && \