[ https://forge.continuent.org/jira/browse/SEQUOIA-234?page=all ] Olivier Fambon closed SEQUOIA-234: ----------------------------------
> DerbyEmbeddedBackuper does not support dump transfer > ---------------------------------------------------- > > Key: SEQUOIA-234 > URL: https://forge.continuent.org/jira/browse/SEQUOIA-234 > Project: Sequoia > Type: Improvement > Components: Backup System > Versions: Sequoia 2.4 > Reporter: Olivier Fambon > Assignee: Olivier Fambon > Fix For: Sequoia 2.5 > > > Missing something like this (copy/paste from OCtopusBackuper) > /** > * @see > org.continuent.sequoia.controller.backup.Backuper#fetchDump(org.continuent.sequoia.controller.backup.DumpTransferInfo, > * java.lang.String, java.lang.String) > */ > public void fetchDump(DumpTransferInfo dumpTransferInfo, String path, > String dumpName) throws BackupException, IOException > { > BackupManager.fetchDumpFile(dumpTransferInfo, path, > dumpName+Zipper.ZIP_EXT); > } > /** > * @see org.continuent.sequoia.controller.backup.Backuper#setupDumpServer() > */ > public DumpTransferInfo setupDumpServer() throws IOException > { > return BackupManager.setupDumpFileServer(); > } -- 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
