Skip to content

Instantly share code, notes, and snippets.

@is
Created April 14, 2013 05:35
Show Gist options
  • Save is/5381582 to your computer and use it in GitHub Desktop.
Save is/5381582 to your computer and use it in GitHub Desktop.
sync postgresql yum repo
# http://yum.postgresql.org/repopackages.php#pg92
yum install -y http://yum.postgresql.org/9.2/redhat/rhel-6-x86_64/pgdg-centos92-9.2-6.noarch.rpm
mkdir -p /data/repos
cd /data/repos
reposync -r pgdg92,pgdg92-source -s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment