Zend Server Cloud Integration Guide > IBM Bluemix Integration > Retaining Cloud Foundry Application Configurations

Retaining Cloud Foundry Application Configurations

Once you restart your Cloud Foundry application, all the changes made to the application, including PHP and Zend Server configuration changes, are lost. This procedure describes how to retain all these changes by backing up your configurations.

 

 

Instructions on how to complete a procedure

To retain conflagration changes:

  1. In your application, create a new folder called '.zend_config'.
  2. In the Zend Server UI, go to the Administration | Export/Import page.
  3. In the Export section, click Export Configurations.
  4. Save the file in the new '.zend_config' folder.
  5. In your CLI, update your application using the following command from within your application's source code directory:

cf push

Tip:

You can use this configurations file for other Cloud Foundry applications as well.

 

Read Also

  Cloud Foundry Integration    
  Deploying an Application on Cloud Foundry Using Zend Server    
 

Binding an External Database Service

   
  Backing Up and Restoring Settings