mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
Adding a docker db backup script.
This commit is contained in:
parent
942268330e
commit
9d0906f859
1 changed files with 1 additions and 0 deletions
1
docker_db_backup.sh
Executable file
1
docker_db_backup.sh
Executable file
|
@ -0,0 +1 @@
|
|||
docker exec -it lemmy_db_1 pg_dumpall -c -U rrr > dump_`date +%d-%m-%Y"_"%H_%M_%S`.sql
|
Loading…
Reference in a new issue