What is the requirement / process around backup. Using docker container, but any documentation about locally hosted or docker would be great. I could not see it, but are there commands that backs up the configuration / restores configuration?
Being docker, it is probably the docker-compose along with a DB or sorts that would be needed right? Quick google didn’t turn anything up.
There is a ziti cli command to backup the database. ziti edge db snapshot
Database management operations for the Ziti Edge Controller
Usage:
ziti edge db [flags]
ziti edge db [command]
Available Commands:
check-integrity-status shows current results from background operation checking integrity of database references and constraints
snapshot creates a database snapshot
start-check-integrity starts background operation checking integrity of database references and constraints
It will put a copy of the database next to the online db which you can then backup by simple docker copy/paste. You’d probably would want to grab the whole PKI too.