Docker image for ORCA
# initialize DB and run ORCA server
make
# copy your dump file (*.dump) to ./restore
cp my_backup.dump restore/my_backup.dump
# start restoring
make restore
# run ORCA server
make
Docker image for ORCA
# initialize DB and run ORCA server
make
# copy your dump file (*.dump) to ./restore
cp my_backup.dump restore/my_backup.dump
# start restoring
make restore
# run ORCA server
make