fix env var name in docs

This commit is contained in:
Felix Kunde 2020-12-18 09:44:16 +01:00
parent c3ffe6e859
commit 512c5148fd
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ started.
Starting with Spilo 13, Postgres Operator can do in-place major version upgrade, Starting with Spilo 13, Postgres Operator can do in-place major version upgrade,
which should be faster than cloning. However, it is not fully automatic yet. which should be faster than cloning. However, it is not fully automatic yet.
First, you need to make sure, that setting the PG_VERSION environment variable First, you need to make sure, that setting the `PGVERSION` environment variable
is enabled in the configuration. Since `v1.6.0`, `enable_pgversion_env_var` is is enabled in the configuration. Since `v1.6.0`, `enable_pgversion_env_var` is
enabled by default. enabled by default.