Hello,

I'm actually using sequoia 2.10.10. In my vdb file I specify an octopus backuper like this :

<Backup>
     <Backuper backuperName="postgres"
className="org.continuent.sequoia.controller.backup.backupers.OctopusBackuper"
       options="dumpServer=192.168.1.235"/>
   </Backup>

There is a problem when I want to transfer a dump to another controller node. I got the following message :
Using InetAddress.getLocalHost() as dump-server address: 127.0.1.1.
NOT setting-up a dump server on a loopback address. Please update your network configuration or specify option dumpServer in vdb.xml <Backuper ... option=/>

I look to the sources, for a better understand :

In file OctopusBackuper.Java : I didn't found where it load options. I saw only zip and redirectOutput. In file BackupManager.Java, setupDumpFileServer(String dumpServerIpAddress) method : there is no dumpServerAddress because OctopusBackuper doesn't give it.

OctopusBackuper line 807 : return BackupManager.setupDumpFileServer();

Is the dump transfer only available for others backuper than octopus ?!


Thanks


Arnaud GIULIANI.

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

Reply via email to