From: Andy Allan Date: Wed, 20 Dec 2023 15:30:16 +0000 (+0000) Subject: Update minimum postgresql version X-Git-Tag: live~347^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/9d13066c4cebecf3b2f5856d76db7ce32432b4d8 Update minimum postgresql version We started requiring postgresql 12 after the migrations in #4319 --- diff --git a/INSTALL.md b/INSTALL.md index 59e924b9b..ec219b504 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -23,7 +23,7 @@ of packages required before you can get the various gems installed. ## Minimum requirements * Ruby 3.0+ -* PostgreSQL 9.1+ +* PostgreSQL 12+ * Bundler (see note below about [developer Ruby setup](#rbenv)) * Javascript Runtime