Learn Relational Databases by Building a Mario Database - Build a Mario Database

Tell us what’s happening:
Describe your issue in detail here.
psql: error: connection to server on socket “/var/run/postgresql/.s.PGSQL.5432” failed: No such file or directory
Is the server running locally and accepting connections on that socket?

I get this error when i enter the login details, even copying it from the example, to make sure no typos, gives the same. My CodeRoad also wouldn’t load, no matter how many times I manually restarted it with command.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0

Challenge: Learn Relational Databases by Building a Mario Database - Build a Mario Database

Link to the challenge:

This is probably a server (of CodeAlly) side maintenance issue. Best to try the next day and see if CodeRoad loads or not. I’m doing the same course and get this frequently.

You can try starting postgres service manually:

sudo service postgresql start

I am having the same issue right now, and not only do I get the same error but I also lost part of my progress. :smiling_face_with_tear: