Skip to content

Commit

Permalink
docs: recommend using a separate postgres instance (#93)
Browse files Browse the repository at this point in the history
This change adds a note to the Unleash readme that we recommend you
use a separate postgres instance instead of the one bundled with the chart.
  • Loading branch information
thomasheartman authored Sep 20, 2023
1 parent d3427c3 commit 044d794
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/unleash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ To disable the dependency during installation, set `postgresql.enabled` to `fals

_See [helm dependency](https://helm.sh/docs/helm/helm_dependency/) for command documentation._

### Using a separate database instance

While you can use this chart with the bundled Postgres, we recommend that you run a separate instance instead.

We currently don't have a direct upgrade path for the Postgres dependency. Further, it doesn't have any backups and isn't optimized for persistent storage.

## Uninstall Chart

```console
Expand Down

0 comments on commit 044d794

Please sign in to comment.