Questions & Answers
11
votes
1
answers
1357
views
How to backup and restore PostgreSQL database
What is the command to backup and restore a PostgreSQL database?
2
votes
1
answers
1536
views
How to create PostgreSQL database and user
I need to set up a new PostgreSQL database for my Django project.
43
votes
1
answers
1517
views
PostgreSQL connection refused in Django - solutions
My Django app cannot connect to PostgreSQL. I get "connection refused" error. PostgreSQL is installed and running.