[ 
https://forge.continuent.org/jira/browse/SEQUOIA-933?page=comments#action_13866 
] 

Olivier TEXIER commented on SEQUOIA-933:
----------------------------------------

Default restore behaviour is to commit every 50000 commands and at restore end. 
If needed, this can be modified using 'restoreCommitInterval' parameter
 
 Example for a commit every 10 commands :
 
 <Backuper backuperName="H2Backuper" 
className="org.continuent.sequoia.controller.backup.backupers.H2Backuper" 
options="restoreCommitInterval=10"/>
 
 Example for autocommit when restoring :
 
 <Backuper backuperName="H2Backuper" 
className="org.continuent.sequoia.controller.backup.backupers.H2Backuper" 
options="restoreCommitInterval=0"/>

> Provide a backuper for H2 database
> ----------------------------------
>
>          Key: SEQUOIA-933
>          URL: https://forge.continuent.org/jira/browse/SEQUOIA-933
>      Project: Sequoia
>         Type: New Feature
>   Components: Backup System
>     Versions: Sequoia 3.0, Sequoia 2.10.6
>     Reporter: Olivier TEXIER
>     Priority: Minor

>
> Original Estimate: 2 days
>         Remaining: 2 days
>
> Sequoia should provide an implementation of Backuper using H2 database backup 
> mechanism, working better than the marvellous Octopus.
> This implementation will use H2 'SCRIPT' command, which create a sql dump 
> file.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://forge.continuent.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


_______________________________________________
Sequoia mailing list
[EMAIL PROTECTED]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to