Migration, API and webhooks
-
Hi there,
We develop and test our WordPress in multiple environments, among which a staging environment.
Our whole WordPress is under git, even plugins, and the deployment is automated, so that testing can be accurate.
The staging environment allows us to validate things before pushing changes live. But also to test third party platforms, with which our WordPress, and especially WooCommerce works (ex: automation tools).
To keep our testings reliable, and test with up to date content, we also built a CLI based script which picks the live environment database, cleans its non-needed data (orders, customers, …), enable/disables plugins, then deploys it to our test environment.
This is very convenient. But there’s one drawback: migrating the database also comes with the live API and webhooks accesses.
Is there a way to export/import API and webhooks?
Thanks!
- The topic ‘Migration, API and webhooks’ is closed to new replies.