faustinoaq changed the topic of #amber to: Welcome to Amber Framework community! | https://amberframework.org | Developer happiness, productivity and bare metal performance | GH: https://github.com/amberframework | Docs: https://docs.amberframework.org | Gitter: https://gitter.im/amberframework/amber | IRC Logger: https://irclog.whitequark.org/amber | Amber::Server.start
feepbot has quit [Ping timeout: 252 seconds]
feepbot has joined #amber
feepbot has quit [Ping timeout: 245 seconds]
feepbot has joined #amber
<FromGitter> <dj911ice> Hello, I am getting this error when doing amber db create migrate command for the tutorial: Connection unsuccessful: postgres://postgres:@localhost:5432/postgres
<FromGitter> <dj911ice> I have tried some solutions but none are working
<FromGitter> <Blacksmoke16> did you try connecting to pg using that string outsdie of amber?
<FromGitter> <dj911ice> no I have not...not sure how, in rails I never encounter this issue
<FromGitter> <Blacksmoke16> try `postgres://postgres:postgres@localhost:5432/postgres`
<FromGitter> <dj911ice> will I be in the my home directory?
<FromGitter> <Blacksmoke16> hm?
<FromGitter> <dj911ice> I am not sure where I am typing this from
<FromGitter> <Blacksmoke16> did you check the obs, like is pg running?
<FromGitter> <dj911ice> I am still new at terminal pg...I will need to find a command to check
<FromGitter> <Blacksmoke16> id start there then, see if you can connect via command line with those settings
<FromGitter> <Blacksmoke16> `psql DBNAME USERNAME`
<FromGitter> <dj911ice> thank you...if I can resolve this then we would be in the clear
<FromGitter> <dj911ice> the issue seems like the db can not even be created for Pets in the demo due to the connection refusal, thus psql Pets USERNAME is not working properly
<FromGitter> <Blacksmoke16> ok
<FromGitter> <dscottboggs_gitlab> @dj911ice I ran into this problem, you need to define a password for the postgres user and include it in your URL. For some reason it won't work with no password/blank password (at least for me on Ubuntu 18.04(
feepbot has quit [Ping timeout: 244 seconds]
feepbot has joined #amber