From: owais <ow...@pr...> - 2009-05-05 06:13:40
|
I am facing difficulty in backup process. I am using Postgre as my backend database. I have the following question: What is the recommended backuper to use for Postgre backend? -Owais |
From: Emmanuel C. <ma...@fr...> - 2009-05-05 13:12:11
|
Hi Owais, I would recommend the PostgreSQLPlainTextBackuper if disk space is not an issue otherwise the PostgreSQLBinaryBackuper is pretty good too. Avoid Octopus at all costs. Thanks for your interest in Sequoia, Emmanuel > I am facing difficulty in backup process. I am using Postgre as my > backend database. I have the following question: > > > > What is the recommended backuper to use for Postgre backend? > > > > -Owais > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your > production scanning environment may not be a perfect world - but thanks to > Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 > Series Scanner you'll get full speed at 300 dpi even with all image > processing features enabled. http://p.sf.net/sfu/kodak-com > ------------------------------------------------------------------------ > > _______________________________________________ > Sequoiadb-discuss mailing list > Seq...@li... > https://lists.sourceforge.net/lists/listinfo/sequoiadb-discuss > -- Emmanuel Cecchet FTO @ Frog Thinker Open Source Development & Consulting -- Web: http://www.frogthinker.org email: ma...@fr... Skype: emmanuel_cecchet |
From: owais <ow...@pr...> - 2009-05-06 04:32:04
|
Emmanuel, I want to add "ignore flag" as well, so that I can overcome the limitation of different version numbers. Can you tell me how can I do that ? secondly, can you send me the sample xml backuper tag? -Owais -----Original Message----- From: Emmanuel Cecchet [mailto:ma...@fr...] Sent: Tuesday, May 05, 2009 5:45 PM To: owais Cc: seq...@li... Subject: Re: [Sequoiadb-discuss] Postgre Backup Problem Hi Owais, I would recommend the PostgreSQLPlainTextBackuper if disk space is not an issue otherwise the PostgreSQLBinaryBackuper is pretty good too. Avoid Octopus at all costs. Thanks for your interest in Sequoia, Emmanuel > I am facing difficulty in backup process. I am using Postgre as my > backend database. I have the following question: > > > > What is the recommended backuper to use for Postgre backend? > > > > -Owais > > ------------------------------------------------------------------------ > > ---------------------------------------------------------------------------- -- > The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your > production scanning environment may not be a perfect world - but thanks to > Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 > Series Scanner you'll get full speed at 300 dpi even with all image > processing features enabled. http://p.sf.net/sfu/kodak-com > ------------------------------------------------------------------------ > > _______________________________________________ > Sequoiadb-discuss mailing list > Seq...@li... > https://lists.sourceforge.net/lists/listinfo/sequoiadb-discuss > -- Emmanuel Cecchet FTO @ Frog Thinker Open Source Development & Consulting -- Web: http://www.frogthinker.org email: ma...@fr... Skype: emmanuel_cecchet |
From: Emmanuel C. <ma...@fr...> - 2009-05-06 14:01:30
|
Owais, You can find an example at http://forge.continuent.org/pipermail/sequoia/2007-September/005654.html. Use pgDumpFlags to pass extra options to pgdump. Hope this helps, Emmanuel > Emmanuel, I want to add "ignore flag" as well, so that I can overcome the > limitation of different version numbers. Can you tell me how can I do that ? > secondly, can you send me the sample xml backuper tag? > > -Owais > > -----Original Message----- > From: Emmanuel Cecchet [mailto:ma...@fr...] > Sent: Tuesday, May 05, 2009 5:45 PM > To: owais > Cc: seq...@li... > Subject: Re: [Sequoiadb-discuss] Postgre Backup Problem > > Hi Owais, > > I would recommend the PostgreSQLPlainTextBackuper if disk space is not > an issue otherwise the PostgreSQLBinaryBackuper is pretty good too. > Avoid Octopus at all costs. > > Thanks for your interest in Sequoia, > Emmanuel > > >> I am facing difficulty in backup process. I am using Postgre as my >> backend database. I have the following question: >> >> >> >> What is the recommended backuper to use for Postgre backend? >> >> >> >> -Owais >> >> ------------------------------------------------------------------------ >> >> >> > ---------------------------------------------------------------------------- > -- > >> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your >> production scanning environment may not be a perfect world - but thanks to >> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK >> > i700 > >> Series Scanner you'll get full speed at 300 dpi even with all image >> processing features enabled. http://p.sf.net/sfu/kodak-com >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Sequoiadb-discuss mailing list >> Seq...@li... >> https://lists.sourceforge.net/lists/listinfo/sequoiadb-discuss >> >> > > > -- Emmanuel Cecchet FTO @ Frog Thinker Open Source Development & Consulting -- Web: http://www.frogthinker.org email: ma...@fr... Skype: emmanuel_cecchet |