From 512c5148fd7a90bc6b82b7f28585ca7ecf77bed3 Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Fri, 18 Dec 2020 09:44:16 +0100 Subject: [PATCH] fix env var name in docs --- docs/administrator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/administrator.md b/docs/administrator.md index 1e18c31f4..396629b1a 100644 --- a/docs/administrator.md +++ b/docs/administrator.md @@ -22,7 +22,7 @@ started. 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. -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 enabled by default.