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

Postgresql-14 and Postgresql-15 support in pghoard 2.2.1 #554

Open
dsoren89 opened this issue Sep 2, 2022 · 1 comment
Open

Postgresql-14 and Postgresql-15 support in pghoard 2.2.1 #554

dsoren89 opened this issue Sep 2, 2022 · 1 comment

Comments

@dsoren89
Copy link

dsoren89 commented Sep 2, 2022

What is currently missing?

As of now pghoard 2.2.1 support for pgsql-14 is missing.

How could this be improved?

pghoard/config.py contains the supported versions list . PGSQL version 14 could be added to get pghoard compatible with db.
SUPPORTED_VERSIONS = ["14", "13", "12", "11", "10", "9.6", "9.5", "9.4", "9.3"]

Also the document does not specify if postgresql 13 and 14 are supported/tested.It mentions until version 12.
But in the config.py , we can see supported versions until 13.
This creates a confusion if the software will work with latest databases.

Is this a feature you would work on yourself?

If you could commit this change that would be great.

@dsoren89
Copy link
Author

any update on this issue? we are trying with postgresql 15 version now.
again same question here, does pghoard officially supports postgresql 14 and 15 versions? please comment on this

@dsoren89 dsoren89 changed the title Postgresql-14 support in pghoard 2.2.1 Postgresql-14 and Postgresql-15 support in pghoard 2.2.1 Dec 13, 2022
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