Skip to main content
Skip table of contents

Backup your CouchDB databases

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:

backup_cdb.car

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

We also have CouchDB manger project.

The following one is used to see/restore/delete document revisions : https://github.com/convertigo/c8oprj-fullsync-restore-doc

The last one is used to Compact and Clean up a CouchDB databases: https://github.com/convertigo/c8oprj-lib-compactcouchdb

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.