You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch removes compatibility with Barman versions 3.4 and earlier,
which have been deprecated. These versions, released before April
2023, are no longer maintained and require specific workarounds that
increase code complexity. Removing support simplifies the backup
integration logic and aligns the operator with recent, supported
versions of Barman (≥ 3.5).
We have simultaneously reduced technical debt by eliminating the
capability detection framework that required checking the version of
Barman Cloud before every execution of the program.
Users running an operand version released before January 2023 must
upgrade to a more recent version before updating the operator, as
older operand images may not be compatible with the updated backup
mechanisms introduced in this patch.
This commit represents progress in transitioning users to the
recommended Barman Cloud plugin.
Closescloudnative-pg#3954
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com>
Co-authored-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com>
0 commit comments