postgres: remove experimental note (#314)

This commit is contained in:
Krzysztof Nazarewski (kdn)
2025-04-29 12:12:48 +02:00
committed by GitHub
parent a3e8870530
commit e7a017b755

View File

@@ -1,9 +1,5 @@
# Management Postgresql store # Management Postgresql store
<Note>
This feature provides experimental support for using Postgres as the storage engine. Please use with caution and ensure proper testing in your environment.
</Note>
## Using Postgres for fresh installations ## Using Postgres for fresh installations
As of version 0.26.0, the default configuration for fresh installations is SQLite storage. 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: You should see an entry similar to:
``` ```
2024-05-10T15:09:34Z INFO management/server/store.go:109: using SQLite file store engine 2024-05-10T15:09:34Z INFO management/server/store.go:109: using SQLite file store engine
``` ```