Skip to content

Commit 87ac37f

Browse files
committed
minor changes
1 parent d084786 commit 87ac37f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/ROOT/pages/scalability/sharded-property-databases/resharding-databases.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ ALTER DATABASE foo-sharded SET ACCESS READ WRITE;
295295

296296
== Database consolidation
297297

298-
You can consolidate a sharded property database into a standard database by copying the data from the sharded property database into a new standard database, which will not have any property shards.
298+
You can consolidate a sharded property database into a standard database by copying the data from the sharded property database into a new standard database, or by creating a new standard database from a backup of the sharded property database.
299299

300300
=== Consolidating a sharded property database into a standard database
301301

@@ -395,7 +395,7 @@ OPTIONS {seedUri: “s3://bucket/folder/”};
395395
+
396396
The cluster automatically distributes the data across its servers.
397397
For other seed data options, see xref:database-administration/standard-databases/seed-from-uri.adoc[Create a database from a URI].
398-
. Wait until the last committed transaction ID is the same for all allocations of the database and then verify that the new database is online by running the following command:
398+
. Verify that the new database is online by running the following command:
399399
+
400400
[source, cypher]
401401
----

0 commit comments

Comments
 (0)