session-pysogs
session-pysogs copied to clipboard
Update administration.md
Added more administration guidance and information.
Backup for a SOGS using postgresql instead of SQLite would need a separate dump of the database via:
pg_dump -Fc sogs >pysogs_db_backup_$(data --iso-8601).pgdump
alongside the tar file from the sqlite instructions.