diff --git a/cli/app/move.go b/cli/app/move.go index c3de3468..ae306a37 100644 --- a/cli/app/move.go +++ b/cli/app/move.go @@ -46,10 +46,9 @@ old server to the new one. The app MUST be deployed on the old server before doing the move. The app will be undeployed from the current server but not deployed on the new server. -This command requires the "cat" command to be present on the app containers -when retrieving secrets. Some "distroless" images will not support this. Not -all apps are therefore moveable. Rsync is required on your local machine for -transferring volumes. +The "tar" command is required on both the old and new server as well as "sudo" +permissions. The "rsync" is required on your local machine for transferring +volumes. Do not forget to update your DNS records. Don't panic, it might take a while for the dust to settle after you move an app. If anything goes wrong, you can