Migrating on-prem developer portal from one environment to another

Not applicable

Hi All,

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.

0 3 371
3 REPLIES 3

@Sathya ,

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.

Thanks @Anil Sagar. will try the features module.

Yes, we only want to migrate config changes and custom modules that we added. We do not plan to migrate the database. Anything else that I am missing?

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.