Restore-Anleitung – Neuer Server (Version 16) aktualisiert

2026-06-09 15:17:13 +02:00
parent 4228365dca
commit 81a847239d
@@ -15,4 +15,14 @@ bench --site xxx restore \
--with-public-files /pfad/zum/backup/files.tar \ --with-public-files /pfad/zum/backup/files.tar \
--with-private-files /pfad/zum/backup/private-files.tar \ --with-private-files /pfad/zum/backup/private-files.tar \
--encryption-key "HIER_DEINEN_LANGEN_ENCRYPTION_KEY_EINFÜGEN" \ --encryption-key "HIER_DEINEN_LANGEN_ENCRYPTION_KEY_EINFÜGEN" \
--force --force
### Nach der Backup-Wiederherstellung
```bash
bench --site erp.berchmans.de migrate
bench --site erp.berchmans.de clear-cache
bench build
bench restart
```