cirruslabs / orchard

Orchestrator for running Tart Virtual Machines on a cluster of Apple Silicon devices
Other
189 stars 13 forks source link

backup service accounts #173

Closed eecsmap closed 2 months ago

eecsmap commented 2 months ago

I am running an Orchard cluster in my prod env. I would like to backup / restore my service accounts in case of any system failure. What is the best way to do this? Or I should just copy and backup the whole ~/.orchard/ folder?

edigaryev commented 2 months ago

Or I should just copy and backup the whole ~/.orchard/ folder?

Unfortunately we don't have a dedicated backup mechanism at the moment, so pretty much this.

And to be completely precise, you need the ~/.orchard/controller directory, which contains controller's X.509 certificate and the database (in BadgerDB format).