From fdb847ca487a96759b22e172ccd7bc18c02e3ff7 Mon Sep 17 00:00:00 2001 From: YapWC <34093361+YapWC@users.noreply.github.com> Date: Thu, 24 Jul 2025 09:57:49 +0800 Subject: [PATCH] Update Backup Section 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. --- src/pages/selfhosted/selfhosted-guide.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/selfhosted/selfhosted-guide.mdx b/src/pages/selfhosted/selfhosted-guide.mdx index e16b0afc..83a25398 100644 --- a/src/pages/selfhosted/selfhosted-guide.mdx +++ b/src/pages/selfhosted/selfhosted-guide.mdx @@ -210,7 +210,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: