Is there a tool that allows me to “record” changes to a staging site and later replay them on production?
It is a common usecase for me to set up a staging site (Duplicator is great for that) and implement design changes (including menus, etc.) there for the customer to review. Those changes at some point need to go to production. Works well with files (plugins, themes), but not with the database.
The production system is being used all the time and authors will add content while I’m working on the staging site. Hence I can’t simply copy over the whole posts table.
Instead I’d need a solution that records any SQL statement made to selected tables and replays them on production later on. Is there such a solution out there?