Skip to content

Commit fb1e6e4

Browse files
mnd999Hunterness
andcommitted
Apply suggestions from code review
Co-authored-by: Therese Magnusson <[email protected]>
1 parent 5922f1b commit fb1e6e4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ label:deprecated[]
4646
----
4747
CREATE DATABASE db OPTIONS { seedCredentials: ..., seedConfig: ... }
4848
----
49-
| The `CREATE DATABASE` options `seedCredentials` and `seedConfig` have been deprecated. For seeding from cloud storage, it is recommended to use `CloudSeedProvider` which will read cloud credentials and configuration from standard locations. For further information see link:{neo4j-docs-base-uri}/operations-manual/{page-version}/clustering/databases/#_seed_providers[Seed providers]
49+
| The `CREATE DATABASE` options `seedCredentials` and `seedConfig` have been deprecated.
50+
For seeding from cloud storage, it is recommended to use `CloudSeedProvider` which will read cloud credentials and configuration from standard locations.
51+
For further information see link:{neo4j-docs-base-uri}/operations-manual/{page-version}/clustering/databases/#_seed_providers[Seed providers].
5052

5153
a|
5254
label:functionality[]
@@ -58,7 +60,7 @@ CREATE DATABASE db OPTIONS { storeFormat: 'standard' }
5860
CREATE DATABASE db OPTIONS { storeFormat: 'high_limit' }
5961
----
6062
| The standard and high_limit store formats have been deprecated. Creating databases with these formats is therefore also deprecated.
61-
For more information on the deprecation of these formats, see link:{neo4j-docs-base-uri}/operations-manual/{page-version}/database-internals/store-formats/#format-deprecations[Format deprecations]
63+
For more information on the deprecation of these formats, see link:{neo4j-docs-base-uri}/operations-manual/{page-version}/database-internals/store-formats/#format-deprecations[Format deprecations].
6264
|===
6365

6466
[[cypher-deprecations-additions-removals-5.25]]

0 commit comments

Comments
 (0)