Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrading a Clickhouse service results in missing image #51

Closed
timsluis opened this issue Jan 25, 2023 · 0 comments · Fixed by #52
Closed

Upgrading a Clickhouse service results in missing image #51

timsluis opened this issue Jan 25, 2023 · 0 comments · Fixed by #52

Comments

@timsluis
Copy link

timsluis commented Jan 25, 2023

Description of problem

When you create a Clickhouse service, it starts without problem.

If you update the container using the upgrade command it will return a missing image message. The service is down and cannot be restarted without deleting and recreating it first.

Steps to Reproduce

  1. Create the service: dokku clickhouse:create lollipop -i clickhouse/clickhouse-server -I 22.9.7.34
  2. Upgrade the service: dokku clickhouse:upgrade lollipop -i clickhouse/clickhouse-server -I 22.12.3.5

This results in:

=====> Upgrading lollipop to clickhouse/clickhouse-server:22.12.3.5
=====> Stopping lollipop
=====> Pausing container
       Container paused
       Removing container
=====> Starting container
       Missing image clickhouse/clickhouse-server:22.12.3.5 for lollipop
=====> Done

Expected Results

I would expect that the new image would be downloaded and the service would upgrade without problems.

Environment Information

Dokku version: 0.29.4
Plugin version: 0.19.0

josegonzalez pushed a commit to dokku/dokku-couchdb that referenced this issue Feb 7, 2023
josegonzalez pushed a commit to dokku/dokku-elasticsearch that referenced this issue Feb 7, 2023
josegonzalez pushed a commit to dokku/dokku-graphite that referenced this issue Feb 7, 2023
josegonzalez pushed a commit to dokku/dokku-mariadb that referenced this issue Feb 7, 2023
josegonzalez pushed a commit to dokku/dokku-meilisearch that referenced this issue Feb 7, 2023
josegonzalez pushed a commit to dokku/dokku-memcached that referenced this issue Feb 7, 2023
josegonzalez pushed a commit to dokku/dokku-mongo that referenced this issue Feb 7, 2023
josegonzalez pushed a commit to dokku/dokku-mysql that referenced this issue Feb 7, 2023
josegonzalez pushed a commit to dokku/dokku-nats that referenced this issue Feb 7, 2023
josegonzalez pushed a commit to dokku/dokku-omnisci that referenced this issue Feb 7, 2023
josegonzalez pushed a commit to dokku/dokku-postgres that referenced this issue Feb 7, 2023
josegonzalez pushed a commit to dokku/dokku-pushpin that referenced this issue Feb 7, 2023
josegonzalez pushed a commit to dokku/dokku-rabbitmq that referenced this issue Feb 7, 2023
josegonzalez pushed a commit to dokku/dokku-redis that referenced this issue Feb 7, 2023
josegonzalez pushed a commit to dokku/dokku-rethinkdb that referenced this issue Feb 7, 2023
josegonzalez pushed a commit to dokku/dokku-solr that referenced this issue Feb 7, 2023
josegonzalez pushed a commit to dokku/dokku-typesense that referenced this issue Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant