Upgrade multiple plugins (+ Discourse) at once

Since upgrading one plugin takes several minute, and upgrading Discourse itself takes several more minutes, is it possible to upgrade everything in one shot? Otherwise a common situation like in the screenshot below would take ~10 minutes to upgrade.

Most steps in the upgrade log are the same:

  • bundle install --deployment --without test --without development
  • $ bundle exec rake multisite:migrate
  • $ bundle exec rake assets:precompile
2 Likes

There is already a topic discussing this.

2 Likes

As you might have imaged from my history of posting here, I have searched before posting. The only related one I found was on running a separate data container.

I’d be happy to be pointed to the right topic.

Yeh, seems the choice of title is very flexible for this proposal :smiley: Found it eventually though, so please continue discussion here:

3 Likes

This feature is now implemented

https://github.com/discourse/docker_manager/pull/44

8 Likes