Skip to content

Commit

Permalink
Enterprise is now at 9.3
Browse files Browse the repository at this point in the history
This reverts commit 6f5e552.
  • Loading branch information
jonels-msft committed May 28, 2020
1 parent efea990 commit 50ce132
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions extra/enterprise.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Ubuntu or Debian with Internet Access
sudo CITUS_REPO_TOKEN=XYZ bash
# install the server and initialize db
sudo apt-get install -y postgresql-12-citus-enterprise-9.2
sudo apt-get install -y postgresql-12-citus-enterprise-9.3
# preload citus extension
sudo pg_conftool 12 main set shared_preload_libraries citus
Expand All @@ -47,7 +47,7 @@ Ubuntu or Debian without Internet Access
sudo CITUS_REPO_TOKEN=XYZ bash
sudo apt-get clean
sudo apt-get install -y --download-only postgresql-12-citus-enterprise-9.2
sudo apt-get install -y --download-only postgresql-12-citus-enterprise-9.3
# go to package downloads
cd /var/cache/apt
Expand Down Expand Up @@ -89,7 +89,7 @@ Fedora, CentOS, or Red Hat with Internet Access
sudo CITUS_REPO_TOKEN=XYZ bash
# install PostgreSQL with Citus extension
sudo yum install -y citus-enterprise92_12
sudo yum install -y citus-enterprise93_12
# initialize system database (using RHEL 6 vs 7 method as necessary)
sudo service postgresql-12 initdb || \
Expand All @@ -114,7 +114,7 @@ Fedora, CentOS, or Red Hat without Internet Access
sudo CITUS_REPO_TOKEN=XYZ bash
# get package
sudo yum install --downloadonly --downloaddir=. citus-enterprise92_12
sudo yum install --downloadonly --downloaddir=. citus-enterprise93_12
# put them into a tarball
tar czf ~/citus-enterprise.tar.gz *.rpm
Expand Down

0 comments on commit 50ce132

Please sign in to comment.