Skip to content

backing up and restoring CDB mysql database

craigmcchesney edited this page Jul 16, 2020 · 1 revision
# back up the database (from ComponentDB directory):

make backup

# copy backup to staging directory

mkdir -p ../db/cdb/
cp ../backup/cdb/`date +%Y%m%d`/populate* ../db/cdb

# build the database

make db
Clone this wiki locally