-
Notifications
You must be signed in to change notification settings - Fork 62
Update Select Cypher versions guide with relevant links to Operations Manual and Upgrade and migration guide #1327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Update Select Cypher versions guide with relevant links to Operations Manual and Upgrade and migration guide #1327
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't looked to confirm if the existing links are correct/up-to-date.
The table below outlines which Cypher version is assigned to databases in different upgrade or installation scenarios: | ||
|
||
[cols="3", options="header"] | ||
|=== | ||
| Scenario | `db.query.default_language` | Databases | ||
|
||
|
||
| *Standard DBMS upgrade to Neo4j 2025.06+* | ||
| Unset | ||
| *Existing system database:* `CYPHER 5` + | ||
*Existing user databases:* `CYPHER 5` + | ||
*New user databases default:* `CYPHER 5` | ||
|
||
|
||
| *Custom DBMS upgrade to Neo4j 2025.06+* | ||
| Manually set to `CYPHER_25` by administrator | ||
| *Existing system database:* `CYPHER 5` + | ||
*Existing user databases:* `CYPHER 5` + | ||
*New user databases default:* `CYPHER 25` | ||
|
||
|
||
| *New installation of Neo4j 2025.06+* | ||
| Set to `CYPHER_5` | ||
| *New system database:* `CYPHER 5` + | ||
*New user databases default:* `CYPHER 5` | ||
|
||
|
||
|=== |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this kind of table, if we don't want to keep it here maybe it should be added to the cypher-version-configuration
page?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@renetapopova added a similar one to the upgrade and migration guide, to which this PR links.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per https://github.com/neo4j/docs-operations/pull/2372/files/589c50edd20c53367d35f64e2fb14446c450946f#r2171431101, it should be on the Upgrade and migration guide
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…-Aklundh/docs-cypher into cypher_version_ops_manual
This PR includes documentation updates Updated pages: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me (but I still haven't confirmed that the links are up-to-date and don't plan to either :P)
No description provided.