ispCP - Board - Support
RC3 -> RC4 ... Unable to upgrade - 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: RC3 -> RC4 ... Unable to upgrade (/thread-2913.html)



RC3 -> RC4 ... Unable to upgrade - Whoa - 04-03-2008 12:38 AM

I am trying to upgrade from RC3 to RC4 using the upgrade guide in the documentation section. (Debian Etch)

I got the following error -

Code:
host:/var/www/ispcp/engine/setup# ./ispcp-update

        Welcome to ispCP '1.0.0 RC3 OMEGA' Update Dialog.
        This program will update your VHCS / ispCP OMEGA system on your server.
        Please make sure you have a backup of your server data.

        NOTE: During the migration process some or all services might require to be
        shut down or restarted.

        Please select from which version you want to update:
        (1) VHCS 2.4.7 or VHCS 2.4.7.1
        (2) VHCS 2.4.8 RC1
        (3) ispCP OMEGA 1.0.0 RC2 (incl. b and c)
        (4) ispCP OMEAG 1.0.0 RC3
        (0) abort
        Your selection: 4
        Stopping ispCP GUI-Backend communication Daemon: ispcp_daemon.
        Stopping ispCP Network Traffic Logger: ispcp_network
* ispcp_network is already stopped
.
        Upgrading system values ...     done
        Upgrading database structure...Use of uninitialized value in string eq at /var/www/ispcp/engine/setup/../ispcp_common_methods.pl line 515.
Use of uninitialized value in concatenation (.) or string at /var/www/ispcp/engine/setup/../ispcp_common_methods.pl line 516.
Use of uninitialized value in concatenation (.) or string at /var/www/ispcp/engine/setup/../ispcp_common_methods.pl line 516.
         Update failed!
        ispCP Update failed.
host:/var/www/ispcp/engine/setup#

Any help greatly appreciated. Cool


RE: RC3 -> RC4 ... Unable to upgrade - gOOvER - 04-03-2008 12:42 AM

http://www.isp-control.net/documentation/frequently_asked_questions/how_can_i_solve_a_problem_not_mentioned_in_this_faq


RE: RC3 -> RC4 ... Unable to upgrade - Whoa - 04-03-2008 12:59 AM

gOOvER Wrote:http://www.isp-control.net/documentation/frequently_asked_questions/how_can_i_solve_a_problem_not_mentioned_in_this_faq

Thanks !
However, the error I received after I turned on debugging in ispcp.conf is no less cryptic ...

Code:
...
...
DEBUG: push_el() sub_name: decrypt_db_password(), msg: Starting...
DEBUG: push_el() sub_name: decrypt_db_password(), msg: Ending...
DEBUG: push_el() sub_name: setup_main_vars(), msg: Ending...
DEBUG: push_el() sub_name: get_conf(), msg: Ending...
DEBUG: push_el() sub_name: store_conf(), msg: Ending...
        done
        Upgrading database structure...DEBUG: push_el() sub_name: get_file(), msg: Starting...
DEBUG: push_el() sub_name: get_file(), msg: Ending...
DEBUG: push_el() sub_name: store_file(), msg: Starting...
Use of uninitialized value in string eq at /var/www/ispcp/engine/setup/../ispcp_common_methods.pl line 515.
Use of uninitialized value in concatenation (.) or string at /var/www/ispcp/engine/setup/../ispcp_common_methods.pl line 516.
Use of uninitialized value in concatenation (.) or string at /var/www/ispcp/engine/setup/../ispcp_common_methods.pl line 516.
DEBUG: push_el() sub_name: store_file(), msg: ERROR: Undefined input data, fname: |/tmp/db.sql|, fdata, fuid: '', fgid: '', fperms: '420'
         Update failed!
        ispCP Update failed.
And I found no relevant information in any other log file.

I'm running Debian Etch 32-bit on a Virtuozzo VPS, by the way.