0
votes
1answer
52 views

SymmetricDS in dev + prod workflow?

Has anyone leveraged SymmetricDS in their development and production efforts so as to keep the environments synchronized? We have a number of WordPress sites that need to be kept in synch. In our ...
1
vote
1answer
121 views

Merging Wordpress posts from different databases

I have development and production versions of my website (on the same hosting). I want to easily synchronize the content between these versions. On the production website, content is updated daily. ...
6
votes
2answers
303 views

How can I make a WordPress database portable and url independent?

Issue I am about to embark on some WordPress development in a multi person team environment. (3 or more people working on the same codebase at a time, each developing locally) With other CMSes we ...
18
votes
4answers
4k views

Database synchronization between dev/staging and production

I have a problem with WP database synchronization between development and production and I am wondering how other people solving it. I am aware about this question but it doesn't really cover the ...