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