bareos: master db3be069

Author Committer Branch Timestamp Parent
bruno-at-bareos Bareos Bot master 2025-01-22 09:49 master 572c9768 Pending
Changeset plugin: postgresql use integer for savepkt.object_index

In previous commit, object_index was initialized with
current_time_ns() which can return value over integer limit.

To avoid any risk of unsorted restores, we move back to integer.

We recommend to redo a full after installing this update.

- added detection of misordered objectindex during restore in
  testrunner-default

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - core/src/plugins/filed/python/postgresql/bareos-fd-postgresql.py Diff File
mod - systemtests/tests/py3plug-fd-postgresql/testrunner-default Diff File