mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2024-11-22 00:04:01 +01:00
document how to restore backups
This commit is contained in:
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";
|
||||
|
Loading…
Reference in New Issue
Block a user