The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
99 views

Postgres Backup queries on AWS after reading Postgres docs

I am reading backup section of postgresql docs before heading over to create backup strategy on my EC2 instance. So there are 2 ways to do it. Create a dump using pg_dump. File level backup with ...
0
votes
1answer
126 views

I just upgraded PostgreSQL with yum on Amazon Linux, now PostgreSQL won't start. What do I do?

I just ran yum update on my Amazon Linux instance as part of an upgrade to 2012.09 and it upgraded PostgreSQL from 9.1 to 9.2. Now PostgreSQL won't start. What do I do? (This is a very incomplete ...