Changing hostname

I need to have the same version on that instance to test upgrading to the latest version so if succeeded, will preform the upgrade on production.

If you’ve got something else doing the https resolution then you might be able to avoid the rebuild and just do the other stuff in Change the domain name or rename your Discourse.
HTTPS is handled on a load balancer, but that link saying I have to rebuild after modifying app.yml.

  • So if I will pin the versions, for discourse_docker, I should checkout the current commit hash?
  • And for Discourse app inside the container, I should also set it’s current commit hash using version: <commit_hash> in app.yml?
  • What about plugins?