upgrade php 5.3.16 DA custombuild 1.39.1

bukalik

New member
Joined
Sep 20, 2012
Messages
4
upgrade php 5.3.16 DA custombuild 1.39.1

how to safely upgrade php 5.3.6 to php 5.3.16?



mysql5.1
phpmyadmin3.4

thank you
 
Code:
cd /usr/local/directadmin/custombuild
./build update
./build clean
./build update_versions
 
for god sake, how do i know that script will install php 5.3.16 not 5.4.x????
 
Look in options.conf and see what php version is set to. If it was 5.3 before it is not going to mysteriously install 5.4 unless you changed the setting in options.conf.
 
will it overwrite old php/apache configs ini files and settings??
do i need to take a backup??


what if i do not want to upgrade
postfix
dovecot

and other software?


thank you
 
Are you sure, you're running Postfix? Directadmin supports only Exim.

To update only PHP run this:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build clean
./build php d

That will upgrade only PHP. And no, it does not overwrite any existing configs on your server.

p.s. Backups are always good to have.
 
Back
Top