• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

PHP backup

D

DoobyWho

Guest
Because of the fact plesk uses mysql3 still, i had to custom build PHP4 with the mysql4 client api so that my uploads wouldnt be capped at 16M. That was a painful process and i dont want to have to do it again if my server crashes. Any idea what I would backup so that if my server crashed i could restore my php/mysql/apache install (as well as my other files)?

thanks
 
You can upgrade to mysql4 and compile PHP with mysql4 client. But be aware that you must install the compatibility mysql libraries anyway because some other programs will not be happy without them.
 
If you need to redo a difficult build of php (it doesn't matter if it's because a system reinstall or a new server install)... why you didn't did the package (rpm, deb...)?
 
He needed to recompile from source to get the mysql4 client api instead of the mysql 3.23 client api. No RPM available for that.
 
Sorry,

I meant to make his own RPM. It's always possible to make a custom RPM that fits your need, making you able to re-install it again.
 
Hello again,

I think that the RPM Howto would be a good start ;)

http://www.rpm.org/RPM-HOWTO/

Most of the times, you will only need to download one SRPM, install it, modify it .spec file to fit your needs, and rpmbuild it. BTW, maybe one day you'll start your own metadistro :)
 
Back
Top