1
0
mirror of https://github.com/Mic92/nixos-wiki-infra.git synced 2025-07-19 23:46:17 +02:00

document how to restore backups

This commit is contained in:
Jörg Thalheim
2024-03-06 23:13:00 +01:00
parent e4c5ee7f44
commit fd39c0e9d7

@ -27,6 +27,9 @@ let
'';
};
# to restore:
# $ runuser -u postgres -- pg_restore --format=custom -d mediawiki < /tmp/db
wiki-dump = pkgs.writeShellApplication
{
name = "wiki-dump";