cPanel Error creating additional domain

MalaysiaMel

Member
May 28, 2014
20
0
1
cPanel Access Level
Root Administrator
I am experiencing this error when trying to restore a database which had been saved by the cPanel backup tool, but only on one newly added domain:

Code:
[B]The adminbin “park” in the “Cpanel” namespace call to function “ADD” ended prematurely: The subprocess ended prematurely because it received the “ALRM” (14) signal.[/B]
Is there a known fix for this issue?
 
Last edited by a moderator:

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Hello,

I've moved this post into it's own thread.

The error message suggests the action timed out. Could you verify the size of the database you are restoring? You may want to consider restoring it via the command line instead:

Code:
mysql database_name < /path/to/database_name.sql
Thank you.