Skip to content

Commit f92190f

Browse files
authored
Reorganize the upgrade on k8s page and change the title (neo4j#1460)
1 parent 920333a commit f92190f

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

modules/ROOT/pages/kubernetes/index.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ This chapter describes the following:
3030
** xref:kubernetes/operations/reset-password.adoc[Reset the neo4j user password]
3131
** xref:kubernetes/operations/dump-load.adoc[Dump and load databases (offline)]
3232
** xref:kubernetes/operations/backup-restore.adoc[Back up and restore a single database (online)]
33-
** xref:kubernetes/operations/upgrade.adoc[Upgrade Neo4j Community to Enterprise edition
34-
]
33+
** xref:kubernetes/operations/upgrade.adoc[Upgrade Neo4j on Kubernetes]
3534
** xref:kubernetes/operations/migrate-from-labs.adoc[Migrate Neo4j from the Labs Helm charts to the Neo4j Helm charts (offline)]
3635
** xref:kubernetes/operations/scaling.adoc[Scale a Neo4j deployment]
3736
** xref:kubernetes/operations/image-pull-secret.adoc[Use custom images from private registries]

modules/ROOT/pages/kubernetes/operations/index.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ It covers the following topics:
1010
* xref:kubernetes/operations/reset-password.adoc[Reset the neo4j user password]
1111
* xref:kubernetes/operations/dump-load.adoc[Dump and load databases (offline)]
1212
* xref:kubernetes/operations/backup-restore.adoc[Back up and restore a single database (online)]
13-
* xref:kubernetes/operations/upgrade.adoc[Upgrade Neo4j Community to Enterprise edition
14-
]
13+
* xref:kubernetes/operations/upgrade.adoc[Upgrade Neo4j on Kubernetes]
1514
* xref:kubernetes/operations/migrate-from-labs.adoc[Migrate Neo4j from the Labs Helm charts to the Neo4j Helm charts (offline)]
1615
* xref:kubernetes/operations/scaling.adoc[Scale a Neo4j deployment]
1716
* xref:kubernetes/operations/image-pull-secret.adoc[Use custom images from private registries]
Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
[[kubernetes-upgrading]]
2-
= Upgrade Neo4j Community to Enterprise edition
2+
= Upgrade Neo4j on Kubernetes
33

4-
To upgrade from Neo4j Community to Enterprise edition, run:
54

6-
[source, shell]
7-
----
8-
helm upgrade <release-name> neo4j/neo4j --reuse-values --set neo4j.edition=enterprise --set neo4j.acceptLicenseAgreement=yes
9-
----
5+
== Upgrade to a new minor version
106

11-
To upgrade to the next patch release of Neo4j, update your Neo4j _values.yaml_ file and upgrade the helm release.
7+
To upgrade to the next release of Neo4j, update your Neo4j _values.yaml_ file and upgrade the helm release.
128

139
. Open the _values.yaml_ file, using the code editor of your choice, and add the following line to the `image` object:
1410
+
@@ -23,4 +19,13 @@ image:
2319
[source, shell]
2420
----
2521
helm upgrade <release-name> neo4j/neo4j -f values.yaml
22+
----
23+
24+
== Upgrade from Community to Enterprise
25+
26+
To upgrade from Neo4j Community to Enterprise edition, run:
27+
28+
[source, shell]
29+
----
30+
helm upgrade <release-name> neo4j/neo4j --reuse-values --set neo4j.edition=enterprise --set neo4j.acceptLicenseAgreement=yes
2631
----

0 commit comments

Comments
 (0)