dbmate/pkg/dbmate
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
..
db.go Add support for options; transaction option (#68) 2019-05-16 19:39:47 -07:00
db_test.go Go 1.10 (#38) 2018-04-15 20:48:22 -07:00
driver.go Add wait command (#35) 2018-04-15 18:37:57 -07:00
driver_test.go Use require.NoError where appropriate (#39) 2018-04-15 20:47:24 -07:00
migrations.go Fail statements precede up/down migration blocks (#77) 2019-05-25 12:39:21 -07:00
migrations_test.go Fail statements precede up/down migration blocks (#77) 2019-05-25 12:39:21 -07:00
mysql.go Fix special chars passwords in MySQL Driver (#76) 2019-05-26 10:41:54 -07:00
mysql_test.go Cross-compile macOS and Windows builds (#89) 2019-09-18 22:30:59 +12:00
postgres.go Fix wait command for servers with no postgres database (#90) 2019-09-19 09:36:34 +12:00
postgres_test.go Postgres: Specify public schema for schema_migrations table (#52) 2018-09-03 21:33:19 -07:00
sqlite.go Add wait command (#35) 2018-04-15 18:37:57 -07:00
sqlite_test.go Use require.NoError where appropriate (#39) 2018-04-15 20:47:24 -07:00
utils.go Add dump command (#23) 2018-01-22 20:38:40 -08:00
utils_test.go Use require.NoError where appropriate (#39) 2018-04-15 20:47:24 -07:00
version.go v1.6.0 (#79) 2019-05-27 13:36:35 -07:00