Specifying version for rebuild?

How do I specify a particular version of discourse when rebuilding?

There should be a version key in your app.yml file.

  #version: tests-passed

Remove the # and change test-passed to the version you want to use; e.g. beta. You can find available version strings at https://github.com/discourse/discourse/branches. I think tag names work also; e.g. v1.4.0.beta11.

2 Likes

We do this on our production server, so that we can choose when to expose any public-facing changes.

In the params: section of your container’s .yml file, add

version: v1.4.0.beta10

3 Likes

Hey thank you guys. I am nearing day 45 of Discourse in production but I am constantly changing things. Sometimes the “nightly” builds throw me off in mysterious ways.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.