I have a vps server that is in production currently. I need to upgrade my current php 5.2 to php 5.3.
I have found the repositories here http://www.dotdeb.org
My question is how do I upgrade, keeping my current configuration?
|
I have a vps server that is in production currently. I need to upgrade my current php 5.2 to php 5.3. I have found the repositories here http://www.dotdeb.org My question is how do I upgrade, keeping my current configuration? | ||||
|
feedback
|
|
You need only to add the repositories from dotdeb on the If the packages are correctly done, you should not lose any config, since configuration files are not overwritten during updates: if there's a conflict dpkg will ask what to do and you can choose to override or just save the new version with a different extension. After that, just check the README.Debian on | |||
|
feedback
|
Now we have to update apt-get update Then you can easily upgrade.. and restart apache, and test if everything is working , by checking phpinfo() btw..how did you install php previously ?? if you had compiled it manually ..the above method is not the best way .. | |||
|
feedback
|
|
It's not supported by DotDeb
| ||||
|
feedback
|