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

PG16 & Update testing #569

Merged
merged 22 commits into from
Jan 23, 2024
Merged

PG16 & Update testing #569

merged 22 commits into from
Jan 23, 2024

Conversation

MrMegaNova
Copy link
Collaborator

  • Support PG16
  • Drop PG11 testing
  • Increase testing on distros

conscribtor and others added 22 commits December 27, 2023 02:50
There were discrepancies between the postgresql.conf templates in the repository and the most
current templates. The templates where thus refreshed to make comparisons between versions easier.
In summary, the following was changed:
- user customisations were reset to package defaults (log handling, port, ...)
- backported settings and comments were included (data_sync_retry, krb_server_keyfile, ...)
- role customisation were reset to package defaults (includes)
- The postgresql.conf-16.j2 template was compiled from its package template.
- Added postgres 16 settings the role defaults. (>= 16)
- Annotated deprecated role defaults. (<= 15)
- added missing required version hints for previous posgres versions 11, 12 and 13
- removed incorrect hints on:
  - postgresql_data_sync_retry: off is default for 10-16
  - postgresql_extension_destdir: "" is default for 10-16
  - postgresql_gin_fuzzy_search_limit: 0 is default for 10-16
- added comments from templates to some defaults
Due to changes in 8bc5ff2, on Ubuntu 22.04 installations variables from Debian_22.yml are imported
instead of Debian.yml. This leads to postgresql_service_name not being set and thus, the playbook
was unable to reload the service on configuration changes.
On the 3 January 2024, PostgreSQL has updated their RPM GPG keys:
https://yum.postgresql.org/news/pgdg-rpm-repo-gpg-key-update/
On the 3 January 2024, PostgreSQL has updated their RPM GPG keys:
https://yum.postgresql.org/news/pgdg-rpm-repo-gpg-key-update/
- Support PostgreSQL 16
- Reset config files to pg default
- Fix PGDG repo key
Add pg16 testing & Support testing for rockylinux9, debian12 and ubuntu20.04
@MrMegaNova MrMegaNova self-assigned this Jan 23, 2024
@MrMegaNova MrMegaNova merged commit dbd8320 into master Jan 23, 2024
14 checks passed
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

Successfully merging this pull request may close these issues.

2 participants