fix(backup,status): add `majorVersion` to backups by armru · Pull Request #8464 · cloudnative-pg/cloudnative-pg
label
Aug 28, 2025and removed size:XL
This PR changes 500-999 lines, ignoring generated files.labels
Aug 28, 2025
armru
changed the title
Dev/backup add major
feat(bacup,status): add `MajorVersion
armru
changed the title
feat(bacup,status): add `MajorVersion
feat(backup,status): add `MajorVersion
armru
changed the title
feat(backup,status): add `MajorVersion
feat(backup,status): add MajorVersion
Base automatically changed from dev/backup-controller to main
August 29, 2025 08:52and removed size:M
This PR changes 30-99 lines, ignoring generated files.labels
Aug 29, 2025and removed size:XL
This PR changes 500-999 lines, ignoring generated files.labels
Aug 29, 2025
armru
mentioned this pull request
mnencia added a commit that referenced this pull request
Sep 12, 2025Expose the PostgreSQL major version in the backup status and add a new label `cnpg.io/majorVersion` to volume snapshots. This change also fixes a bug during major upgrades, preventing backups from being taken. Partially closes #7705 --------- Signed-off-by: Armando Ruocco <armando.ruocco@enterprisedb.com> Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com> Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com> Co-authored-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com> Co-authored-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> Co-authored-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com> (cherry picked from commit de99f90)
mnencia added a commit that referenced this pull request
Sep 12, 2025Expose the PostgreSQL major version in the backup status and add a new label `cnpg.io/majorVersion` to volume snapshots. This change also fixes a bug during major upgrades, preventing backups from being taken. Partially closes #7705 --------- Signed-off-by: Armando Ruocco <armando.ruocco@enterprisedb.com> Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com> Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com> Co-authored-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com> Co-authored-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> Co-authored-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com> (cherry picked from commit de99f90)
mnencia added a commit that referenced this pull request
Sep 12, 2025Expose the PostgreSQL major version in the backup status and add a new label `cnpg.io/majorVersion` to volume snapshots. This change also fixes a bug during major upgrades, preventing backups from being taken. Partially closes #7705 --------- Signed-off-by: Armando Ruocco <armando.ruocco@enterprisedb.com> Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com> Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com> Co-authored-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com> Co-authored-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> Co-authored-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com> (cherry picked from commit de99f90)
gbartolini pushed a commit that referenced this pull request
Sep 12, 2025… upgrades (#8475) Avoids a bug where volume snapshot backups from a previous minor version could be incorrectly reused when scaling up, leading to issues during major PostgreSQL upgrades. Depends On #8464 Closes #7705 Signed-off-by: Armando Ruocco <armando.ruocco@enterprisedb.com> Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> Co-authored-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
cnpg-bot pushed a commit that referenced this pull request
Sep 12, 2025… upgrades (#8475) Avoids a bug where volume snapshot backups from a previous minor version could be incorrectly reused when scaling up, leading to issues during major PostgreSQL upgrades. Depends On #8464 Closes #7705 Signed-off-by: Armando Ruocco <armando.ruocco@enterprisedb.com> Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> Co-authored-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> (cherry picked from commit 62c6bd0)
mnencia added a commit that referenced this pull request
Sep 12, 2025… upgrades (#8475) Avoids a bug where volume snapshot backups from a previous minor version could be incorrectly reused when scaling up, leading to issues during major PostgreSQL upgrades. Depends On #8464 Closes #7705 Signed-off-by: Armando Ruocco <armando.ruocco@enterprisedb.com> Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> Co-authored-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> (cherry picked from commit 62c6bd0)
rossigee pushed a commit to rossigee/cloudnative-pg that referenced this pull request
Oct 2, 2025Expose the PostgreSQL major version in the backup status and add a new label `cnpg.io/majorVersion` to volume snapshots. This change also fixes a bug during major upgrades, preventing backups from being taken. Partially closes cloudnative-pg#7705 --------- Signed-off-by: Armando Ruocco <armando.ruocco@enterprisedb.com> Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com> Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com> Co-authored-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com> Co-authored-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> Co-authored-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
rossigee pushed a commit to rossigee/cloudnative-pg that referenced this pull request
Oct 2, 2025… upgrades (cloudnative-pg#8475) Avoids a bug where volume snapshot backups from a previous minor version could be incorrectly reused when scaling up, leading to issues during major PostgreSQL upgrades. Depends On cloudnative-pg#8464 Closes cloudnative-pg#7705 Signed-off-by: Armando Ruocco <armando.ruocco@enterprisedb.com> Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> Co-authored-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
THE-BRAHMA pushed a commit to THE-BRAHMA/cloudnative-pg that referenced this pull request
Oct 30, 2025Expose the PostgreSQL major version in the backup status and add a new label `cnpg.io/majorVersion` to volume snapshots. This change also fixes a bug during major upgrades, preventing backups from being taken. Partially closes cloudnative-pg#7705 --------- Signed-off-by: Armando Ruocco <armando.ruocco@enterprisedb.com> Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com> Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com> Co-authored-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com> Co-authored-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> Co-authored-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com> Signed-off-by: theBrahma <office.utpal.brahma@gmail.com>
THE-BRAHMA pushed a commit to THE-BRAHMA/cloudnative-pg that referenced this pull request
Oct 30, 2025… upgrades (cloudnative-pg#8475) Avoids a bug where volume snapshot backups from a previous minor version could be incorrectly reused when scaling up, leading to issues during major PostgreSQL upgrades. Depends On cloudnative-pg#8464 Closes cloudnative-pg#7705 Signed-off-by: Armando Ruocco <armando.ruocco@enterprisedb.com> Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> Co-authored-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> Signed-off-by: theBrahma <office.utpal.brahma@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters