Hi,
I've been evaluating Sequoia and I'm having trouble getting everything
started. I'm able to create a controller with a RAIDb-2 config with 3
backends. Once the controller is started, I use the admin console to
initialize a backend (mysql-db03). Once mysql-db03 is initialized, if I try
to enable the other backends (assuming I only have to initlialize the VDB
once, right?), I get the "Cannot enable backend mysql-db02 from a known
state. Resynchronize this backend by restoring a dump.".

That seems to make sense, so I try to make a backup of mysql-db03 but I get
errors that look like the hostname and port aren't being retrieved when I
run this in the admin console

mysql-01(admin) > backup mysql-db03 db03.dmp MySqlBackuper
/opt/sequoia/backup

Does anyone have any suggestions? Thanks.

12:50:02,116 INFO  controller.RequestManager.mysql-01 Starting backup of
backend mysql-db03
12:50:02,242 INFO  backup.backupers.NativeCommandExec Starting execution of
"mysqldump --routines -h null --port=null -uroot --password=mysql null"
12:50:02,281 INFO  backup.backupers.NativeCommandExec Command "mysqldump
--routines -h null --port=null -uroot --password=mysql null" logged 2 errors
and terminated with exitcode 9
12:50:02,282 WARN  backup.backupers.NativeCommandExec Native command failed
with error count=-1
12:50:02,283 INFO  backup.backupers.NativeCommandExec Process output
(stdout):
12:50:02,283 INFO  backup.backupers.NativeCommandExec Process output
(stderr):
Unknown suffix 'n' used for variable 'port' (value 'null')
mysqldump: Error while setting value 'null' to 'port'
12:50:02,284 INFO  backup.backupers.MySQLBackuper Unknown suffix 'n' used
for variable 'port' (value 'null')
12:50:02,287 INFO  backup.backupers.MySQLBackuper mysqldump: Error while
setting value 'null' to 'port'
12:50:02,287 ERROR backup.backupers.MySQLBackuper Error while performing
backup
org.continuent.sequoia.common.exceptions.BackupException: mysqldump
execution did not complete successfully!


    <DatabaseBackend name="mysql-db03" driver="com.mysql.jdbc.Driver"
url="jdbc:mysql://db03:3306" connectionTestStatement="select 1">
      <ConnectionManager vLogin="sequoia" rLogin="login"
rPassword="password">
        <VariablePoolConnectionManager initPoolSize="10" minPoolSize="5"
maxPoolSize="50" idleTimeout="30" waitTimeout="10"/>
      </ConnectionManager>
    </DatabaseBackend>

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

Reply via email to