You know for AppEngine, I can access my old app versions by adding version name in front of my app url, e.g: http://version1.appname.appspot.com
How do I do that with Heroku?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Go to your application directory and type
heroku releasesYou should see:
Then, if you wish, you can do
heroku releases:rollback v57to revert to that version.As far as viewing them on the web, no, you cannot do v1.myapp.heroku.com, that is not possible.