Skip to content

Instantly share code, notes, and snippets.

@ensean
Last active May 18, 2024 06:48
Show Gist options
  • Save ensean/c2007aeec8a7574317ecbe4e2fdd94a5 to your computer and use it in GitHub Desktop.
Save ensean/c2007aeec8a7574317ecbe4e2fdd94a5 to your computer and use it in GitHub Desktop.
Amazon Linux 2023 pg_repack
# Amazon Linux 2023
# pgsql 15
sudo yum install readline-devel lz4-devel postgresql15-static postgresql15-server-devel -y
sudo yum groupinstall "Development Tools" -y
wget --no-check-certificate 'https://api.pgxn.org/dist/pg_repack/1.4.8/pg_repack-1.4.8.zip'
unzip pg_repack-1.4.8.zip
cd pg_repack-1.4.8
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment