API Gateway 10.15 | Administering API Gateway | Container-based Provisioning | Docker Configuration | Data Backup using Docker Container | Running the API Gateway Utility Container | Entering into a container to perform a backup operation
 
Entering into a container to perform a backup operation
You can follow the steps in this section to enter in to an alive container to perform the required backup operations.
*To enter into a container:
1. Run the following command:
docker exec -it [CONTAINER_ID] /bin/bash
2. Run the following command to open the apigatewayutil folder:
cd/opt/softwareag/IntegrationServer/instances/default/packages/WmAPIGateway/cli/bin
3. Perform the required backup operation.
4. Optional. If the Elasticsearch instance is secured, run the following command with your credentials:
apigw_elasticsearch_hosts=host:port
apigw_elasticsearch_https_enabled=("true" or "false")
apigw_elasticsearch_http_username=user
apigw_elasticsearch_http_password=password