Trying to download postgresql version 17.6 and this what happened and I got an error message saying the existing data directory is not compatible with the server. What should I do next (CATALOG VERSION PG_VERSION)
-
3Did you even try to research a resolution for this? Also, sql server <> postgresql, they are completely different products.Sean Lange– Sean Lange2023-10-02 15:27:36 +00:00Commented Oct 2, 2023 at 15:27
-
stackoverflow.com/questions/17822974/…Sean Lange– Sean Lange2023-10-02 15:28:26 +00:00Commented Oct 2, 2023 at 15:28
-
What does a download for PostgreSQL have to do with (Microsoft) SQL Server?Thom A– Thom A ♦2023-10-02 15:29:01 +00:00Commented Oct 2, 2023 at 15:29
-
1There is no Postgres 17.6 version. The latest release is 16.0. As to the error you cannot install a new major version over top of an existing version. You need to add to your question as text more information about the steps you are taking and the actual Postgres versions you are working with.Adrian Klaver– Adrian Klaver2023-10-02 16:14:27 +00:00Commented Oct 2, 2023 at 16:14
-
Why do you think PostgreSQL version 17.6 already exists? My best guess will be that it will take another 3 years to get to that version.Frank Heikens– Frank Heikens2023-10-02 18:04:14 +00:00Commented Oct 2, 2023 at 18:04
Add a comment
|