Skip to content

Commit

Permalink
Use 9.4 versions in Microsoft SKU install instructions (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF authored and jonels-msft committed Oct 28, 2020
1 parent 53020a4 commit 5c237f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions extra/enterprise-ms-sku.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ Debian/Ubuntu
.. code:: bash
sudo apt-get update
# Change to postgresql-11-citus-enterprise-9.2 if you want to install Citus for
# Change to postgresql-11-citus-enterprise-9.4 if you want to install Citus for
# PostgreSQL 11
sudo apt-get install -y postgresql-12-citus-enterprise-9.2
sudo apt-get install -y postgresql-12-citus-enterprise-9.4
Redhat/CentOS
~~~~~~~~~~~~~
Expand All @@ -153,8 +153,8 @@ remove the old package
.. code:: bash
# Change to citus-enterprise92_11 for PostgreSQL 11)
sudo yum install -y citus-enterprise92_12
# Change to citus-enterprise94_11 for PostgreSQL 11)
sudo yum install -y citus-enterprise94_12
.. _sku_setup:
Expand Down

0 comments on commit 5c237f2

Please sign in to comment.