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

Issue with /etc/postgres.conf file when using postgres 14.5 #136

Open
rlagoue opened this issue Oct 25, 2022 · 0 comments
Open

Issue with /etc/postgres.conf file when using postgres 14.5 #136

rlagoue opened this issue Oct 25, 2022 · 0 comments

Comments

@rlagoue
Copy link

rlagoue commented Oct 25, 2022

When working with version postgres 14.5 I faced 2 issues, which I managed to solve on my installation

On start postgresql complained with the file /etc/postgres.conf (line 1).
I solved it by removing the empty line (the one at line 1) on the default configuration for /etc/postgres.conf

After a retry I got another issue at line 4
Unrecognized settings at line 4
This was caused by the attempt to set a value for "wal_keep_segments". But as specified here, this property has been renamed to "wal_keep_size" starting version 13 upwards.

I renamed this property and checked the remaining one before giving another try. And it worked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant