[solved] TV Server Configuration gone after update from 1.8 pre release (2 Viewers)

killer8

Portal Pro
July 29, 2012
378
186
Home Country
Netherlands Netherlands
Thank you. Only question I have about the script. The version table shows version 62. Shouldnt this be 65? Or isn't this the mysql version used but the revision of the sql database structure?

What does your version table say? I also wonder if this is the whole script executed by the 1.8 installer when pressing update mysql to 5.6 in the installer?

Update: I already got my answer by looking into the repo: https://github.com/MediaPortal/Medi...b003b3aaff47212ac/TvEngine3/TVLibrary/SetupTv 62 seems to be the db structure version and 62 is the latest.
 
Last edited:

HomeY

Test Group
  • Team MediaPortal
  • February 23, 2008
    6,418
    4,717
    51
    ::1
    Home Country
    Netherlands Netherlands
    The version table shows version 62. Shouldnt this be 65? Or isn't this the mysql version used but the revision of the sql database structure?
    62 is the correct version, this has nothing to do with the MySQL version installed, but is simply 'current version + 1' on any update.
    You can see the history of these statements in our repository:
    https://github.com/MediaPortal/MediaPortal-1/tree/master/TvEngine3/TVLibrary/SetupTv

    What does your version table say? I also wonder if this is the whole script executed by the 1.8 installer when pressing update mysql to 5.6 in the installer?
    62, and yes, this should be all.
    upload_2014-7-2_14-11-18.png
     

    Users who are viewing this thread

    Top Bottom