Re: [GENERAL] PostgreSQL Backup Booklet

2013-04-03 Thread Quentin Hartman
Also, Packt has a deal on their site where if you buy 2 ebooks, you get them both for half off. This one seems to qualify, so I Was able to get it for $3, while also getting another book I've been wanting for half what I was expecting to pay. Hooray! QH

Re: [GENERAL] PostgreSQL Backup Booklet

2013-04-03 Thread François Beausoleil
Le 2013-04-03 à 14:10, Shaun Thomas a écrit : > On 04/03/2013 01:07 PM, Joe Van Dyk wrote: > >> Links for those who are interested: > > Not sure why it's not showing up with the paperback, but the Kindle edition: > > http://www.amazon.com/Instant-PostgreSQL-Backup-Restore-ebook/dp/B00C26J204 >

Re: [GENERAL] PostgreSQL Backup Booklet

2013-04-03 Thread Shaun Thomas
On 04/03/2013 01:07 PM, Joe Van Dyk wrote: Links for those who are interested: Not sure why it's not showing up with the paperback, but the Kindle edition: http://www.amazon.com/Instant-PostgreSQL-Backup-Restore-ebook/dp/B00C26J204 I've never ordered a kindle eBook since I prefer epub, but t

Re: [GENERAL] PostgreSQL Backup Booklet

2013-04-03 Thread Joe Van Dyk
On Wed, Apr 3, 2013 at 7:09 AM, Shaun Thomas wrote: > Hey! > > So, Packt approached me a few months ago and asked me to put together a > very basic series of short step-by-step instructions on backing up > PostgreSQL. The title is "Instant PostgreSQL Backup and Restore How-to." > Links for those

Re: [GENERAL] PostgreSQL Backup Booklet

2013-04-03 Thread Igor Neyman
> -Original Message- > From: Shaun Thomas [mailto:stho...@optionshouse.com] > Sent: Wednesday, April 03, 2013 1:51 PM > To: Igor Neyman > Cc: PostgreSQL General > Subject: Re: PostgreSQL Backup Booklet > > On 04/03/2013 12:49 PM, Igor Neyman wrote: > > > Is there plans for e-book editio

Re: [GENERAL] PostgreSQL Backup Booklet

2013-04-03 Thread Shaun Thomas
On 04/03/2013 12:49 PM, Igor Neyman wrote: Is there plans for e-book edition? I believe there already is one. Packt sells it directly, and it's also listed on Amazon. Way cheaper than the print version, I think. About five bucks, as opposed to 20. -- Shaun Thomas OptionsHouse | 141 W. Jack

Re: [GENERAL] PostgreSQL Backup Booklet

2013-04-03 Thread Igor Neyman
> -Original Message- > From: Shaun Thomas [mailto:stho...@optionshouse.com] > Sent: Wednesday, April 03, 2013 10:09 AM > To: PostgreSQL General > Subject: PostgreSQL Backup Booklet > > Hey! > > So, Packt approached me a few months ago and asked me to put together a > very basic series o

Re: [GENERAL] PostgreSQL Backup Booklet

2013-04-03 Thread Carlos Mennens
Based on Amazon reviews and others in the PG community, I would 100% get something like this. High Availability / Fail Over are my biggest concerns with PostgreSQL Database. Thanks so much for sharing and good luck!!! On Wed, Apr 3, 2013 at 10:09 AM, Shaun Thomas wrote: > Hey! > > So, Packt app

[GENERAL] PostgreSQL Backup Booklet

2013-04-03 Thread Shaun Thomas
Hey! So, Packt approached me a few months ago and asked me to put together a very basic series of short step-by-step instructions on backing up PostgreSQL. The title is "Instant PostgreSQL Backup and Restore How-to." I tried to cover all of the basic approaches used by most admins, and I tes

[GENERAL] Postgresql Backup

2007-01-26 Thread bala
Hello frends! i am using postgresql database. I am using crond for daily backup. Following is the crontab entry, 29 17 * * 1-6 postgres /path/to/script.sh 'script.sh' contains PGUSER=postgres pg_dumpall > /path/to/backup_date.sql Running the script using crond creates the 0 byte files.

Re: [GENERAL] Postgresql Backup

2007-01-26 Thread Alan Hodgson
On Wednesday 24 January 2007 20:57, "bala" <[EMAIL PROTECTED]> wrote: > 'script.sh' contains > > PGUSER=postgres pg_dumpall > /path/to/backup_date.sql > > Running the script using crond creates the 0 byte files. > > But , If i run the script in console , it creates the file with > content. > >

Re: [GENERAL] Postgresql Backup

2007-01-25 Thread Hannes Dorbath
On 25.01.2007 05:57, bala wrote: But , If i run the script in console , it creates the file with content. Define $PATH or use /usr/local/bin/pg_dumpall or where ever it is. -- Regards, Hannes Dorbath ---(end of broadcast)--- TIP 9: In versions b