try trixie

pull/567/head
Manika Singhal 2025-09-25 11:39:40 +05:30 committed by GitHub
parent 2a8a85921e
commit 2bb82755ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -253,6 +253,9 @@ install_deps() {
dpkg -i percona-release_latest.generic_all.deb
rm -f percona-release_latest.generic_all.deb
percona-release enable ${PPG_REPO_NAME} testing
if [ "x${DEBIAN}" = "xtrixie" ]; then
percona-release enable ${PPG_REPO_NAME} experimental
fi
PKGLIST="percona-postgresql-${PG_RELEASE} percona-postgresql-common percona-postgresql-server-dev-all"