diff options
author | doc <doc@filenotfound.org> | 2025-06-30 20:06:28 +0000 |
---|---|---|
committer | doc <doc@filenotfound.org> | 2025-06-30 20:06:28 +0000 |
commit | 717fcb9c81d2bc3cc7a84a3ebea6572d7ff0f5cf (patch) | |
tree | 7cbd6a8d5046409a82b22d34b01aac93b3e24818 /genesishosting/backups/restore-instructions.md | |
parent | 8368ff389ec596dee6212ebeb85e01c638364fb3 (diff) |
Diffstat (limited to 'genesishosting/backups/restore-instructions.md')
-rw-r--r-- | genesishosting/backups/restore-instructions.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/genesishosting/backups/restore-instructions.md b/genesishosting/backups/restore-instructions.md new file mode 100644 index 0000000..7738466 --- /dev/null +++ b/genesishosting/backups/restore-instructions.md @@ -0,0 +1,32 @@ +# Restore Instructions + +The following steps outline how to restore data for each supported service. + +## DirectAdmin + +1. Access DA panel as admin +2. Go to Admin Backup/Transfer +3. Select user and backup date +4. Click "Restore" + +## WHMCS + +1. SSH into WHMCS server +2. Restore from encrypted MySQL dump +3. Restart `php-fpm` and `nginx` + +## AzuraCast + +1. Stop all Docker containers +2. Replace `station_data` and `config` volumes +3. Restart stack via `docker-compose up -d` + +## TeamTalk + +1. Replace configuration file (`tt5srv.xml`) +2. Restart TeamTalk server + +## VM-Level Restore (ZFS) + +1. `zfs rollback poolname/dataset@snapshotname` +2. Verify service health and logs |