Category: Postgresql

PostgreSQL Replication

PostgreSQL Replication Options So, with all of the other articles that I have written about Postgresql, I figured that it was inevitable that we finally get one written about replication.  What makes an article about Postgresql replication difficult is that…

Upgrade Postgresql 9.2 to 9.3

If you installed Postgres using the methodology demonstrated in our earlier article:  CentOS Install Postgres 9.3, then at some point you may need to upgrade your Postgresql instance.  For this article on upgrading postgresql, I used a 9.2 instance that…

Monitor Postgresql with Nagios

Monitor Postgresql Connections with Nagios

The other day, we had an issue with one of our PostgreSQL databases where one of our applications wasn’t closing its unused connections. We tripled the max_connections and it used all of those up too. While I was monitoring the…

10 Helpful Postgresql Commands

Here are some more helpful postgresql commands that can help your out in your first few weeks of using Postgresql.  Finding the current, time, which database you are in, the size of a database or a table, the database ipaddress…