Hi Bakary,

Your configuration file seems fine and the command you use for backup seems fine too. The only thing I can think of right now is that you did not load the configuration file you think you were loading. Be careful that if you have multiple files with the same name, Sequoia will take the first one it finds in your classpath. Sequoia should output some messages when it is loading the backupers, can you see that in your full_cluster.log file?

Thanks for your feedback,
Emmanuel

When trying to create backup at the first time before enabling nodes I've got the message below.

No backuper named MySQLBackuper was found. if I type backup node1 node1.bkp MySQLBackuper c:\temp No backuper named OctopusBackuper was found. if I type backup node1 node1.bkp OctopusBackuper c:\temp

Where specify my virtual database backupers as:
  <Backup>
      <Backuper backuperName="MySQLBackuper"
className="org.continuent.sequoia.controller.backup.backupers.MySQLBackuper"
        options=""/>
<Backuper backuperName="OctopusBackuper" className="org.continuent.sequoia.controller.backup.backupers.OctopusBackuper"
        options="zip=true"/>
    </Backup>

Is There someone who can tell me how to do this better?
Because I think that I misunderstand something. And I can't enable my 2 nodes.

Regards

--
Bakary,
------------------------------------------------------------------------

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


--
Emmanuel Cecchet
FTO @ Frog Thinker Open Source Development & Consulting
--
Web: http://www.frogthinker.org
email: [email protected]
Skype: emmanuel_cecchet

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

Reply via email to