Guest User!

You are not Sophos Staff.

[8.060][BUG][FIXED] Incorrect Version Identified

When I ran the printable configuration report, the version the report showed is 8.055 instead of 8.060 after completing the upgrade.
  • Astaro Beta Report
    
    --------------------------------
    Version: 8.060
    Type: BUG
    State: MERGED/FIXED
    Reporter: Griff+
    Contributor: BrucekConvergent
    MantisID: 15648
    Target version: 8.065
    Fixed in version: 8.065
    --------------------------------
  • Hi Griff,

    i wouldn't call that outright wrong, as the two ASG software versions 8.055 and 8.060 use the same Confd storage format, see https://support.astaro.com/support/index.php/Confd_storage_format_version for details.  A storage written by 8.060 looks exactly the same as a storage written by 8.055, hence the phrase "written by Astaro release 8.055".

    Still, i admit this wasn't obvious from the wording used, and it must seem confusing to the user, so i changed the code to not report the *storage* format version on that line, but the *software* version instead.  You still see the storage format versions involved on the following lines ("compatible with ...").

    So, in the future, you will see something like this in similar cases:

     written by Astaro release 8.060
     compatible with format version(s):
        * 43
        * 8002
        * 8055

    Yours,
      Ingo
  • Ingo, just curious; what does the '43' above reference?  I recognize the 8.00x numbers, of course.

    CTO, Convergent Information Security Solutions, LLC

    https://www.convergesecurity.com

    Advice given as posted on this forum does not construe a support relationship or other relationship with Convergent Information Security Solutions, LLC or its subsidiaries.  Use the advice given at your own risk.

  • Hi BrucekConvergent,

    that's the highest V7 storage version number known to all the Confd programs that handled this particular storage in the past.  Actually, storage format version number 43 corresponds to release 7.508, just look at the link provided in my previous posting.  So, this storage has already been upgraded to support all the features contained in 7.508, 8.002 and 8.055.

    In case new features changing the storage format would be introduced in, let's say, 7.509, 8.004 and 8.065, and you would upgrade to a Confd knowing about these three newer versions, then that Confd would execute upgrade modules for 7.509, 8.004 and 8.065, but it would not execute upgrade modules for 7.506, 7.508, 8.000, 8.002, 8.050 or 8.055 when starting up with this storage, because this storage doesn't require the latter upgrades any longer - even though the newer Confd still *knows* how to apply older upgrades, and does apply older upgrades when starting up with an older storage.  In this context, "starting up with" both applies to the usual Up2Date process and to restoring an older backup into a newer Confd.

    Yours,
      Ingo