Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-32253

impossible to use --no-timestamp option

Details

    Description

      --no-timestamp option throws an error.

      mariabackup: unknown option '--no-timestamp'
      

      This is already mentioned in MDEV-31505

      Before 10.4.14 no error occured, but likely mariabackup no complain about wrong options. Fixed with MDEV-18215

      "mariabackup does not report unknown command line options"

      The option with --innobackupex not work either.

      Also already mentioned in MDEV-31505 from Timofey Turenko

      it seems something is wrong with command line processing:
       
      if '--innobackupex' is at the end of command line mariadb-backup gives `unknown option` error:
       
      if '--innobackupex' is the first argument mariadb-backup gives `Missing argument` error:
      

      I reproduced this behaviour wirh 10.4.14 to 10.4.20, 10.5 and 10.6

      In MDEV-20552 serg mentioned:

       
      UPDATE 14 Aug 2023
      This task needs to be about:
       
          verifying/ensuring that all innobackupex functionality is available in the normal mode (list to be updated)
              add "timestamp" option
      

      But according above tests, it is more urgent to make the option --no-timestamp make working in any way.

      Attachments

        Issue Links

          Activity

            Richard Richard Stracke created issue -
            Richard Richard Stracke made changes -
            Field Original Value New Value
            Richard Richard Stracke made changes -
            Richard Richard Stracke made changes -
            alice Alice Sherepa made changes -
            serg Sergei Golubchik made changes -
            Description --no-timestamp option throws an error.

            {code:java}
            mariabackup: unknown option '--no-timestamp'
            {code}

            This is already mentioned in

            [https://jira.mariadb.org/browse/MDEV-31505|http://MDEV-31505]

            Before 10.4.14 no error occured, but likely mariabackup no complain about wrong options. Fixed with [https://jira.mariadb.org/browse/MDEV-18215|http://MDEV-18215]

            "mariabackup does not report unknown command line options"


            The option with --innobackupex not work either.

            Also already mentioned in MDEV-31505 from Timofey Turenko



            {code:java}
            it seems something is wrong with command line processing:

            if '--innobackupex' is at the end of command line mariadb-backup gives `unknown option` error:

            if '--innobackupex' is the first argument mariadb-backup gives `Missing argument` error:
            {code}

            I reproduced this behaviour wirh 10.4.14 to 10.4.20, 10.5 and 10.6

            In https://jira.mariadb.org/browse/MDEV-20552
            [~serg] mentioned:

            {code:java}

            UPDATE 14 Aug 2023
            This task needs to be about:

                verifying/ensuring that all innobackupex functionality is available in the normal mode (list to be updated)
                    add "timestamp" option
            {code}

            But according above tests, it is more urgent to make the option --no-timestamp make working in any way.


            --no-timestamp option throws an error.

            {code:java}
            mariabackup: unknown option '--no-timestamp'
            {code}

            This is already mentioned in MDEV-31505

            Before 10.4.14 no error occured, but likely mariabackup no complain about wrong options. Fixed with MDEV-18215

            "mariabackup does not report unknown command line options"


            The option with --innobackupex not work either.

            Also already mentioned in MDEV-31505 from Timofey Turenko

            {code:java}
            it seems something is wrong with command line processing:

            if '--innobackupex' is at the end of command line mariadb-backup gives `unknown option` error:

            if '--innobackupex' is the first argument mariadb-backup gives `Missing argument` error:
            {code}

            I reproduced this behaviour wirh 10.4.14 to 10.4.20, 10.5 and 10.6

            In https://jira.mariadb.org/browse/MDEV-20552
            [~serg] mentioned:

            {code:java}

            UPDATE 14 Aug 2023
            This task needs to be about:

                verifying/ensuring that all innobackupex functionality is available in the normal mode (list to be updated)
                    add "timestamp" option
            {code}

            But according above tests, it is more urgent to make the option --no-timestamp make working in any way.


            serg Sergei Golubchik made changes -
            Description --no-timestamp option throws an error.

            {code:java}
            mariabackup: unknown option '--no-timestamp'
            {code}

            This is already mentioned in MDEV-31505

            Before 10.4.14 no error occured, but likely mariabackup no complain about wrong options. Fixed with MDEV-18215

            "mariabackup does not report unknown command line options"


            The option with --innobackupex not work either.

            Also already mentioned in MDEV-31505 from Timofey Turenko

            {code:java}
            it seems something is wrong with command line processing:

            if '--innobackupex' is at the end of command line mariadb-backup gives `unknown option` error:

            if '--innobackupex' is the first argument mariadb-backup gives `Missing argument` error:
            {code}

            I reproduced this behaviour wirh 10.4.14 to 10.4.20, 10.5 and 10.6

            In https://jira.mariadb.org/browse/MDEV-20552
            [~serg] mentioned:

            {code:java}

            UPDATE 14 Aug 2023
            This task needs to be about:

                verifying/ensuring that all innobackupex functionality is available in the normal mode (list to be updated)
                    add "timestamp" option
            {code}

            But according above tests, it is more urgent to make the option --no-timestamp make working in any way.


            --no-timestamp option throws an error.

            {code:java}
            mariabackup: unknown option '--no-timestamp'
            {code}

            This is already mentioned in MDEV-31505

            Before 10.4.14 no error occured, but likely mariabackup no complain about wrong options. Fixed with MDEV-18215

            "mariabackup does not report unknown command line options"


            The option with --innobackupex not work either.

            Also already mentioned in MDEV-31505 from Timofey Turenko

            {code:java}
            it seems something is wrong with command line processing:

            if '--innobackupex' is at the end of command line mariadb-backup gives `unknown option` error:

            if '--innobackupex' is the first argument mariadb-backup gives `Missing argument` error:
            {code}

            I reproduced this behaviour wirh 10.4.14 to 10.4.20, 10.5 and 10.6

            In MDEV-20552 [~serg] mentioned:

            {code:java}

            UPDATE 14 Aug 2023
            This task needs to be about:

                verifying/ensuring that all innobackupex functionality is available in the normal mode (list to be updated)
                    add "timestamp" option
            {code}

            But according above tests, it is more urgent to make the option --no-timestamp make working in any way.


            serg Sergei Golubchik made changes -
            Assignee Alexander Barkov [ bar ]
            julien.fritsch Julien Fritsch made changes -
            Fix Version/s 10.4 [ 22408 ]
            Fix Version/s 10.5 [ 23123 ]
            Fix Version/s 10.6 [ 24028 ]
            mariadb-jira-automation Jira Automation (IT) made changes -
            Zendesk Related Tickets 131785
            julien.fritsch Julien Fritsch made changes -
            Fix Version/s 10.4 [ 22408 ]

            People

              bar Alexander Barkov
              Richard Richard Stracke
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.