]> Untitled Git - lemmy.git/blob - docker/docker_db_backup.sh
Denormalize community_id into post_aggregates for a 1000x speed-up when loading posts...
[lemmy.git] / docker / docker_db_backup.sh
1 #!/usr/bin/env bash
2 docker-compose exec postgres pg_dumpall -c -U lemmy > dump_`date +%Y-%m-%d"_"%H_%M_%S`.sql