WARNING - Work in Progress - It is not Bug Free! Use with Caution. This repository contains Dockerfiles and accompanying scripts that allow deployment of sw360 via docker
Eclipse Public License 1.0
13
stars
18
forks
source link
Add scripts to backup couchdb to JSON over HTTP #15
This commit contains two scripts, which are used to backup and restore the
contents of the couchdb.
They use the project danielebailo/couchdb-dump, which contains a script that
is able to dump and restore the context of an database on couchdb as json.
This commit contains two scripts, which are used to backup and restore the contents of the couchdb.
They use the project
danielebailo/couchdb-dump
, which contains a script that is able to dump and restore the context of an database on couchdb as json.