11:01:11.126 [error] GenServer #PID<0.273.0> terminating
** (Postgrex.Error) FATAL 28000 (invalid_authorization_specification) no pg_hba.conf entry for host "192.168.225.17", user "exbin_proehlus", database "postgres", SSL off
(db_connection 2.4.0) lib/db_connection/connection.ex:100: DBConnection.Connection.connect/2
(connection 1.1.0) lib/connection.ex:622: Connection.enter_connect/5
(stdlib 3.14) proc_lib.erl:226: :proc_lib.init_p_do_apply/3
Last message: nil
State: Postgrex.Protocol
11:01:11.167 [error] GenServer #PID<0.280.0> terminating
** (Postgrex.Error) FATAL 28000 (invalid_authorization_specification) no pg_hba.conf entry for host "192.168.225.17", user "exbin_proehlus", database "postgres", SSL off
(db_connection 2.4.0) lib/db_connection/connection.ex:100: DBConnection.Connection.connect/2
(connection 1.1.0) lib/connection.ex:622: Connection.enter_connect/5
(stdlib 3.14) proc_lib.erl:226: :proc_lib.init_p_do_apply/3
Last message: nil
State: Postgrex.Protocol
** (Mix) The database for ExBin.Repo couldn't be created: killed
11:01:13.556 [info] Migrations already up
11:01:17.031 [warn] The :pubsub key in your ExBinWeb.Endpoint is deprecated.
You must now start the pubsub in your application supervision tree.
Go to lib/my_app/application.ex and add the following:
{Phoenix.PubSub, [name: ExBin.PubSub, adapter: Phoenix.PubSub.PG2]}
Now, back in your config files in config/*, you can remove the :pubsub
key and add the :pubsub_server key, with the PubSub name:
pubsub_server: ExBin.PubSub
11:01:17.183 [info] Running ExBinWeb.Endpoint with cowboy 2.8.0 at :::16840 (http)
11:01:17.204 [info] Access ExBinWeb.Endpoint at http://snip.proehl.us:16840
11:01:17.215 [info] TCP Server listening on {127, 0, 0, 1}:7847