Skip to content
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

Getting started steps give DB password failed error #13

Closed
rawlingsj opened this issue Apr 28, 2015 · 2 comments
Closed

Getting started steps give DB password failed error #13

rawlingsj opened this issue Apr 28, 2015 · 2 comments

Comments

@rawlingsj
Copy link

Following the guide https://github.com/spajus/hubot-control#running-with-docker gives error as below..

➜  ~  docker run --name hubot-control-db -d -e USER="docker" -e DB="hubot_control" -e PASS="docker" paintedfox/postgresql
fb456f783cd7acc25a651bf8d722b395c65facc8969aa7687a2ea4fa75b3e0dd
➜  ~  docker run --name hubot-control-data -v /usr/src/hubot-control/hubots busybox
➜  ~  docker run --rm --link hubot-control-db:db -e RAILS_DB_USERNAME="docker" -e RAILS_DB_PASSWORD="docker" hackedu/hubot-control bundle exec rake db:migrate RAILS_ENV=production
Your Gemfile lists the gem sqlite3 (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
rake aborted!
PG::ConnectionBad: FATAL:  password authentication failed for user "docker"
FATAL:  password authentication failed for user "docker"

Tasks: TOP => db:migrate
@spajus
Copy link
Owner

spajus commented Apr 30, 2015

/cc @zachlatta

@zachlatta
Copy link
Contributor

Submitted #14 to fix this.

@spajus spajus closed this as completed in a32d287 May 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants