Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign updiesel setup doesn't work with some postgres URIs #247
Comments
This comment has been minimized.
|
Sorry about that! Turns out that when dropping/creating a database, we connect to the user's DATABASE_URL minus the database, so if a user is supplied, we would connect to Anyways, I pushed up a fix here: #248 |
sgrif
closed this
in
#248
Mar 31, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
voidxnull commentedMar 31, 2016
For example, I need to specify a username and password, so I've created an .env file containing:
DATABASE_URL=postgres://dev:password@localhost/my_dbWhen I run
diesel setupit panics with: