You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/scalability/sharded-property-databases/resharding-databases.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -295,7 +295,7 @@ ALTER DATABASE foo-sharded SET ACCESS READ WRITE;
295
295
296
296
== Database consolidation
297
297
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.
299
299
300
300
=== Consolidating a sharded property database into a standard database
The cluster automatically distributes the data across its servers.
397
397
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:
0 commit comments