You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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