(07-06-2011 12:05 AM)kilburn Wrote:  Like in telling the panel to regenerate all the configuration files (from the database information, so you don't lose anything). Basic procedure:
Code:
# cp /etc/ispcp/ispcp.conf /etc/ispcp/ispcp.old.conf
# cd /var/www/ispcp/engine/setup
# perl ispcp-update
# rm /etc/ispcp/ispcp.old.conf
 
Thanks a lot for the fast response Kilburn.
I will take a snapshot to make sure I have a backout plan,
execute your commands, and get back to report.
Regards,
Sebastian
Great!
It worked like a charm.
guia:/var/www/ispcp/engine/setup# perl ispcp-update
        Welcome to ispCP '1.0.7 OMEGA' Update Dialog.
        This program will update your current ispCP OMEGA installation on this
        server.
        Please make sure you did a backup of all your server data.
        [NOTICE] During the migration process some or all services might require to
        be shut down.
        [WARNING] Only services that are not marked with 'NO' in your ispcp.conf
        configuration file will be processed by this program.
        Do you want to continue ? [Y/n]: y
        [NOTICE] Make sure you have read and performed all steps from
        docs/distro/INSTALL document (where distro is your linux distribution).
        Do you want to continue ? [Y/n/?]: y
        Starting ispCP update
         * Stopping services: ..........                                                     [ Done ]
        ispCP main configuration file
         * Loading old ispCP configuration file:                                             [ Done ]
         * Update ispCP configuration file:                                                  [ Done ]
         * Check ispCP configuration file:                                                   [ Done ]
        Pre-installation tasks for Debian
         * Postgrey configuration (Updating listening port):                                 [ Done ]
        ispCP database
         * Update ispCP database schema:                                                     [ Done ]
        Rebuilding all services configuration files
         * ispCP system resolver:                                                            [ Done ]
         * ispCP crontab file:                                                               [ Done ]
         * ispCP Bind9 main configuration file:                                              [ Done ]
         * ispCP Apache fastCGI modules configuration:                                       [ Done ]
         * ispCP Apache main vhost file:                                                     [ Done ]
         * ispCP Apache AWStats vhost file:                                                  [ Done ]
         * ispCP Postfix configuration files:                                                [ Done ]
         * ispCP Courier-Authentication:                                                     [ Done ]
         * ispCP ProFTPd configuration file:                                                 [ Done ]
         * ispCP init scripts:                                                               [ Done ]
        Rebuilding all GUI configuration files
         * ispCP GUI Bind9 configuration:                                                    [ Done ]
         * ispCP GUI fastCGI/PHP configuration:                                              [ Done ]
         * ispCP GUI vhost file:                                                             [ Done ]
         * ispCP PMA configuration file:                                                     [ Done ]
        Rebuilding all customers configuration files
         * Please wait, this may take some time:                                             [ Done ]
        Additional tasks
         * ispCP Rkhunter configuration:                                                     [ Done ]
         * ispCP System cleanup:                                                             [ Done ]
        Permissions setup
         * Set engine permissions:                                                           [ Done ]
         * Set gui permissions:                                                              [ Done ]
        Finishing update
         * Starting services: ..........                                                     [ Done ]
        Congratulations, you updated ispCP OMEGA'1.0.7 OMEGA' successfully!
        Type 
http://guia.connectar.com.ar into your browser to log in
        to your panel.
seba@guia:~$ dig sincd.com.ar
; <<>> DiG 9.6-ESV-R4 <<>> sincd.com.ar
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 47286
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2
;; QUESTION SECTION:
;sincd.com.ar.                  IN      A
;; ANSWER SECTION:
sincd.com.ar.           43200   IN      A       200.69.222.88
;; AUTHORITY SECTION:
sincd.com.ar.           43200   IN      NS      ns2.sincd.com.ar.
sincd.com.ar.           43200   IN      NS      ns1.sincd.com.ar.
;; ADDITIONAL SECTION:
ns1.sincd.com.ar.       43200   IN      A       200.69.222.88
ns2.sincd.com.ar.       43200   IN      A       200.69.222.90
Thanks a lot for this great support!
Sebastian.