kbaum / heroku-database-backups

Heroku database backups and copies to S3
MIT License
99 stars 82 forks source link

Authentication failed. #1

Closed mlennie closed 10 years ago

mlennie commented 10 years ago

This is what I get in the logs. I entered my correct heroku login variables as per the instructions.

Starting process with command APP=travelprodstag DATABASE=HEROKU_POSTGRESQL_CYAN_URL /app/bin/backup.sh by scheduler@addons.heroku.com 2014-08-14T11:43:51.822819+00:00 app[scheduler.7142]: % Total % Received % Xferd Average Speed Time Time Time Current 2014-08-14T11:43:51.822982+00:00 app[scheduler.7142]: Dload Upload Total Spent Left Speed 100 6451k 100 6451k 0 0 40.1M 0 --:--:-- --:--:-- --:--:-- 43.4M 2014-08-14T11:43:52.993738+00:00 app[scheduler.7142]: inflated: awscli-bundle/install 2014-08-14T11:43:53.023303+00:00 app[scheduler.7142]: inflated: awscli-bundle/packages/awscli-1.4.1.tar.gz 2014-08-14T11:43:53.001447+00:00 app[scheduler.7142]: inflated: awscli-bundle/packages/argparse-1.2.1.tar.gz 2014-08-14T11:43:53.024091+00:00 app[scheduler.7142]: inflated: awscli-bundle/packages/bcdoc-0.12.2.tar.gz 2014-08-14T11:43:54.065767+00:00 app[scheduler.7142]: inflated: awscli-bundle/packages/colorama-0.2.5.tar.gz 2014-08-14T11:43:54.064746+00:00 app[scheduler.7142]: inflated: awscli-bundle/packages/botocore-0.61.0.tar.gz 2014-08-14T11:43:54.366018+00:00 app[scheduler.7142]: inflated: awscli-bundle/packages/docutils-0.12.tar.gz 2014-08-14T11:43:54.367420+00:00 app[scheduler.7142]: inflated: awscli-bundle/packages/ordereddict-1.1.tar.gz 2014-08-14T11:43:54.383066+00:00 app[scheduler.7142]: inflated: awscli-bundle/packages/python-dateutil-2.2.tar.gz 2014-08-14T11:43:54.389940+00:00 app[scheduler.7142]: inflated: awscli-bundle/packages/simplejson-3.3.0.tar.gz 2014-08-14T11:43:54.424864+00:00 app[scheduler.7142]: inflated: awscli-bundle/packages/virtualenv-1.10.1.tar.gz 2014-08-14T11:43:54.367089+00:00 app[scheduler.7142]: inflated: awscli-bundle/packages/jmespath-0.4.1.tar.gz 2014-08-14T11:43:54.371440+00:00 app[scheduler.7142]: inflated: awscli-bundle/packages/pyasn1-0.1.7.tar.gz 2014-08-14T11:43:54.386440+00:00 app[scheduler.7142]: inflated: awscli-bundle/packages/rsa-3.1.2.tar.gz 2014-08-14T11:43:54.391670+00:00 app[scheduler.7142]: inflated: awscli-bundle/packages/six-1.7.3.tar.gz 2014-08-14T11:43:50.615330+00:00 heroku[scheduler.7142]: Starting process with command APP=travelprodstag DATABASE=HEROKU_POSTGRESQL_CYAN_URL /app/bin/backup.sh 2014-08-14T11:44:16.015980+00:00 app[scheduler.7142]: Running cmd: /usr/local/bin/python virtualenv.py --python /usr/local/bin/python /tmp/aws 2014-08-14T11:44:16.015987+00:00 app[scheduler.7142]: Running cmd: /tmp/aws/bin/pip install --no-index --find-links file:///app/awscli-bundle/packages awscli-1.4.1.tar.gz 2014-08-14T11:44:16.015989+00:00 app[scheduler.7142]: You can now run: /tmp/aws/bin/aws --version 2014-08-14T11:44:17.321421+00:00 app[scheduler.7142]: Authentication failure 2014-08-14T11:44:17.321427+00:00 app[scheduler.7142]: Enter your Heroku credentials. 2014-08-14T11:44:17.321429+00:00 app[scheduler.7142]: Email: Password (typing will be hidden): 2014-08-14T11:44:17.321431+00:00 app[scheduler.7142]: Authentication failed. 2014-08-14T11:44:17.372000+00:00 app[scheduler.7142]: Enter your Heroku credentials. 2014-08-14T11:44:17.372004+00:00 app[scheduler.7142]: Email: Password (typing will be hidden): 2014-08-14T11:44:17.372007+00:00 app[scheduler.7142]: Authentication failed. 2014-08-14T11:44:17.445759+00:00 app[scheduler.7142]: Enter your Heroku credentials. 2014-08-14T11:44:17.445766+00:00 app[scheduler.7142]: Email: Password (typing will be hidden): 2014-08-14T11:44:17.445768+00:00 app[scheduler.7142]: Authentication failed. 2014-08-14T11:44:18.724758+00:00 heroku[scheduler.7142]: State changed from up to complete 2014-08-14T11:44:18.719213+00:00 heroku[scheduler.7142]: Process exited with status 1

mlennie commented 10 years ago

Ah I used my password instead of heroku auth:token

mlennie commented 10 years ago

Works great thank you!

kbaum commented 10 years ago

Great to hear! Tell your friends ;-).

On Thu, Aug 14, 2014 at 8:17 AM, mlennie notifications@github.com wrote:

Works great thank you!

— Reply to this email directly or view it on GitHub https://github.com/kbaum/heroku-database-backups/issues/1#issuecomment-52175859 .