diff options
Diffstat (limited to 'docs/server/production.md')
-rw-r--r-- | docs/server/production.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/server/production.md b/docs/server/production.md index 4344630..a559f5e 100644 --- a/docs/server/production.md +++ b/docs/server/production.md @@ -91,13 +91,13 @@ Run the archive and purge scripts as part of the backup cron job. Copy game state data of finished games into archive database. - sqlite3 < tools/archive.sql + rtt archive-backup Delete game state data of finished games over a certain age. - sqlite3 < tools/purge.sql + rtt archive-prune Restore archived game state. - bash tools/unarchive.sh game_id + rtt archive-restore game_id |