Hi there,
I have a backup from a live environment with 3 nodegroups that i need to install on a 1 nodegroup lab system.
I tried the following:
--
host1:/var/tmp/ # /usr/local/mysqlCluster/mysql/bin/ndb_restore -b1 -n3 -m -r --ndb-nodegroup-map='(1,0)(2,0)' BACKUP-1/
Backup Id = 1
Nodeid = 3
Analyse node group map
backup path = BACKUP-1/
Opening file 'BACKUP-1/BACKUP-1.3.ctl'
Backup version in files: ndb-6.3.11 ndb version: mysql-5.1.35 ndb-7.0.7
Stop GCP of Backup: 0
Connected to ndb!!
Create table `acctopus_te/def/acctsessions` failed: 1224: Too many fragments
Restore: Failed to restore table: `acctopus_te/def/acctsessions` ... Exiting
NDBT_ProgramExit: 1 - Failed
--
The 1224 error seems a bit strange to me, since the backup was created on a system with the same cluster version.
Any ideas anyone?
Thanks in advance,
Gunther
I have a backup from a live environment with 3 nodegroups that i need to install on a 1 nodegroup lab system.
I tried the following:
--
host1:/var/tmp/ # /usr/local/mysqlCluster/mysql/bin/ndb_restore -b1 -n3 -m -r --ndb-nodegroup-map='(1,0)(2,0)' BACKUP-1/
Backup Id = 1
Nodeid = 3
Analyse node group map
backup path = BACKUP-1/
Opening file 'BACKUP-1/BACKUP-1.3.ctl'
Backup version in files: ndb-6.3.11 ndb version: mysql-5.1.35 ndb-7.0.7
Stop GCP of Backup: 0
Connected to ndb!!
Create table `acctopus_te/def/acctsessions` failed: 1224: Too many fragments
Restore: Failed to restore table: `acctopus_te/def/acctsessions` ... Exiting
NDBT_ProgramExit: 1 - Failed
--
The 1224 error seems a bit strange to me, since the backup was created on a system with the same cluster version.
Any ideas anyone?
Thanks in advance,
Gunther