I will try to checkout the CVS version from Sequoia to try this. I'll let you know.
Tnx, Igor ----- Original Message ----- From: "Marc Herbert" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, October 18, 2006 10:42 AM Subject: Re: [Sequoia] Fw: PfffffPostgreSQL backup. Can't make it work. > "Igor Markovic" <[EMAIL PROTECTED]> writes: > ---------------------------------------------------------------------------- ---- > Index: src/org/continuent/sequoia/controller/backup/backupers/NativeCommandExec.jav a > =================================================================== > RCS file: /cvsroot/sequoia/sequoia/src/org/continuent/sequoia/controller/backup/backup ers/NativeCommandExec.java,v > retrieving revision 1.5 > diff -u -r1.5 NativeCommandExec.java > --- src/org/continuent/sequoia/controller/backup/backupers/NativeCommandExec.jav a 17 Oct 2006 21:46:48 -0000 1.5 > +++ src/org/continuent/sequoia/controller/backup/backupers/NativeCommandExec.jav a 18 Oct 2006 08:40:50 -0000 > @@ -355,7 +355,7 @@ > } > > // Return exitValue + size of errors (if all is well, should be 0) > - return process.exitValue() + stderr.size(); > + return process.exitValue(); > } > > /** > ---------------------------------------------------------------------------- ---- > > > But because the notice is outputted Sequoia thinks this is an error > > and the restore won't finish successfull. The output from the > > controller is like the message at the bottom. > > > Could you try this patch? > > _______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
