akhirnya bisa pake SSH.
edit dulu file di: /usr/local/lxlabs/kloxo/httpdocs/lib/php/lxclass.php
cari tulisan:
if ($ob->getClName() !== $this->getClName()) {
throw new lxException($login->getThrow('objectclassname_does_not_match'), '', "{$ob->getClName()} - {$this->getClName()}");
}
ubah jadi:
if ($ob->getClName() !== $this->getClName()) {
//throw new lxException($login->getThrow('objectclassname_does_not_match'), '', "{$ob->getClName()} - {$this->getClName()}");
}
jika sudah, baru jalankan script restore:
sh /script/restore --restore --accounts=all <backup-file-path>
bisa restore cuma 1 client saja
