plesk / plesk/docker

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

Open
#25 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Dockerfile
Stars
98
Forks
49
Avg merge
57m
Merged PRs (30d)
1

Description

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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Dockerfile and inspect how packages are installed in the image. Rebuild the image and retry migration from another server; it is done when the rsync-over-ssh step can find the ssh command.

Written by the indexing model from the issue text.

Assessment

Tech stack
dockerfile
Domain
devops
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.