mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-01-30 05:39:12 +02:00
b6bfd9f99d
In cases where clock skew or timezone issues are preventing backup label generation the user could see an error like this: new backup label '20220504-152308F' is not later than latest backup label '20220504-222042F_20220504-222141I.manifest.gz' This will happen if the most recent label is drawn from the history. It is cleaner (and probably less confusing) to strip off the extensions so the user sees: new backup label '20220504-152308F' is not later than latest backup label '20220504-222042F_20220504-222141I'