Skip to content

"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

Closed
fcagalj opened this issue Aug 29, 2015 · 4 comments
Closed

"heroku addons:add mongohq", add is deprecated #1222

fcagalj opened this issue Aug 29, 2015 · 4 comments
Labels
Milestone

Comments

@fcagalj
Copy link
Contributor

fcagalj commented Aug 29, 2015

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...

@Awk34
Copy link
Member

Awk34 commented Aug 30, 2015

I can't find where we reference the deprecated command. In the README, the command that we reference is heroku addons:create mongolab.

@Awk34 Awk34 closed this as completed Aug 30, 2015
@fcagalj
Copy link
Contributor Author

fcagalj commented Aug 30, 2015

It is inside heroku/index.js generator. It is not task but instructions to use add:mongohq instead of create:mongolab. I created PR.

#1226

@Awk34
Copy link
Member

Awk34 commented Aug 31, 2015

Aha! I was just looking in the doc files, not it the JS. Thanks for the PR!

@Awk34 Awk34 reopened this Aug 31, 2015
@Awk34 Awk34 added the bug label Aug 31, 2015
@Awk34 Awk34 added this to the 3.0.0 milestone Aug 31, 2015
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
@kingcody
Copy link
Member

Closed by #1226

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants