Skip to content

Commit

Permalink
Update guidance on minimum Postgres version
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh committed Dec 16, 2024
1 parent 89ac6e8 commit 2b92502
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/changelog/6_x.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and will not be automatically suggested:

.. code-block:: bash
$ edgedb project init
$ edgedb project init --to-testing
Upgrading
Expand Down Expand Up @@ -40,9 +40,9 @@ The CLI will first check to see if your schema will migrate cleanly to EdgeDB
To upgrade a remote (hosted) instance, we recommend the following
dump-and-restore process.

1. EdgeDB v6.0 supports PostgreSQL 15 (or above). So check the version of
1. EdgeDB v6.0 supports PostgreSQL 14 (or above). So check the version of
PostgreSQL you are using before upgrading EdgeDB. If you're using Postgres
15 or below, you should upgrade Postgres first.
13 or below, you should upgrade Postgres first.

2. Spin up an empty 6.0 instance. You can use one of our :ref:`deployment
guides <ref_guide_deployment>`.
Expand Down

0 comments on commit 2b92502

Please sign in to comment.