Missing documentation on how to update to 10.0.0
Summary
I can't find any documentation on how to update from gitlab-ci-multi-runner
to gitlab-runner
.
On the installation page there's an update section, but it just has instructions for updating gitlab-ci-multi-runner
OR gitlab-runner
, but not for updating from gitlab-ci-multi-runner
TO gitlab-runner
.
I tried to simply remove gitlab-ci-multi-runner
and install gitlab-runner
(see steps to reproduce), but this results in some messages I'm not really comfortable with. Why does it just say "service is not installed"?
It seems to be working (version 10.0.0 is showing for this runner in the GitLab UI), but I would appreciate it if there was an official guide on how to update (also for Windows).
Steps to reproduce
apt remove gitlab-ci-multi-runner
- Change the repository from
https://packages.gitlab.com/runner/gitlab-ci-multi-runner/ubuntu/
tohttps://packages.gitlab.com/runner/gitlab-runner/ubuntu/
apt update
apt install gitlab-runner
Relevant logs and/or screenshots
Preparing to unpack .../gitlab-runner_10.0.0_amd64.deb ...
Unpacking gitlab-runner (10.0.0) ...
Setting up gitlab-runner (10.0.0) ...
GitLab Runner: detected user gitlab-runner
WARNING: Since GitLab Runner 10.0 this command is marked as DEPRECATED and will be removed in one of the upcoming releases
gitlab-runner: Service is not installed.
WARNING: Since GitLab Runner 10.0 this command is marked as DEPRECATED and will be removed in one of the upcoming releases
gitlab-ci-multi-runner: Service is not installed.
WARNING: Since GitLab Runner 10.0 this command is marked as DEPRECATED and will be removed in one of the upcoming releases
WARNING: Since GitLab Runner 10.0 this command is marked as DEPRECATED and will be removed in one of the upcoming releases
Environment description
GitLab Runner on Ubuntu Xenial.
Used GitLab Runner version
From 9.5.0 to 10.0.0.