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

Alter postgres conf for built in logical replication #236

Merged
merged 2 commits into from
May 15, 2019

Conversation

carbonin
Copy link
Member

Remove the pglogical extension and tweak the logical replication parameters to support roughly 10 subscriptions by default.

Should be merged after ManageIQ/manageiq#18686

carbonin added 2 commits May 13, 2019 18:25
Based on the guidance in https://www.postgresql.org/docs/10/logical-replication-config.html
max_logical_replication_workers needs to be set to roughly the number
of subscriptions we would expect and since we were previously setting
max_worker_process to 10 I went with 10 for this value.

This means that we would need to reserve some background workers
for other tasks so I bumped that to 15
@miq-bot
Copy link
Member

miq-bot commented May 13, 2019

Checked commits carbonin/manageiq-appliance@09bd508~...a716ba7 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0
0 files checked, 0 offenses detected
Everything looks fine. 👍

@Fryguy Fryguy merged commit cbde171 into ManageIQ:master May 15, 2019
@Fryguy Fryguy added this to the Sprint 112 Ending May 27, 2019 milestone May 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants