Skip to content

merge #7

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

Open
wants to merge 918 commits into
base: master
Choose a base branch
from
Open

merge #7

wants to merge 918 commits into from

Conversation

bakink
Copy link
Owner

@bakink bakink commented Oct 20, 2020

No description provided.

garry-t and others added 30 commits August 2, 2024 19:00
Avoid problem when jinja2 treats value 'on' as True. In result in pg config will be value True
Remove extra single quotes from the log_line_prefix option.
…uired) (#761)

Previously, the role for creating extensions was executed before the restart, which could result in errors, example:

failed: [10.129.50.35] (item={'ext': 'pg_cron', 'db': 'postgres', 'schema': 'pg_catalog'}) => {"ansible_loop_var": "item", "changed": false, "item": {"db": "postgres", "ext": "pg_cron", "schema": "pg_catalog"}, "msg": "Management of PostgreSQL extension failed: pg_cron can only be loaded via shared_preload_libraries\nHINT:  Add pg_cron to the shared_preload_libraries configuration variable in ********ql.conf.\n"}

Now, extensions will be created after the restart.
Note: If the `pending_restart: true` variable is set, the cluster will be restarted if required (e.g., when changing `shared_preload_libraries`).
Add the PG_CONSOLE_DOCKER_IMAGE variable to use the latest version of postgresql_cluster until the next version is released, which includes important features for AWS and Azure:

- #772
- #773
This update modifies the stanza creation process for pgbackrest to run on all nodes only if repo1-type is posix. For other types (e.g., S3), the stanza creation is limited to the primary node, addressing errors caused by running stanza creation on multiple hosts in non-posix setups.
With the release of pgvectorscale v0.4.0, the minimum supported version of PostgreSQL 13
renovate bot and others added 30 commits July 7, 2025 02:41
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Run stanza-delete on pgbackrest repo-host (if defined), or on the first postgres node if not.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Check if the user pgbouncer exists before creating the 'user_search' function.
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.