From 196dcd2f2b0b36eb4c396eb3e12712657915be47 Mon Sep 17 00:00:00 2001 From: Bethuel Mmbaga Date: Thu, 13 Jun 2024 13:18:11 +0300 Subject: [PATCH] Depricate JSON FileStore (#196) --- src/pages/selfhosted/sqlite-store.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/selfhosted/sqlite-store.mdx b/src/pages/selfhosted/sqlite-store.mdx index a3099463..ffc93e65 100644 --- a/src/pages/selfhosted/sqlite-store.mdx +++ b/src/pages/selfhosted/sqlite-store.mdx @@ -122,6 +122,10 @@ You should see an entry similar to: ``` ### Rollback to JSON file store + +Since version [0.28.0](https://github.com/netbirdio/netbird/releases/tag/v0.28.0), support for JSON file storage has been removed, and the option to roll back to JSON store is no longer supported. + + To rollback to the JSON file store, follow these steps: The following commands assume you use the latest docker version with the compose plugin. If you have docker-compose installed as a standalone, please use docker-compose as a command.