Koozali.org: home of the SME Server

How do I upgrade to 7.0pre3?

Offline rick1908

  • ***
  • 56
  • +0/-0
    • http://theevansfamily.com/
How do I upgrade to 7.0pre3?
« on: February 18, 2006, 01:57:09 PM »
I currently have 7.0pre2 installed:

1. Do I download the new image and upgrade?
2. Is there a yum update path to pre3?
Seeeeeeeeeeeeeeee ya,
Rick :pint:

Offline dsemuk

  • *****
  • 269
  • +0/-0
How do I upgrade to 7.0pre3?
« Reply #1 on: February 18, 2006, 02:55:55 PM »
You can either use Yum from the console or in server manager go to "Software Installer" and you should see the necessary updates waiting to be installed.

Dave
--
Esmith/Mitel/SME server  :-D...

Offline stiperstones

  • *
  • 177
  • +0/-0
    • http://www.stiperstones.com
How do I upgrade to 7.0pre3?
« Reply #2 on: February 18, 2006, 03:14:55 PM »
rick1908
login to your server via terminal has root

issue this command before upgrade/update

Code: [Select]
kudzu -q


Use this step to upgrade

Code: [Select]
yum upgrade -y

Use this step to update

Code: [Select]
yum update -y

once update complete's issue this command  copy and paste has is this goes for upgrade/update

Code: [Select]
signal-event post-upgrade; signal-event reboot

and your server will reboot

viola! updated system to 7.0pre3

use these commands even if you are only updating the system

note replace the word upgrade with update to get latest updated packages for your system.
Stiperstones

http://wiki.contribs.org/Koozali_Foundation
Try the Wiki some great how's there

"My Licence".........

Don't report security issues here - Contact security at contribs dot org
Don't report problems here - Please report bugs @ http://bugs.contribs.org/
Don't ask the same question twice - Please search the forums, your question may have been asked before - Thank You.

Offline electroman00

  • *****
  • 491
  • +0/-0
How do I upgrade to 7.0pre3?
« Reply #3 on: February 18, 2006, 08:07:14 PM »
stiperstones

Thanks much....would be a good idea to Wiki it if not done already I didn't check yet.

Did run the above...seems to be fine.

One issue I noticed was /etc/e-smith-release wasn't updated and I was wondering if others have notice this or it's a local problem.

If anyone else has same issue then it's a minor bug which needs to goto
the tracker.

If the dev's notice this post and check then it might not even need a post to BT.
Didn't find anything in BT for branding e-smith-release.

Thanks again...

Offline gordonr

  • *
  • 646
  • +0/-0
    • http://www.smeserver.com.au/
How do I upgrade to 7.0pre3?
« Reply #4 on: February 20, 2006, 01:53:39 AM »
Quote from: "electroman00"

One issue I noticed was /etc/e-smith-release wasn't updated and I was wondering if others have notice this or it's a local problem.

If anyone else has same issue then it's a minor bug which needs to goto
the tracker.

If the dev's notice this post and check then it might not even need a post to BT.
Didn't find anything in BT for branding e-smith-release.

No, please raise the bug if something doesn't work as expected. We'll close it if it isn't appropriate. We're asking you to raise your own bugs, so we can ask for follow-up if required. We do read the forums from time to time, but please don't impose additional load on the dev team by asking them to raise bugs on your behalf. Thanks.
............

Offline electroman00

  • *****
  • 491
  • +0/-0
How do I upgrade to 7.0pre3?
« Reply #5 on: February 20, 2006, 03:55:47 PM »
gordonr

10-4 roger

yehaah

How do I upgrade to 7.0pre3?
« Reply #6 on: March 16, 2006, 09:41:06 AM »
I tried to upgrade by using the commands above (7p1 to present release).

But this is what I got:

Quote
CentOS release 4.2 (Final) - SME Server 7.0pre1
[root@sme ~]# kudzu -q
[root@sme ~]# yum upgrade -y
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Setting up Upgrade Process
Setting up repositories
Reading repository metadata in from local files
No Packages marked for Update/Obsoletion
================================================================
No new rpms were installed. No additional commands are required.


After the reboot it stil notes that it's a 7 pre 1.

Offline MSmith

  • *
  • 675
  • +0/-0
How do I upgrade to 7.0pre3?
« Reply #7 on: March 16, 2006, 02:44:25 PM »
I've been doing "yum update" and everything seems to work fine; all my installs are now pre4 with this method and none were installed from a pre4 CD.
...

yehaah

How do I upgrade to 7.0pre3?
« Reply #8 on: March 16, 2006, 06:50:27 PM »
How did you update?

Is it the identical same way as above, exept for "update" instead of "upgrade"?

Offline stiperstones

  • *
  • 177
  • +0/-0
    • http://www.stiperstones.com
How do I upgrade to 7.0pre3?
« Reply #9 on: March 16, 2006, 08:41:57 PM »
Modified the commands to show how to upgrade for each release
and also update your current release hope this clarifys things..
Stiperstones

http://wiki.contribs.org/Koozali_Foundation
Try the Wiki some great how's there

"My Licence".........

Don't report security issues here - Contact security at contribs dot org
Don't report problems here - Please report bugs @ http://bugs.contribs.org/
Don't ask the same question twice - Please search the forums, your question may have been asked before - Thank You.