kraada wrote:Do you see any errors in the most recent file in your pg_log directory on the host?
Depending on your host distribution the pg_log directory might be somewhere like /var/lib/PostgreSQL/8.3/main/data/pg_log/ (that's where it is in Ubuntu) - but it should be findable with locate if it's not exactly there.
No, I do not... infact I don't even have that pg_log subdirectory on my host. However, I do have that on the guest. The error from yesterday reads:
2010-12-14 12:45:28 WST LOG: database system was shut down at 2010-12-14 09:39:50 WST
2010-12-14 12:45:28 WST FATAL: the database system is starting up
2010-12-14 12:45:28 WST LOG: database system is ready to accept connections
2010-12-14 12:45:28 WST LOG: autovacuum launcher started
2010-12-14 14:00:55 WST LOG: received fast shutdown request
2010-12-14 14:00:55 WST LOG: aborting any active transactions
2010-12-14 14:00:55 WST LOG: autovacuum launcher shutting down
2010-12-14 14:00:55 WST LOG: shutting down
2010-12-14 14:00:55 WST LOG: database system is shut down
and the one from this morning's failure reads:
2010-12-15 07:36:41 WST FATAL: the database system is starting up
2010-12-15 07:36:41 WST LOG: database system was shut down at 2010-12-14 14:00:55 WST
2010-12-15 07:36:42 WST LOG: database system is ready to accept connections
2010-12-15 07:36:42 WST LOG: autovacuum launcher started
This is getting a little weird.