Skip to content

Commit

Permalink
Sqlite is not experemental
Browse files Browse the repository at this point in the history
  • Loading branch information
surik committed Feb 20, 2024
1 parent 43e2ad9 commit 5235fc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/selfhosted/sqlite-store.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ In NetBird, the Management system traditionally relies on JSON file storage.

<Note>
Starting from version [0.24.0](https://github.com/netbirdio/netbird/releases/tag/v0.24.0),
we have introduced **experimental** support for SQLite.
we have introduced support for SQLite.
This addition aims to provide users with enhanced performance and scalability options.
</Note>

Expand Down Expand Up @@ -160,4 +160,4 @@ To rollback to the JSON file store, follow these steps:
You should see an entry similar to:
```
2023-10-19T18:55:29Z INFO management/server/store.go:72: using JSON file store engine
```
```

0 comments on commit 5235fc7

Please sign in to comment.