ispCP - Board - Support
upgrade ispcp 1.0rc3 to ispcp 1.0.7 - 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: upgrade ispcp 1.0rc3 to ispcp 1.0.7 (/thread-16257.html)



upgrade ispcp 1.0rc3 to ispcp 1.0.7 - darkelf - 08-29-2012 12:14 AM

Hello,

I plan to update our old Debian Etch with ispcp 1.0rc3 to Debian squeeze with ispcp 1.0.7.

how can I safely do this? Any tips for me?

greetz


RE: upgrade ispcp 1.0rc3 to ispcp 1.0.7 - DragonZX - 08-31-2012 10:12 PM

Use http://isp-control.net/documentation/start/upgrade/debian to do this.
http://isp-control.net/forum/thread-11507.html - Extended manual in Russian, sorry have no time to translate.
http://isp-control.net/forum/thread-15348.html My update release, try it.


RE: upgrade ispcp 1.0rc3 to ispcp 1.0.7 - darkelf - 10-07-2012 02:07 AM

I did it, and it works
As in my old version, I change courier to dovecat and get some error:
Code:
auth(default): dovecot: User not found! during attempt for ...

the problem is, that the updatescript did not update the new column mail_addr in ispcp.mail_users. I did this with
Code:
UPDATE domain INNER JOIN mail_users ON domain.domain_id = mail_users.domain_id SET mail_users.mail_addr = CONCAT(mail_users.mail_acc,"@",domain.domain_name) WHERE mail_users.mail_pass != '_no_'
and it works.