mirror of https://github.com/LemmyNet/lemmy.git
Adding a docker db backup script.
parent
20510abf12
commit
8d4ed4de39
|
@ -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 New Issue