Skip to content

Commit

Permalink
Change repo set up for pxb
Browse files Browse the repository at this point in the history
  • Loading branch information
egor-voynov-aiven committed Aug 15, 2024
1 parent ec0de23 commit f16ae6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install-percona-package
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[ -n "$1" ] || { echo "must pass percona package version"; exit 1; }
PERCONA_PACKAGE_VERSION="$1"
export DEBIAN_FRONTEND="noninteractive"
sudo percona-release setup ps-80 release
sudo percona-release setup pxb-80 release
sudo percona-release enable ps-80 release
sudo percona-release enable pxb-80 release
sudo apt-get install -q -y --allow-unauthenticated -o Dpkg::Options::=--force-confnew percona-xtrabackup-80="${PERCONA_PACKAGE_VERSION}"
mysqld --version

0 comments on commit f16ae6c

Please sign in to comment.