-
Notifications
You must be signed in to change notification settings - Fork 4
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
Deploy Rails Upgrade #2872 #3046
Comments
I see that Heroku has a maintenance mode and an associated maintenance mode page. I'm learning about all of this as we go, but I think one way to go about it would be to turn on maintenance mode, do the upgrade, and then turn off maintenance mode. Here is a link to customizing the error/maintenance pages: Also, I randomly stumbled on Review Apps:
I think this could be really useful!!! |
Looks like updating the error page is pretty straight forward. There is a Heroku configuration setting named To update this in S3:
We can add another Heroku setting and associating page for We just need the verbiage for both the error page and maintenance page, and updating/adding them shouldn't be a problem. 👍 😃 |
Regarding rolling back, the commit before the Rails upgrade, and where Production is at now, is: So, if we need to rollback, I think we can either:
|
Next steps for this one, I think we just need a day/time for the deployment and also a message regarding the deployment (for the error page), and then I think we'll be ready to do the deploy, and whatever comes out of that! 😅 |
What about just replace the regular text with something like: We're sorry, but the site is currently down for a scheduled update please check back soon. |
Before #2872 gets deployed we need to:
After deployment we need to:
The text was updated successfully, but these errors were encountered: