hello guys, has anyone manage to run prisma in ubu...
# orm-help
t
hello guys, has anyone manage to run prisma in ubuntu environment?
t
if you can run docker on ubuntu you should be able to run prisma. I know it was a hustle in previous versions but I think from 16.0 it should be okay https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04
t
i am using 18.0, will that cause problem?
everything work on local, but unable to work when uploaded to ubuntu
h
No, I am using prisma in ubuntu 18.04 for months and never faced any problems
t
h
Also I guess you deploy prisma in a linux env so you should be good here
t
i changed my psql to aws psql, still cant connect
h
Have you allowed your ip in aws security group
t
hmm, i can connect with my desktop without configuring anything
also aws psql
h
At time of creation your ip is added to group
and that changes over time
t
ok, i will check
h
I guess this is the issue check your aws security group and allow traffic from anywhere on port 5432 for ease of testing
t
h
ya this should di it 🙂
t
ok, i go test it
h
let me know if it worked
t
oh man, finally, thank you very much panthar
🙂 1
h
I am glad that I was able to help
👍
t
i was struggling for days, really thank you
h
Ya I also did the same first time using aws