update problem 1.0.0 to 1.0.2 - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Update/Upgrade (/forum-44.html) +--- Thread: update problem 1.0.0 to 1.0.2 (/thread-7860.html) |
update problem 1.0.0 to 1.0.2 - tuxee - 09-14-2009 05:17 AM hi! I have try step by step http://www.isp-control.net/documentation/doku.php?id=start:upgrade:rc Quote:# perl ispcp-update any solutions? RE: update problem 1.0.0 to 1.0.2 - sci2tech - 09-14-2009 05:25 AM Problem is caused by mysql password containing Code: `! or $ Code: $rs = sys_command("$main::cfg{'CMD_MYSQL'} --host=\"$main::db_host\" -u\"$main::db_user\" -p\"$main::db_pwd\" < /tmp/db.sql"); Code: $rs = sys_command("$main::cfg{'CMD_MYSQL'} --host='$main::db_host' -u'$main::db_user' -p'$main::db_pwd' < /tmp/db.sql"); RE: update problem 1.0.0 to 1.0.2 - tuxee - 09-14-2009 06:12 AM that problem solved. But grown new problem: Code: Setting GUI Permissions: ......................done howto fix it? RE: update problem 1.0.0 to 1.0.2 - tuxee - 09-17-2009 08:49 PM i'm fix problem: 1. add new user ispcproot - by a manual http://isp-control.net/ispcp/wiki/howto_dbchangepw. 2. Code: rm /etc/ispcp/ispcp.old.conf when I ran STEP BY STEP http://www.isp-control.net/documentation/doku.php?id=start:upgrade:rc Thanks for replyes. |