Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about need for pg-force-version to pgbackrest instructions #4587

Merged
merged 2 commits into from
Jan 30, 2024

Conversation

yuki-tei
Copy link
Contributor

@yuki-tei yuki-tei commented Aug 8, 2023

Currently the EPAS newest major release is v15, hence pg-version-force option should be added to pgbackuprest.conf to solve below issue.

pgbackrest/pgbackrest#2032

What Changed?

pgbackrest.conf sample(EPAS part) changed from:

[global]
repo1-path=/var/lib/edb/as13/backups

[demo]
pg1-path=/var/lib/edb/as13/data
pg1-user=enterprisedb
pg1-port=5444

to:

[global]
repo1-path=/var/lib/edb/as13/backups

[demo]
pg1-path=/var/lib/edb/as13/data
pg1-user=enterprisedb
pg1-port=5444
pg-version-force=15

@djw-m djw-m self-assigned this Aug 9, 2023
@josh-heyer josh-heyer changed the title Update 03-quick_start.mdx Add note about need for pg-force-version to pgbackrest instructions Aug 30, 2023
@djw-m
Copy link
Contributor

djw-m commented Sep 19, 2023

I have added notes to this to ensure the user knows what to set pg-version-force to.

@djw-m djw-m added the deploy Add this label to a PR and it will automatically be deployed to netlify label Sep 19, 2023
yuki-tei and others added 2 commits September 28, 2023 09:53
Currently the EPAS newest major release is v15, hence pg-version-force option should be added to pgbackuprest.conf to solve below issue.

pgbackrest/pgbackrest#2032
Copy link
Contributor

@nidhibhammar nidhibhammar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nidhibhammar nidhibhammar merged commit 4e7138e into EnterpriseDB:develop Jan 30, 2024
1 check passed
@djw-m djw-m mentioned this pull request Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deploy Add this label to a PR and it will automatically be deployed to netlify
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants