Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: Paspv on September 10, 2008, 02:40:27 PM

Title: Enable test repo's
Post by: Paspv 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
Title: Re: Enable test repo's
Post by: janet 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
Title: Re: Enable test repo's
Post by: cactus 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.
Title: Re: Enable test repo's
Post by: mercyh 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.
Title: Re: Enable test repo's
Post by: Paspv 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.