You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having followed the steps in repo readme, when trying to deploy the sqitch database i get:
> cd rpg-boilerplate/db && sqitch deploy
Adding registry tables to db:pg://postgres:@localhost:8001/localdb
2018-02-26 03:42:47.209 GMT [57365] FATAL: --username requires a value
"/usr/local/bin/postgres" unexpectedly returned exit value 1
What am i missing?
The text was updated successfully, but these errors were encountered:
Oh, I see you are already running in the db folder.
If your sqitch.conf looks like the one I posted, then something else is wrong... the database should have been created with a postgres user that has password localdev
Having followed the steps in repo readme, when trying to deploy the sqitch database i get:
What am i missing?
The text was updated successfully, but these errors were encountered: