Skip to content

Commit

Permalink
percona: don't bump LTS name
Browse files Browse the repository at this point in the history
In the stable branch, the `_lts` package names for percona-server and
percona-xtrabackup remain at the still suported 8_0 packages to avoid
major version bumps during a release cycle.
  • Loading branch information
osnyx committed Oct 15, 2024
1 parent 746bbd8 commit faa0c49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11603,12 +11603,12 @@ with pkgs;
perceptualdiff = callPackage ../tools/graphics/perceptualdiff { };

inherit (import ../servers/sql/percona-server pkgs) percona-server_8_0 percona-server_8_4;
percona-server_lts = percona-server_8_4;
percona-server_lts = percona-server_8_0;
# temporarily, latest LTS and Innovation release are equal
percona-server_innovation = percona-server_8_4;
percona-server = percona-server_lts;
inherit (import ../tools/backup/percona-xtrabackup pkgs) percona-xtrabackup_8_0 percona-xtrabackup_8_4;
percona-xtrabackup_lts = percona-xtrabackup_8_4;
percona-xtrabackup_lts = percona-xtrabackup_8_0;
# temporarily, latest LTS and Innovation release are equal
percona-xtrabackup_innovation = percona-xtrabackup_8_4;
percona-xtrabackup = percona-xtrabackup_lts;
Expand Down

0 comments on commit faa0c49

Please sign in to comment.