-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Comments
josegonzalez
pushed a commit
to dokku/dokku-couchdb
that referenced
this issue
Feb 7, 2023
…GE_PULL is not disabled Refs dokku/dokku-clickhouse#51
josegonzalez
pushed a commit
to dokku/dokku-elasticsearch
that referenced
this issue
Feb 7, 2023
…GE_PULL is not disabled Refs dokku/dokku-clickhouse#51
josegonzalez
pushed a commit
to dokku/dokku-graphite
that referenced
this issue
Feb 7, 2023
…GE_PULL is not disabled Refs dokku/dokku-clickhouse#51
josegonzalez
pushed a commit
to dokku/dokku-mariadb
that referenced
this issue
Feb 7, 2023
…GE_PULL is not disabled Refs dokku/dokku-clickhouse#51
josegonzalez
pushed a commit
to dokku/dokku-meilisearch
that referenced
this issue
Feb 7, 2023
…GE_PULL is not disabled Refs dokku/dokku-clickhouse#51
josegonzalez
pushed a commit
to dokku/dokku-memcached
that referenced
this issue
Feb 7, 2023
…GE_PULL is not disabled Refs dokku/dokku-clickhouse#51
josegonzalez
pushed a commit
to dokku/dokku-mongo
that referenced
this issue
Feb 7, 2023
…GE_PULL is not disabled Refs dokku/dokku-clickhouse#51
josegonzalez
pushed a commit
to dokku/dokku-mysql
that referenced
this issue
Feb 7, 2023
…GE_PULL is not disabled Refs dokku/dokku-clickhouse#51
josegonzalez
pushed a commit
to dokku/dokku-nats
that referenced
this issue
Feb 7, 2023
…GE_PULL is not disabled Refs dokku/dokku-clickhouse#51
josegonzalez
pushed a commit
to dokku/dokku-omnisci
that referenced
this issue
Feb 7, 2023
…GE_PULL is not disabled Refs dokku/dokku-clickhouse#51
josegonzalez
pushed a commit
to dokku/dokku-postgres
that referenced
this issue
Feb 7, 2023
…GE_PULL is not disabled Refs dokku/dokku-clickhouse#51
josegonzalez
pushed a commit
to dokku/dokku-pushpin
that referenced
this issue
Feb 7, 2023
…GE_PULL is not disabled Refs dokku/dokku-clickhouse#51
josegonzalez
pushed a commit
to dokku/dokku-rabbitmq
that referenced
this issue
Feb 7, 2023
…GE_PULL is not disabled Refs dokku/dokku-clickhouse#51
josegonzalez
pushed a commit
to dokku/dokku-redis
that referenced
this issue
Feb 7, 2023
…GE_PULL is not disabled Refs dokku/dokku-clickhouse#51
josegonzalez
pushed a commit
to dokku/dokku-rethinkdb
that referenced
this issue
Feb 7, 2023
…GE_PULL is not disabled Refs dokku/dokku-clickhouse#51
josegonzalez
pushed a commit
to dokku/dokku-solr
that referenced
this issue
Feb 7, 2023
…GE_PULL is not disabled Refs dokku/dokku-clickhouse#51
josegonzalez
pushed a commit
to dokku/dokku-typesense
that referenced
this issue
Feb 7, 2023
…GE_PULL is not disabled Refs dokku/dokku-clickhouse#51
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
dokku clickhouse:create lollipop -i clickhouse/clickhouse-server -I 22.9.7.34
dokku clickhouse:upgrade lollipop -i clickhouse/clickhouse-server -I 22.12.3.5
This results in:
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
The text was updated successfully, but these errors were encountered: