Django is a high-level full-stack open-source web framework written in Python, that encourages rapid development and clean, pragmatic design. Django is the go-to framework for any project irrespective of size, from a basic blog to a full-fledged social m…
PostgreSQL is undoubtedly one of the most popular and efficient open-source relational database management system powering millions of applications.These days a database backup mechanism is essential for any project onboard. Luckily PostgreSQL comes with…
Peer authentication failed error arrives when you try to login to your PostgreSQL user but authentication fails because by default psql connects over UNIX sockets using peer authentication instead of password authentication.In this article we will learn …