We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad75ac8 commit 15a9cfeCopy full SHA for 15a9cfe
pg_tarballs/pg_tarballs_builder.sh
@@ -1431,8 +1431,8 @@ build_pg_gather(){
1431
mkdir -p /source
1432
cd /source
1433
1434
- wget https://raw.githubusercontent.com/jobinau/pg_gather/refs/tags/v30/gather.sql
1435
- wget https://raw.githubusercontent.com/jobinau/pg_gather/refs/tags/v30/README.md
+ wget https://raw.githubusercontent.com/percona/support-snippets/master/postgresql/pg_gather/gather.sql
+ wget https://raw.githubusercontent.com/percona/support-snippets/master/postgresql/pg_gather/README.md
1436
1437
cp gather.sql ${POSTGRESQL_PREFIX}/bin
1438
chmod 755 ${POSTGRESQL_PREFIX}/bin/gather.sql
0 commit comments