You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Manual setup of SSH keys is required in order to be able to run repmgr standby switchover command.
Automation of the SSH setup would simplify testing of repmgr.
Describe the solution you'd like
Generate and exchange SSH keys between PostgreSQL nodes when replication is enabled.
Describe alternatives you've considered
n/a
Additional context
We already have similar solution in core\src\epicli\data\common\ansible\playbooks\roles\backup\tasks\common\download_via_rsync.yml
DoD checklist
Changelog
updated
not needed
COMPONENTS.md
updated
not needed
Schema
updated
not needed
Backport tasks
created
not needed
Documentation
added
updated
not needed
Feature has automated tests
Automated tests passed (QA pipelines)
apply
upgrade
backup/restore
Idempotency tested
All conversations in PR resolved
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Manual setup of SSH keys is required in order to be able to run
repmgr standby switchover
command.Automation of the SSH setup would simplify testing of repmgr.
Describe the solution you'd like
Generate and exchange SSH keys between PostgreSQL nodes when replication is enabled.
Describe alternatives you've considered
n/a
Additional context
We already have similar solution in
core\src\epicli\data\common\ansible\playbooks\roles\backup\tasks\common\download_via_rsync.yml
DoD checklist
The text was updated successfully, but these errors were encountered: