dbmate/pkg
Adrian Macneil b69a3d487a
Fix wait command for servers with no postgres database (#90)
Currently the `dbmate wait` command fails if the `postgres` system database does not exist (which is common on DigitalOcean, and perhaps other hosting providers).

This command is intended to verify that the postgres server is available, and not whether or not the user's database exists. Therefore, we will update this command to simply ignore the `database "foo" does not exist` error and treat this as the server being ready.

Fixes #78
2019-09-19 09:36:34 +12:00
..
dbmate Fix wait command for servers with no postgres database (#90) 2019-09-19 09:36:34 +12:00