Skip to content

Instantly share code, notes, and snippets.

@elijahtsai
Created June 16, 2025 04:29
Show Gist options
  • Save elijahtsai/0d8f65c95090376b8caa7914417c0a43 to your computer and use it in GitHub Desktop.
Save elijahtsai/0d8f65c95090376b8caa7914417c0a43 to your computer and use it in GitHub Desktop.
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
wget -qO- https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo tee /etc/apt/trusted.gpg.d/pgdg.asc
sudo apt update
sudo apt install -y postgresql-17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment