From 79d27e72baa17a85f061d4d55db88d0b4ab1fce3 Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Fri, 26 Jan 2024 11:03:58 +1100 Subject: [PATCH] update readme --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cc731b0..a0b3a92 100644 --- a/README.md +++ b/README.md @@ -9,20 +9,12 @@ A django app running on Docker. Replaces _Aus GLAM Blogs_. * `./glamr-dev migrate` * `./glamr-dev createsuperuser` * `docker compose up` - -* set up database backups (as cron jobs): - -* `./glamr-dev backup`: - - * `/snap/bin/docker exec -u root ausglamr_db_1 pg_dump -v -Fc -U ausglamr -d "ausglamr" -f /tmp/ausglamr_backup.dump` - * `/snap/bin/docker cp ausglamr_db_1:/tmp/ausglamr_backup.dump /home/hugh/backups/` - * `mv /home/hugh/backups/ausglamr_backup.dump /home/hugh/backups/ausglamr_backup_$(date +'%a').dump` - +* set up database backups (as cron jobs): `./glamr-dev backup`: * set up cron jobs for management commands as below ## Admin -Don't forget to add some Content Warnings for use by the Mastodon bot. +Don't forget to add some Content Warnings for use by the Mastodon bot, within `/admin`. ## CLI tool