|
The process should work the same for just putting up a brand new install of the RH and may be simpler. If memory serves, The FC1 image does not contain several of the required compilers that will be required to complete a full install and I didn't really take good notes when I was doing it.
I do know that I made frequent use of apt-get install and depending on the packages / software that you need it may require several different things to get it going.
I use php, mysql, apache, named, and qmail on my server so your setup may have slightly different requirements. Once I had created the second distro, I rebooted and just started trying to install those packages that I knew I would need (php, mysql, apache, qmail, etc.).
As I encountered problems I would then install the needed compilers or libraries to continue and then move on. I know that I had to install a lot of devel packages (for the header files) and a few basic compilers (gcc-c++ I think). If you use the standard source installations for things like php and apache you will get warnings about missing libraries and such which will guide you to the missing items.
Just remember....DO NOT copy the config files over. DO use the old config files to re-create your new config files. I only state this because the files may have changed from the old system to the new and you could experience some problems if you just copy them over. You should be safe to copy over web files and the like. If you are using mysql or a database system you will most likely want to perform a dump and then re-import that on the new system.
When I did mine, I just mounted the old file system under /rh9 which allowed me to copy things like the web files and named zone files rather than having to recreate from scratch or upload from an offsite (aka home computer) backup.
If you have any questions or issues while upgrading to the FC1 install, just post them here and I'm sure someone will be able to address them. Otherwise, happy upgrading. Just remember to keep the old config profile for your Linode until your happy with the new setup so that you can always wipe and start over (or boot back to the old) on the new config if you have to without having to worry.
Apologies if parts of this don't make much sense. I'm working on very little sleep here (3 hrs?) and looking forward to another long day today.
And YES, FC1 is worth the upgrade as RH9 is no longer being updated by the RH community in general. I am using FC1 on my Linode and at home because it does support many of the more recent packages as RH9 has more problems.
|