Migrating from Fedora Core 2 to 5

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
lamshuyin
Posts: 1
Joined: Wed May 03, 2006 3:31 am

Migrating from Fedora Core 2 to 5

Post by lamshuyin »

Hi, all,

I am using s9y for years. It is really great. But I have a problem now. When I start to use s9y, my small home server is installed with Fedora Core 2. But as time goes on, many updates of software is for Fedora core 3 or up. I am unavoidably need to upgrade my distribution.

Although I haven't done any upgrade yet, I know there is a major upgrade of mysql and php. I am afraid, I can't migrate my database to the new distribution. It will be a nightmare to me.

Could anyone try this before or any instruction for a smooth migration of the database?

Thanks.


Jacky
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Migrating from Fedora Core 2 to 5

Post by garvinhicking »

Hi!

First of all: Don't panic. :-)

Upgrading MySQL and PHP is a task that often happens on every server.

Upgrading PHP is no problem at all, it should go seamlessly and not disturb Serendipity.

Upgrading MySQL is usually also no problems, because all existing databases and tables are preserved. You only overwrite the binary mysql files, not the "data" directory. When you do that, all data, all passwords are preserved and you should be able to use s9y like before.

I don'T explicitly know Fedora Core, so you might check back with their support forums on how to exactly achieve the upgrade. But on systems like Debian, upgrading would not be any problem.

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
falk
Regular
Posts: 512
Joined: Tue Sep 27, 2005 10:16 am
Location: DD
Contact:

Post by falk »

Safe your databases (normaly located in /var/lib/mysql), your config (/etc) and your s9y installation (/srv/www(?)) and update Fedora. Normaly there are no problems. But make a hardcopy of your phpinfo() output and look if all used php modules installed/updated after the upgrade. This is the biggest problem i see ;-).
Post Reply