plesk/docker

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

Opened this issue · 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.