diff --git a/src/pages/selfhosted/postgres-store.mdx b/src/pages/selfhosted/postgres-store.mdx index c6aae982..d1596856 100644 --- a/src/pages/selfhosted/postgres-store.mdx +++ b/src/pages/selfhosted/postgres-store.mdx @@ -1,9 +1,5 @@ # Management Postgresql store - -This feature provides experimental support for using Postgres as the storage engine. Please use with caution and ensure proper testing in your environment. - - ## Using Postgres for fresh installations As of version 0.26.0, the default configuration for fresh installations is SQLite storage. @@ -198,4 +194,4 @@ docker compose logs management You should see an entry similar to: ``` 2024-05-10T15:09:34Z INFO management/server/store.go:109: using SQLite file store engine -``` \ No newline at end of file +```