docker icon indicating copy to clipboard operation
docker copied to clipboard

Migration could not be started: rsync -> ssh file not found

Open macbombastic opened this issue 6 years ago • 0 comments

When starting the migration from another server to this instance the pmm_agent data is rsync'ed by using ssh authentication. Unfortunately the 'ssh' command is not installed on that image.

Changing the Dockerfile by adding 'apt-get install -y openssh-client' solved the problem.

macbombastic avatar Dec 30 '19 11:12 macbombastic