-
Notifications
You must be signed in to change notification settings - Fork 107
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
Support only one replication type for PostgreSQL (with repmgr) #2237
Comments
Note: before any modification, ARM changes should be applied as they affect PostgreSQL part. |
Not groomed yet, since waiting for information whether the native replication is used by DE project. That information will help us decide about the scope. |
According to my talks with some of clients i've got some thoughts regarding this topic
|
✔️Successfully deployed 1 PostgreSQL node on ARM
✔️Successfully deployed a PostgreSQL cluster with 2 nodes.
✔️Backup has been successfully created for 1 node on ARM
✔️Backup has been successfully created for 2 nodes cluster
✔️Backup has been successfully restored for 1 node on ARM
❌ Recovery does not work for 2 nodes cluster
and it's been hanging for over an hour on Ubuntu
|
✔️ Fixed in #2331. |
It seems that native replication is not supported and doesn't work for PostgreSQL. This task is about:
Additional context:
We may need a separate task for clean-up in develop since this is not directly related to ARM.
Originally posted by @to-bar in #2231 (comment)
There was also another discussion previously. Highlights:
In this commit there is a note that native replication feature is deprecated:
653b7e4
It's not clear whether with automatic migration on upgrade or not.
Repmgr was introduced in v0.6.0 but native replication was in v0.3.0. So we may need a crystal ball in order to find out whether someone is still using this feature.
The text was updated successfully, but these errors were encountered: