How to uninstall ISPConfig ?
Log in to your command line as root and type the following:
/root/42go/uninstall
If the uninstall script fails, you can remove ISPConfig manually by deleteing these directories:
rm -rf /root/ispconfig
rm -rf /home/admispconfig
What is the difference between complete and partial deinstallation of the ISPConfig system ?
* Partial deinstallation means that only the ISPConfig system itself will be uninstalled, not the objects created by it (web sites, users, DNS records, etc.).
* With complete deinstallation also the objects created by the systems (web sites, users, DNS records, etc.) will be uninstalled. Thus, the server is reset to its original state.
The following Error messages during uninstall !
shell-init: could not get current directory: getcwd: cannot access parent directories: No such file or directory
This is normal. The program /root/ispconfig/uninstall deletes its own parent directory ie /root/ispconfig and thus cannot find it anymore. Nevertheless the uninstall will be completed. Just ignore the error message.



0 comments: