Hi. So we have this Rancher rancher/server:stable up and running. Now we need to ensure the state is backed up somewhere my question is: is entire state of the Rancher contained inside the /var/lib/mysql volume so if I recreate rancher I have complete state as it was when the backup was made?
By the entire state I mean:
- rancher specific settings
- environments
- stacks
- container to run (in stacks)
By inspecting the rancher container I noticed it persists /var/lib/cattle as well, nothing special there though. I didn’t have a chance to do a test disaster recovery yet, but I’m planning to.