i have a on-premise app running in Server-A.
Due to DevOps suggestion, sentry should move to Server-B.
and it has almost 60G data in folder ./data
.
how should i do that ?
i have a on-premise app running in Server-A.
Due to DevOps suggestion, sentry should move to Server-B.
and it has almost 60G data in folder ./data
.
how should i do that ?
Shut down the server, rsync the files, spin up new server.
Any kind of logical data migration would be much more complex.