dokku / dokku-redis

a redis plugin for dokku
MIT License
253 stars 37 forks source link

How can I upgrade my redis version? I'm stuck at 5.0.7 #219

Closed helphop closed 1 year ago

helphop commented 1 year ago

I want to upgrade my redis to use redis 7.0.12

I tried: dokku redis:upgrade gouldupdate3_redis

result: Service gouldupdate3_redis already running redis:5.0.7

How then can I upgrade to redis 7.0.12?

I have also attempted to upgrade the version of the dokku-redis plugin but get the following error:

dokku plugin:update redis fatal: detected dubious ownership in repository at '/var/lib/dokku/plugins/available/redis' To add an exception for this directory, call:

    git config --global --add safe.directory /var/lib/dokku/plugins/available/redis

/tmp/bashenv.474884758: line 232: ./.plugin_committish: No such file or directory Plugin pinned to -----> Priming bash-completion cache

josegonzalez commented 1 year ago

What version of dokku are you running?

helphop commented 1 year ago

Dokku version 0.21.4

josegonzalez commented 1 year ago

You should upgrade dokku and it's dependencies - that will fix the plugin update issues. If you jump on our discord or slack (links are in our docs) we can help out with that :)

helphop commented 1 year ago

Awesome thank you very much.

helphop commented 1 year ago

He @josegonzalez I can't seem to locate the discord or slack. When you say docs you mean the ReadMe?

josegonzalez commented 1 year ago

dokku.com is our docs site. There should be a doc on "where to get help" there.