How to back up
Edge for Private Cloud v4.18.05
Use the following command to perform a backup:
/opt/apigee/apigee-service/bin/apigee-service component_name backup
Where component_name is the name of the component. Possible values include:
apigee-cassandra
(Cassandra)
apigee-openldap
(OpenLDAP)
apigee-postgresql
(PostgreSQL database)
apigee-qpidd
(Qpidd)
apigee-sso
(Edge SSO)
apigee-zookeeper
(ZooKeeper)
edge-management-server
(Management Server)
edge-management-ui
(new Edge UI)
edge-message-processor
(Message Processor)
edge-postgres-server
(Postgres Server)
edge-qpid-server
(Qpid Server)
edge-router
(Edge Router)
edge-ui
(Classic UI)
For example:
/opt/apigee/apigee-service/bin/apigee-service apigee-cassandra backup
The backup command:
- Stops the component (except for PostgreSQL and Cassandra which must be running to
backup).
- Creates a tar file of the following directories and files, where
component_name is the name of the component:
- Directories
/opt/apigee/data/component_name
/opt/apigee/etc/component_name.d
- Files if they exist
/opt/apigee/token/application/component_name.properties
/opt/apigee/customer/application/component_name.properties
/opt/apigee/customer/defaults.sh
/opt/apigee/customer/conf/license.txt
- Creates a .tar.gz file in the
/opt/apigee/backup/component_name
directory. The
file name has the following form:
backup-year.month.day,hour.min.seconds.tar.gz
For example:
backup-2018.05.29,11.13.42.tar.gz
For PostgreSQL, the file name has the following form:
year.month.day,hour.min.seconds.dump
- Restarts the component (except for PostgreSQL, Cassandra, ZooKeeper, and OpenLDAP which are
not restarted).
If you have multiple Edge components installed on the same node, you can back up them all with
a single command:
/opt/apigee/apigee-service/bin/apigee-all backup
This command creates a backup file for each component on the node.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-04-30 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{"lastModified": "Last updated 2024-04-30 UTC."}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-30 UTC."],[],[]]