We are running on-prem version of Apigee and have it running in two different VMs/environments. we have made our configuration changes in development environment and looking to migrate the changes to another.
Any suggestions? we have tried the drupal backup and migrate functionality, but that seems to work only within same server.
Would you like to move config changes only ? Features is a great module which helps you export config changes via code. It is available in Apigee Developer Portal , you just need to enable & use same.
Features module should solve 95 % of config use cases. Yep, Migrating the database will override content that is generated on other instance. You should move the code changes & config changes as code using features module.