-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add support for Azure #83
Comments
Interesting. Thanks for the issue. Have you been able to try pg_easy_replicate already and run into any errors? If so would love to see them. I am not much familiar with Azure's flexible server, |
I'm currently doing a replication between two Azure Postgres Flexible servers, and it appears to be working OK - 93 tables currently replicating and another 53 still having data copied. In this instance, just like with AWS and GCP, you have to use the --special-user flag, and ensure that the user accounts specified in the connection strings are members of the azure_pg_admin role on each server. Additionally, you will need to whitelist the server IP addresses on both boxes (so, source IP on target's whitelist, and vice versa). Make sure to increase the max_replication_slots parameter to some number greater than the number of tables you are replicating as well. |
just FYI, this is also generally validated for migrations between AWS and Azure based PostgreSQL servers. |
Hi, I was wondering if support for azure postgres (Flexible Server) could also be added?
The text was updated successfully, but these errors were encountered: