Skip to content

Commit 040cefd

Browse files
renetapopovaNataliaIvakinaRagnarWsherfertlidiazuin
authored
Publish 2025.10.1 (#2694)
Co-authored-by: Natalia Ivakina <[email protected]> Co-authored-by: Ragnar Wernersson <[email protected]> Co-authored-by: Satia Herfert <[email protected]> Co-authored-by: Lidia Zuin <[email protected]> Co-authored-by: Gerrit Meier <[email protected]> Co-authored-by: Bledi Feshti <[email protected]> Co-authored-by: Jack Waudby <[email protected]> Co-authored-by: Neil Dewhurst <[email protected]> Co-authored-by: Fi Quick <[email protected]> Co-authored-by: Therese Magnusson <[email protected]> Co-authored-by: Mark Dixon <[email protected]> Co-authored-by: Jens Pryce-Åklundh <[email protected]> Co-authored-by: Jessica Wright <[email protected]> Co-authored-by: Balazs Lendvai <[email protected]> Co-authored-by: Nick Giles <[email protected]> Co-authored-by: Evelina Danielsson <[email protected]> Co-authored-by: David Pond <[email protected]> Co-authored-by: evelinadanielsson <[email protected]> Co-authored-by: Phil Wright <[email protected]>
1 parent f5ff7fa commit 040cefd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1611
-108
lines changed

.github/workflows/docs-deploy-surge.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
- completed
1818

1919
jobs:
20-
publish-docs:
20+
deploy-docs:
2121
# Uncomment this if statement to deploy only when the PR builds cleanly
2222
# if: github.event.workflow_run.conclusion == 'success'
2323

@@ -63,11 +63,6 @@ jobs:
6363
- id: unzip-docs
6464
run: unzip docs.zip
6565

66-
- id: get-top-dir
67-
run: |
68-
root=$(ls -d */index.html | sed -r 's/(.*)\/index\.html/\1/')
69-
echo "top-dir=$root" >> $GITHUB_OUTPUT
70-
7166
- id: unzip-changelog
7267
if: ${{ hashFiles('changelog.zip') != '' }}
7368
run: unzip changelog.zip
@@ -99,13 +94,13 @@ jobs:
9994
SITE_DIR: ${{ steps.get-top-dir.outputs.top-dir }}
10095
run: |
10196
npm install -g surge
102-
surge ./$SITE_DIR $DEPLOY_URL --token "$SURGE_TOKEN"
97+
surge . $DEPLOY_URL --token "$SURGE_TOKEN"
10398
10499
# If the PR artifacts include a changelog file, add it to the PR as a comment
105100
# The changelog contains links to new and changed files in the deployed docs
106101
- name: Comment on PR (changelog)
107102
if: ${{ hashFiles('changelog') != '' }}
108-
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 #v2.9.0
103+
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 #v2
109104
with:
110105
number: ${{ steps.get-deploy-id.outputs.deploy-id }}
111106
recreate: true
@@ -118,7 +113,7 @@ jobs:
118113
if: ${{ hashFiles('changelog') == '' }}
119114
env:
120115
DEPLOY_URL: ${{ steps.get-deploy-url.outputs.deploy-url }}
121-
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 #v2.9.0
116+
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 #v2
122117
with:
123118
number: ${{ steps.get-deploy-id.outputs.deploy-id }}
124119
header: docs-pr-changes

antora.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: operations-manual
22
title: Operations Manual
3-
version: '2025.09'
3+
version: '2025.10'
44
current: true
55
start_page: ROOT:index.adoc
66
nav:
77
- modules/ROOT/content-nav.adoc
88
asciidoc:
99
attributes:
10-
neo4j-version: '2025.09'
11-
neo4j-version-minor: '2025.09'
12-
neo4j-version-exact: '2025.09.0'
13-
neo4j-buildnumber: '2025.09'
14-
neo4j-debian-package-version: '1:2025.09.0@'
10+
neo4j-version: '2025.10'
11+
neo4j-version-minor: '2025.10'
12+
neo4j-version-exact: '2025.10.1'
13+
neo4j-buildnumber: '2025.10'
14+
neo4j-debian-package-version: '1:2025.10.1@'

modules/ROOT/content-nav.adoc

Lines changed: 35 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -130,25 +130,8 @@
130130
*** xref:database-administration/aliases/manage-aliases-standard-databases.adoc[]
131131
*** xref:database-administration/aliases/manage-aliases-composite-databases.adoc[]
132132
*** xref:database-administration/aliases/remote-database-alias-configuration.adoc[]
133-
** Composite databases
134-
*** xref:database-administration/composite-databases/concepts.adoc[]
135-
*** xref:database-administration/composite-databases/create-composite-databases.adoc[]
136-
*** xref:database-administration/composite-databases/list-composite-databases.adoc[]
137-
*** xref:database-administration/composite-databases/alter-composite-databases.adoc[]
138-
*** xref:database-administration/composite-databases/start-stop-composite-databases.adoc[]
139-
*** xref:database-administration/composite-databases/delete-composite-databases.adoc[]
140-
*** xref:database-administration/composite-databases/querying-composite-databases.adoc[]
141-
*** xref:database-administration/composite-databases/sharding-with-copy.adoc[]
142133
** xref:database-administration/routing-decisions.adoc[]
143134
144-
* xref:database-internals/index.adoc[]
145-
** xref:database-internals/transaction-management.adoc[]
146-
** xref:database-internals/concurrent-data-access.adoc[]
147-
** xref:database-internals/transaction-logs.adoc[]
148-
** xref:database-internals/checkpointing.adoc[]
149-
** xref:database-internals/store-formats.adoc[]
150-
** xref:database-internals/neo4j-admin-store-info.adoc[]
151-
152135
* xref:clustering/index.adoc[]
153136
** xref:clustering/introduction.adoc[]
154137
** Setting up a cluster
@@ -177,6 +160,41 @@
177160
** xref:clustering/server-syntax.adoc[]
178161
** xref:clustering/glossary.adoc[]
179162
163+
* Scalability
164+
** xref:scalability/concepts.adoc[]
165+
** xref:scalability/scaling-with-neo4j.adoc[]
166+
** Composite databases
167+
*** xref:scalability/composite-databases/concepts.adoc[]
168+
*** xref:scalability/composite-databases/create-composite-databases.adoc[]
169+
*** xref:scalability/composite-databases/list-composite-databases.adoc[]
170+
*** xref:scalability/composite-databases/alter-composite-databases.adoc[]
171+
*** xref:scalability/composite-databases/start-stop-composite-databases.adoc[]
172+
*** xref:scalability/composite-databases/delete-composite-databases.adoc[]
173+
*** xref:scalability/composite-databases/querying-composite-databases.adoc[]
174+
*** xref:scalability/composite-databases/sharding-with-copy.adoc[]
175+
//*** xref:scalability/composite-databases/scaling-with-composite-databases.adoc[]
176+
** Property sharding (Preview feature)
177+
*** xref:scalability/sharded-property-databases/overview.adoc[]
178+
*** xref:scalability/sharded-property-databases/planning-and-sizing.adoc[]
179+
*** xref:scalability/sharded-property-databases/configuration.adoc[]
180+
*** xref:scalability/sharded-property-databases/data-ingestion.adoc[]
181+
*** xref:scalability/sharded-property-databases/starting-stopping-sharded-databases.adoc[]
182+
*** xref:scalability/sharded-property-databases/listing-sharded-databases.adoc[]
183+
*** xref:scalability/sharded-property-databases/altering-sharded-databases.adoc[]
184+
*** xref:scalability/sharded-property-databases/deleting-sharded-databases.adoc[]
185+
*** xref:scalability/sharded-property-databases/role-based-access-control.adoc[]
186+
*** xref:scalability/sharded-property-databases/admin-operations.adoc[]
187+
*** xref:scalability/sharded-property-databases/security.adoc[]
188+
*** xref:scalability/sharded-property-databases/limitations-and-considerations.adoc[]
189+
190+
* xref:database-internals/index.adoc[]
191+
** xref:database-internals/transaction-management.adoc[]
192+
** xref:database-internals/concurrent-data-access.adoc[]
193+
** xref:database-internals/transaction-logs.adoc[]
194+
** xref:database-internals/checkpointing.adoc[]
195+
** xref:database-internals/store-formats.adoc[]
196+
** xref:database-internals/neo4j-admin-store-info.adoc[]
197+
180198
* xref:backup-restore/index.adoc[]
181199
** xref:backup-restore/planning.adoc[]
182200
** xref:backup-restore/modes.adoc[]

modules/ROOT/images/scalability/horizontal-scaling-strategies.svg

Lines changed: 82 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)