DR plans for IRIS Production Server #321
Replies: 3 comments
-
Hey hey, I have two things in my head right now:
I don't think copying the containers itself is the best way and contradicts the idea of containers. I would build IRIS on the DR platform, but keep it uninitialised. Cheers, |
Beta Was this translation helpful? Give feedback.
-
I migrated the database and app volumes along with the docker images and ssl certs. That worked for me. |
Beta Was this translation helpful? Give feedback.
-
Here are the steps for restoring the db container on a DR server which was easier than copying the app and db volumes. #back up the production db container #install docker, docker compose, and IRIS on DR server #copy the backup to the DR Server in the iris-web directory #stop containers on the DR server #remove db container volumes #spin up db container #obtain docker container ID for db #restore the db data #spin up the rest of the containers w force-recreate flag to remove network ID docker compose up --force-recreate |
Beta Was this translation helpful? Give feedback.
-
Hi,
We are planning for Disaster Recovery. For an IRIS migration to a new server, would it just involve saving and copying all the container images and any persistent volumes to a new instance?
Something similar to this:
https://www.linuxandubuntu.com/home/migrate-docker-containers-to-new-server
Has anyone tried this?
Thanks for your time and attention.
TP
Beta Was this translation helpful? Give feedback.
All reactions