Add KiteStacks cloud migration backup
This commit is contained in:
commit
6ffcbea4ad
33 changed files with 9443 additions and 0 deletions
20
README.md
Normal file
20
README.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# KiteStacks Cloud Migration Backup
|
||||
|
||||
Created for migrating the current KiteStacks host to Hetzner Cloud.
|
||||
|
||||
## Contents
|
||||
|
||||
- `archives/docker-bind-data.tar.gz` - `/home/kenpat/docker` bind-mounted service folders, including compose files, `.env` files, and bind-mounted app data.
|
||||
- `archives/syncthing-shared.tar.gz` - `/home/kenpat/SyncthingShared`.
|
||||
- `archives/kitestacks-scripts.tar.gz` - local KiteStacks automation/script folders.
|
||||
- `archives/host-etc-subset.tar.gz` - selected host `/etc` configuration needed for migration context.
|
||||
- `volume-exports/*.tar.gz` - Docker named volume exports.
|
||||
- `inventory/*` - Docker, network, disk, config, and host inventory.
|
||||
- `restore/RESTORE.md` - first-pass restore procedure.
|
||||
- `SHA256SUMS` - checksums for all files in this backup.
|
||||
|
||||
## Important
|
||||
|
||||
This repository contains secrets: `.env` files, tunnel tokens, app database data, and service credentials. Keep it private.
|
||||
|
||||
The Docker bind-data archive was created from a live host. For databases with strict consistency requirements, prefer restoring service-native dumps when available, or stop services before taking a final cutover backup.
|
||||
Reference in a new issue