spottraining wrote:Need I fallow Upgrading from <2.2.6-r4 guide or Upgrading from <2.0.52-r3 guide?
Well, you want to upgrade from 2.0.59-r5. Is this lower than 2.0.52-r3

. I guess the answer is "No". So, follow the "Upgrading from <2.2.6-r4" chapter in the guide.
It's not that difficult (at least it was not for me). Just be sure that your
/etc/make.conf is prepared accordingly (as explained in the upgrade guide). If your
/etc/apache2/httpd.conf is still old style (i.e., including listen and config directives for the content root directory), it's good to know that most of those directives are now in
/etc/apache2/vhosts.d/00_default_vhost.conf and
/etc/apache2/vhosts.d/default_vhost.include. Many people get "Socket already in use" errors because they have the same listen directives both in /etc/apache2/httpd.conf and /etc/apache2/vhosts.d/00_default_vhost.conf.
If you're not sure and your server actually serves webcontent, you can always run
Code: Select all
quickpkg --include-config=y --include-unmodified-config=y =apache-2.0.59-r5
before changing anything. If something goes wrong, you can then easily revert to the older version. quickpkg is part of app-portage/gentoolkit.
Hope this helps.