Cannot overwrite account on Remote Root Account Transfer
Hello There,
Im trying to transfer accounts using PHP and WHM API 1 Functions:
'1',
'transfer_session_id' => $this->transferSessionId,
'module'=>'AccountRemoteRoot',
'user' => $this->accountUsername,
'localuser' => $this->accountUsername,
'detected_remote_user' => $this->accountUsername,
'domain' => $this->accountDomain,
'replaceip' => 'all',
'xferpoint' => '1',
'overwrite_sameowner_dbs' => '1' ,
'overwrite_sameowner_dbusers' => '1' ,
'skiphomedir' => '0' ,
'skipacctdb' => '0' ,
'force' => '1' ,
'skipaccount' => '0' ,
'overwrite_with_delete' => '1' ,
);
How can I force an overwrite? Thank you.
How can I force an overwrite? Thank you.
-
You'd have to set the server to use EDGE - which really isn't recommended for production but if you want to set it you can do so at WHM>>Server Configuration>>Update Preferences 0
Please sign in to leave a comment.
Comments
3 comments