From 80640f86d3efa461adec08455d03b5880897ac8b Mon Sep 17 00:00:00 2001 From: yuki-tei <57980555+yuki-tei@users.noreply.github.com> Date: Tue, 8 Aug 2023 10:36:32 +0900 Subject: [PATCH] Update 03-quick_start.mdx Currently the EPAS newest major release is v15, hence pg-version-force option should be added to pgbackuprest.conf to solve below issue. https://github.com/pgbackrest/pgbackrest/issues/2032 --- .../supported-open-source/pgbackrest/03-quick_start.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/advocacy_docs/supported-open-source/pgbackrest/03-quick_start.mdx b/advocacy_docs/supported-open-source/pgbackrest/03-quick_start.mdx index 1a9204f5f5f..c874b5e4133 100644 --- a/advocacy_docs/supported-open-source/pgbackrest/03-quick_start.mdx +++ b/advocacy_docs/supported-open-source/pgbackrest/03-quick_start.mdx @@ -31,6 +31,7 @@ repo1-path=/var/lib/edb/as13/backups pg1-path=/var/lib/edb/as13/data pg1-user=enterprisedb pg1-port=5444 +pg-version-force=15 ``` For **PostgreSQL**: