Koozali.org: home of the SME Server

Enable test repo's

Offline Paspv

  • **
  • 21
  • +0/-0
Enable test repo's
« on: September 10, 2008, 02:40:27 PM »
I have looked to "Backup with DAR" on a testserver and I like it a lot. As far as I can see it has all what I need. To install it you have to enable 2 test repo's:

Code: [Select]
yum --enablerepo=smetest --enablerepo=smeupdates-testing upgrade e-smith-backup
How "bad" is this on a production server? After this installation, are there any other packages of SME Server which automatically updates from these repo's, or are they only enabled for this Contrib? Should I disable these repo's after the installation?

Thanks in advance.

Patrick

Offline janet

  • *****
  • 4,812
  • +0/-0
Re: Enable test repo's
« Reply #1 on: September 10, 2008, 03:27:23 PM »
Paspv

Code: [Select]
yum --enablerepo=smetest --enablerepo=smeupdates-testing upgrade e-smith-backup
That command just enables those repos for that one off upgrade and to obtain the particular package specified (and any dependencies).
They are not permanently enabled for general upgrades.
They only get used if you specify them with the --enablerepo= switch
« Last Edit: September 10, 2008, 03:39:39 PM by mary »
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: Enable test repo's
« Reply #2 on: September 10, 2008, 07:33:09 PM »
How "bad" is this on a production server?
Packages in smetest are not tested, as those packages are most of the times waiting to be verified after a bugfix and should not be used on a production server as behavior can be unpredicted, as well as there not being much support on such versions.

If you install them you will have to commit to reporting problems and issues with those packages to the bugtracker, even more than using the normal released packages.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline mercyh

  • *
  • 824
  • +0/-0
    • http://mercyh.org
Re: Enable test repo's
« Reply #3 on: September 10, 2008, 08:05:53 PM »
Quote
Packages in smetest are not tested, as those packages are most of the times waiting to be verified after a bugfix and should not be used on a production server as behavior can be unpredicted, as well as there not being much support on such versions.

If you install them you will have to commit to reporting problems and issues with those packages to the bugtracker, even more than using the normal released packages.

All very true.

However e-smith-backup with DAR was a much used contrib that was moved into updates testing for inclusion in the base 8.0. As such it may not be as "experimental" as some of the other packages in that repo may be.

Offline Paspv

  • **
  • 21
  • +0/-0
Re: Enable test repo's
« Reply #4 on: September 10, 2008, 08:21:15 PM »
Thank you all for the answers. Since it was a contrib that was much used I think the risks are not that high. If I notice anything strange then I will use the bugtracker to report it.