Added relay.env and zdb.env for backup (#294)

docker compose can not be spin up if the two configuration file is not being backed up.
This commit is contained in:
YapWC
2025-03-21 18:50:13 +08:00
committed by GitHub
parent 4a66f17880
commit fcb05855b3

View File

@@ -65,7 +65,7 @@ To backup your NetBird installation, you need to copy the configuration files, t
The configuration files are located in the folder where you ran the installation script. To backup, copy the files to a backup location: The configuration files are located in the folder where you ran the installation script. To backup, copy the files to a backup location:
```bash ```bash
mkdir backup mkdir backup
cp docker-compose.yml Caddyfile zitadel.env dashboard.env turnserver.conf management.json backup/ cp docker-compose.yml Caddyfile zitadel.env dashboard.env turnserver.conf management.json relay.env zdb.env backup/
``` ```
To save the Management service databases, you need to stop the Management service and copy the files from the store directory using a docker compose command as follows: To save the Management service databases, you need to stop the Management service and copy the files from the store directory using a docker compose command as follows:
```bash ```bash