[mythtv-commits] Ticket #13077: mythconverg_backup.pl strange behavior when using IPV6 for database

MythTV noreply at mythtv.org
Thu Jul 27 18:42:54 UTC 2017


#13077: mythconverg_backup.pl strange behavior when using IPV6 for database
--------------------------------------------+--------------------------
     Reporter:  pbennett                    |      Owner:  mdean
         Type:  Bug Report - General        |     Status:  new
     Priority:  minor                       |  Milestone:  needs_triage
    Component:  Contributed Scripts & Apps  |    Version:  v29-fixes
     Severity:  medium                      |   Keywords:
Ticket locked:  0                           |
--------------------------------------------+--------------------------
 If the database host in config.xml is specified in IPV6 format, for
 example
 {{{
     <Host>fd3d:63f5:6a89:1::10</Host>
 }}}
 the mythconverg_backup.pl script
 - fails to find the backup storage group, instead reporting that no backup
 directory is supplied
 - If you specify a backup directory on the command line, it creates the
 backup but the file name does not include the schema version
 File name when using ipv4
 {{{
 mythdbmst-1348-20170727143457.sql.gz
 }}}
 File name when using ipv6
 {{{
 mythdbmst-20170727143255.sql.gz
 }}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/13077>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list