ispCP - Board - Support
RC3>RC4 - 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: RC3>RC4 (/thread-2784.html)

Pages: 1 2


RC3>RC4 - pawouk - 03-19-2008 09:25 AM

Is the upgrade working without any problems? Can I use this howto for upgrading?
Code:
http://www.isp-control.net/documentation/start/upgrade/rc


I dont want to mess up anything.... Thanx


RE: RC3>RC4 - T0mcat - 03-19-2008 03:44 PM

pawouk Wrote:Is the upgrade working without any problems? Can I use this howto for upgrading?
Code:
http://www.isp-control.net/documentation/start/upgrade/rc


I dont want to mess up anything.... Thanx

Yup, was working like a charm for me Smile


RE: RC3>RC4 - gOOvER - 03-19-2008 03:53 PM

This guide should work. It was updated for RC4. There is also a guide in the docs folder in the archive.


RE: RC3>RC4 - pawouk - 03-19-2008 06:58 PM

Thanx a lot for reply. I will try it today Cool


RE: RC3>RC4 - joximu - 03-19-2008 08:03 PM

and...: backup is always a good idea - even if everyone is telling you that it's running smoothly...

But every good admin knows that :-)


RE: RC3>RC4 - Illidan - 03-20-2008 06:53 AM

I translated this Guide into German for more language documentation Tongue!

http://www.isp-control.net/documentation/de/start/upgrade/rc
Change to _de_


RE: RC3>RC4 - gOOvER - 03-20-2008 07:10 AM

Wow, thanx Smile You are not interested for a Job as a maintainer for the German Section? If yes, please Pm me. Smile


RE: RC3>RC4 - Cube - 03-20-2008 07:16 AM

Thank you for the translation, although some parts are slightly "holprig" and you have mixed "Du-" and "Sie-Form" - but who cares? Wink


RE: RC3>RC4 - Illidan - 03-20-2008 03:27 PM

Cube Wrote:Thank you for the translation, although some parts are slightly "holprig" and you have mixed "Du-" and "Sie-Form" - but who cares? Wink

Oops^^.

I changed all "Du-Form" to "Sie-Form". I think now its must be not more a mix x)!


RE: RC3>RC4 - Nemesis02 - 03-23-2008 04:38 AM

I have an issue with upgrading from nightly RC3 to RC4. I'm running Ubuntu Dapper 6.06 LTS and i'm getting the following issue when i try running the `make install` command from within the ./config/dist/ubuntu/ directory. I've also been following the upgrade instructions on the URL listed above.

Quote:blah@legion:~/ispcp-omega-1.0.0/configs/dists/ubuntu$ make install
if test = ubuntu ; then \
cp ./ispcp.conf ; \
(cd ./apache && make install &); \
(cd ./awstats && make install &); \
(cd ./bind && make install &); \
(cd ./cron.d && make install &); \
(cd ./database && make install &); \
(cd ./fcgi && make install &); \
(cd ./init.d && make install &); \
(cd ./postfix && make install &); \
(cd ./courier && make install &); \
(cd ./proftpd && make install &); \
(cd ./logrotate && make install); \
fi
/bin/sh: line 0: test: =: unary operator expected
blah@legion:~/ispcp-omega-1.0.0/configs/dists/ubuntu$