[mythtv-users] v34 db schema version?

Bill Meek keemllib at gmail.com
Sun Mar 24 02:45:01 UTC 2024


On Saturday 23 March 2024 08:26:14 PM (-05:00), lists at arewethere.net wrote:

> On Sun, Mar 24, 2024 at 12:01:05PM +1100, lists at arewethere.net wrote:
> 
> > Can someone please confirm that v34 should be on schema 1379?
> > Where is the right place to look that up and check?
> 
> A bit more time spent with 'git grep' lead me to
> 
>    mythtv/bindings/perl/MythTV.pm
>    mythtv/libs/libmythtv/dbcheck.cpp
> 
> But it would be nice to have this in the wiki pages somewhere,
> or at least a pointer to the file that contains the datum.
> 
> My suggestion is adding the following to
> https://www.mythtv.org/wiki/Category:Upgrading_MythTV
> 
>   You can check which version of the database schema you should
>   be on by looking in the source code, at either of
>    mythtv/bindings/perl/MythTV.pm
>    mythtv/libs/libmythtv/dbcheck.cpp

There's also an entry in the backend log like this:

    ... Current MythTV Schema Version (DBSchemaVer): 1379

So, you can just grep for Schema in the log or journal if you like.
-- 
Bill


More information about the mythtv-users mailing list