-
Notifications
You must be signed in to change notification settings - Fork 1.2k
"heroku addons:add mongohq", add is deprecated #1222
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
Comments
I can't find where we reference the deprecated command. In the README, the command that we reference is |
It is inside heroku/index.js generator. It is not task but instructions to use add:mongohq instead of create:mongolab. I created PR. |
Aha! I was just looking in the doc files, not it the JS. Thanks for the PR! |
fcagalj
added a commit
to fcagalj/generator-angular-fullstack
that referenced
this issue
Aug 31, 2015
…oying to heroku Change instructions to use method "heroku addons:create" instead of deprecated "heroku addons:add" for adding MongoDB after deploying to heroku. Suggest useing free mongoLab DB instead of charged mongoHQ (now called Compose MongoDB). BREAKING CHANGE: Change console output after deploying process is finished: Before: 'heroku addons:add mongohq' After: 'heroku addons:create mongolab' Closes angular-fullstack#1222
fcagalj
added a commit
to fcagalj/generator-angular-fullstack
that referenced
this issue
Aug 31, 2015
…oying to heroku Change instructions to use method "heroku addons:create" instead of deprecated "heroku addons:add" for adding MongoDB after deploying to heroku. Suggest useing free mongoLab DB instead of charged mongoHQ (now called Compose MongoDB). BREAKING CHANGE: Change console output after deploying process is finished: Before: 'heroku addons:add mongohq' After: 'heroku addons:create mongolab' Closes angular-fullstack#1222
Closed by #1226 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should be used "heroku addons:create mongohq" instead.
I also suggest using MongoLab as default DB because it offer free plan. MongoHQ doesnt offer free plan any more...
The text was updated successfully, but these errors were encountered: