170 reputation
5
bio website nuovolabs.com
location Jupiter, FL
age
visits member for 6 months
seen 2 days ago
stats profile views 0

I am a Python / Django developer. I specialize in developing SAAS applications using Django. My language of choice is Python, but I am sometimes forced to use English. Django rules.


2d
comment Should my Postgres backup server be as beefy (IO, processor, RAM) as my master?
That makes sense, and I'm ultra paranoid about data loss.
2d
comment Should my Postgres backup server be as beefy (IO, processor, RAM) as my master?
@dezso - thanks. I do intend to fail over to this additional server, but to do so manually (so I'll be able to upgrade the server and move the data into an SSD volume in about 30 min). It's not perfect, but it's I worry about all the things that can go wrong with fully automated failover. Down the road I'll automate the process when I have the resources and knowledge to do so comfortably, and when I have the mullah to run identical master/slave servers (could get expensive as I grow).
Jun
17
accepted Why does `pg_lsclusters` not list my Postgres cluster?
Jun
17
comment Should my Postgres backup server be as beefy (IO, processor, RAM) as my master?
Thanks, man. That makes 3 times you've been a terrific help.
Jun
17
accepted Should my Postgres backup server be as beefy (IO, processor, RAM) as my master?
Jun
16
revised Should my Postgres backup server be as beefy (IO, processor, RAM) as my master?
edited title
Jun
16
revised Should my Postgres backup server be as beefy (IO, processor, RAM) as my master?
[Edit removed during grace period]
Jun
16
asked Should my Postgres backup server be as beefy (IO, processor, RAM) as my master?
Jun
7
comment Struggling with pgBouncer
@Peterpete - omg, thanks. Finding this was such a help - been working on this for 3 hours :/ Documentation for pgbouncer is crap. I wish that Postgres shipped with a connection pooler.
Jun
6
revised Why does `pg_lsclusters` not list my Postgres cluster?
added 439 characters in body
Jun
6
comment Why does `pg_lsclusters` not list my Postgres cluster?
@CraigRinger - thanks. If you put that into an answer (I made one, but it's not terrific), I'll accept yours and remove mine.
Jun
6
answered Why does `pg_lsclusters` not list my Postgres cluster?
Jun
6
comment Why does `pg_lsclusters` not list my Postgres cluster?
Wow, indeed that is the case - and what an awesome tool with such a simple syntax as pg_ctlcluster 9.2 mycluster start
Jun
6
comment Why does `pg_lsclusters` not list my Postgres cluster?
@CraigRinger - I used initdb -D /the/dir/ - I think I just realized that I should have used pg_createcluster -d /the/dir/ shouldn't I have? Are they both the same, minus whatever extra meta data that Postgres stores about the cluster? (I'm on Ubuntu 12.04.2)
Jun
6
asked Why does `pg_lsclusters` not list my Postgres cluster?
Jan
2
accepted How does Postgres 9.2's streaming replication handle schema changes, and initial table setup?
Jan
2
awarded  Student
Jan
1
revised How does Postgres 9.2's streaming replication handle schema changes, and initial table setup?
added 13 characters in body
Jan
1
asked How does Postgres 9.2's streaming replication handle schema changes, and initial table setup?
Dec
28
awarded  Scholar