You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to upgrade the cluster installed with v4.1 to v4.2, because CREATE CONSTRAINT IF NOT EXISTS is only available from v4.1.3 upwards, and I'd rather bump neo4j to the latest version at once.
Note: Strangely, querying localhost:7474/dbms/cluster/status to get Combined status endpoints fails in 404 Not Found error...
I understand that I can add a 4th pod to my cluster, then go over the 3 others and stop them one by one.
But I do not understand how to upgrade neo4j in each pod. I'd need a new docker image, but using this kubernetes marketplace application and not having direct access to the kubernetes configuration files, I do not know how to proceed further.
Could you explain the steps to upgrade an existing cluster ? Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi,
I'd like to upgrade the cluster installed with v4.1 to v4.2, because
CREATE CONSTRAINT IF NOT EXISTS
is only available from v4.1.3 upwards, and I'd rather bump neo4j to the latest version at once.I've checked the Rolling upgrade for cloud infrastructure, and can check my pods status with
Note: Strangely, querying
localhost:7474/dbms/cluster/status
to get Combined status endpoints fails in 404 Not Found error...I understand that I can add a 4th pod to my cluster, then go over the 3 others and stop them one by one.
But I do not understand how to upgrade neo4j in each pod. I'd need a new docker image, but using this kubernetes marketplace application and not having direct access to the kubernetes configuration files, I do not know how to proceed further.
Could you explain the steps to upgrade an existing cluster ? Thanks in advance
The text was updated successfully, but these errors were encountered: