Convertigo Public Knowledge base

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Deploy the following project to your server to perform a manual backup of your CouchDB from Convertigo Cloud Server or Convertigo Docker Server : https://github.com/convertigo/c8oprj-lib-fullsync-backup

There is an experimental Convertigo project to backup all databases of a Convertigo Cloud Server at once, that can also be scheduled, it is not officially supported.

Deploy the following project to your Convertigo CLoud Server:

Create a new sequence job from the backup_cdb project, pointing to the launcher sequence, fille the server variable with the name of the Convertigo Cloud server holding the CouchDB (my_server.convertigo.net):

This will create a folder <YYYYMMDD>_<Server_name> containing all the CouchDB databases as .gz archives.

Or use CouchDB replication to back up the data to another CouchDB installation.

More information here: https://docs.couchdb.org/en/stable/maintenance/backups.html

  • No labels