<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">on 10/22/2012 12:27 PM Larry Roberts
      carved the following into a picnic table:<br>
    </div>
    <blockquote cite="mid:508573F7.5090403@american-hero.com"
      type="cite">
      <pre wrap="">On 10/22/2012 10:52 AM, Scott Knight wrote:
&gt; on 10/22/2012 10:22 AM Larry Roberts carved the following into a 
&gt; picnic table:
&gt;&gt; Is there an easy way I'm not thinking of to see what the version of
&gt;&gt; mythtv that will be installed?
&gt; Depending on your version of yum (I don't have access to any 
&gt; RHEL/CentOS 5 machines to test with), you can use --releasever and 
&gt; --showduplicates to query the repository with list.  I would imagine 
&gt; something like this would be a good start:
&gt; yum --releasever=6.3 --showduplicates list mythtv
unfortunately --releasever isn't an option for my version of yum...</pre>
    </blockquote>
    Bummer, that is pretty useful way to check other repositories.&nbsp; You
    might be able to trick yum by temporarily editing
    /etc/redhat-release to look like CentOS 6.3 and then just doing a
    'yum list mythtv' or 'yum --showduplicates list mythtv' to see what
    it thinks is available.&nbsp; FWIW, here is what my RHEL 6.3 systems
    contain:<br>
    Red Hat Enterprise Linux Server release 6.3 (Santiago)<br>
    <br>
    Just quickly browsing <a
      href="http://dl.atrpms.net/el6.3-x86_64/atrpms/stable/">http://dl.atrpms.net/el6.3-x86_64/atrpms/stable/</a>
    I ONLY see these:<br>
    <a
href="http://dl.atrpms.net/el6.3-x86_64/atrpms/stable/mythtv-0.24.2-281.el6.x86_64.rpm"
      style="font-family: 'Times New Roman'; font-size: medium;
      font-style: normal; font-variant: normal; font-weight: normal;
      letter-spacing: normal; line-height: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">mythtv-0.24.2-281.el6.x86_64.rpm</a><br>
    <a
href="http://dl.atrpms.net/el6.3-x86_64/atrpms/stable/mythtv-0.24.3-282.el6.x86_64.rpm"
      style="font-family: 'Times New Roman'; font-size: medium;
      font-style: normal; font-variant: normal; font-weight: normal;
      letter-spacing: normal; line-height: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">mythtv-0.24.3-282.el6.x86_64.rpm</a><br>
    <a
href="http://dl.atrpms.net/el6.3-x86_64/atrpms/stable/mythtv-0.24.3-283.el6.x86_64.rpm"
      style="font-family: 'Times New Roman'; font-size: medium;
      font-style: normal; font-variant: normal; font-weight: normal;
      letter-spacing: normal; line-height: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">mythtv-0.24.3-283.el6.x86_64.rpm</a><br>
    <br>
    <blockquote cite="mid:508573F7.5090403@american-hero.com"
      type="cite">
      <pre wrap="">
&gt;&gt; Perhaps another way of asking the question would be how would you do an
&gt;&gt; upgrade from one server to another, while upgrading OS versions and
&gt;&gt; trying to maintain all your myth DB information?
&gt; Easiest/safest way is to be able to upgrade the OS while keeping 
&gt; MythTV and MySQL versions the same and then upgrade those after 
&gt; verifying that everything works as expected on the new OS.
So your saying install the new machine, but install the older versions 
of mythtv?  This is a new install and unfortunately an in place upgrade 
from 5.8 doesn't appear to be supported, or at least thats my 
understanding of what I have read.
</pre>
    </blockquote>
    You can always attempt to do that.&nbsp; I had to do it when I built a
    Fedora 17 machine before the RPMs had been built.&nbsp; Fedora 16 RPMs
    ran just fine fo a month or more.&nbsp; No guarantee with major versions
    of RHEL since so many of the underpinnings have been changed.&nbsp; I
    remember having to jack around with getting all of the dependencies
    installed since yum --releasever=16 install mythtv failed to bring
    them all in.&nbsp; The good news is the version of yum shipped with RHEL6
    does support --releasever.<br>
    <br>
    However, this isn't what I meant.&nbsp; What I meant is that it's always
    safest to build out the new OS to run the same VERSIONS of mythtv
    and mysql as the old system...provided the binaries are available.&nbsp;
    It appears you are in luck with MythTV based on the repo data I
    pasted above.&nbsp; MySQL is going to be more of an upgrade since I see
    5.0.95 in the CentOS 5.8 repository and 5.1.61 in the CentOS 6.3
    repository.&nbsp; You might want to take a look at MySQL release notes to
    see if you need to do anything to prepare the database for the newer
    version.<br>
    <br>
    Only after I had that all ironed out would I consider upgrading
    MythTV to 0.25+<br>
    <br>
    Scott<br>
  </body>
</html>