From 49f9087e272fe69db2706ae83fd76e0061bc590c Mon Sep 17 00:00:00 2001 From: John Gemignani Date: Wed, 19 Nov 2025 11:12:35 -0800 Subject: [PATCH] Add upgrade warning to RELEASE Added the warning about upgrading to the RELEASE file. --- RELEASE | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/RELEASE b/RELEASE index 56294c18e..7f47ef622 100644 --- a/RELEASE +++ b/RELEASE @@ -17,6 +17,18 @@ Release Notes for Apache AGE release 1.6.0 for PostgreSQL version 14 +# +# WARNING! +# +# Since there are modifications to agtype gin operators, users who are +# upgrading will need to drop the gin indexes before running the upgrade +# script and recreate them afterwards. +# +# As always, please backup your database prior to any upgrade. +# +# WARNING! +# + Apache AGE 1.6.0 - Release Notes Fix issue 2205: left doesn't catch overflow (#2207)