session-pysogs icon indicating copy to clipboard operation
session-pysogs copied to clipboard

Update administration.md

Open ChillyKitty opened this issue 2 years ago • 1 comments

Added more administration guidance and information.

ChillyKitty avatar Jun 19 '23 18:06 ChillyKitty

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.

jagerman avatar Jun 21 '23 14:06 jagerman