Hello All
I want to upgrade my FreeBSD 8.2 RELEASE server to 9.0 RELEASE. I do run a custom kernel and I am running a mirrored disk setup with gmirror (from what I understand this can cause issues after the upgrade).
I have made a full backup of the server as follows:
[cmd=]dump -0aLf /tmp/backup.tar /dev/mirror/RootMirror4s1a[/cmd]
Do I need to do anything special before performing the upgrade due to my configuration?
I was going to run the following commands to do my upgrade:
I'm sure I' m missing something here. Do I need to do anything else to make sure my system will still boot up since I use gmirror? Or anything else in general I have missed?
Many thanks
I want to upgrade my FreeBSD 8.2 RELEASE server to 9.0 RELEASE. I do run a custom kernel and I am running a mirrored disk setup with gmirror (from what I understand this can cause issues after the upgrade).
I have made a full backup of the server as follows:
[cmd=]dump -0aLf /tmp/backup.tar /dev/mirror/RootMirror4s1a[/cmd]
Do I need to do anything special before performing the upgrade due to my configuration?
I was going to run the following commands to do my upgrade:
Code:
freebsd-update upgrade -r 9.0-RELEASE
cd /usr/src
make KERNCONF=ALPHA kernel
freebsd-update install
shutdown -r now
freebsd-update install
shutdown -r now
I'm sure I' m missing something here. Do I need to do anything else to make sure my system will still boot up since I use gmirror? Or anything else in general I have missed?
Many thanks
