Created
May 15, 2015 03:01
-
-
Save rajraj/938eda1a5fc5a18c409b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Running `mix ecto.migrate` attached to terminal... up, run.6992 | |
** (Postgrex.Error) tcp connect: econnrefused | |
(ecto) lib/ecto/adapters/sql/worker.ex:29: Ecto.Adapters.SQL.Worker.query!/4 | |
(ecto) lib/ecto/adapters/sql.ex:187: Ecto.Adapters.SQL.use_worker/3 | |
(ecto) lib/ecto/adapters/postgres.ex:59: Ecto.Adapters.Postgres.ddl_exists?/3 | |
(ecto) lib/ecto/migration/schema_migration.ex:19: Ecto.Migration.SchemaMigration.ensure_schema_migrations_table!/1 | |
(ecto) lib/ecto/migrator.ex:36: Ecto.Migrator.migrated_versions/1 | |
(ecto) lib/ecto/migrator.ex:134: Ecto.Migrator.run/4 | |
(mix) lib/mix/cli.ex:55: Mix.CLI.run_task/2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment