Update Backup Section (#395)

Added the backup for openid-configuration.json

Without backing up this file maintainer would have to generate it again manually, which would be time & effort consuming.
This commit is contained in:
YapWC
2025-10-16 02:45:26 +08:00
committed by GitHub
parent 94b0e73516
commit 57b5e859ad

View File

@@ -226,7 +226,7 @@ The configuration files are located in the folder where you ran the installation
```bash
cd netbird/infrastructure_files/artifacts/
mkdir backup
cp docker-compose.yml turnserver.conf management.json backup/
cp docker-compose.yml turnserver.conf management.json openid-configuration.json 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: