diff --git a/modules/ROOT/pages/clustering/databases.adoc b/modules/ROOT/pages/clustering/databases.adoc index 10c6f04dd..5e66e684c 100644 --- a/modules/ROOT/pages/clustering/databases.adoc +++ b/modules/ROOT/pages/clustering/databases.adoc @@ -594,7 +594,7 @@ To seed up to a specific transaction ID, you need to pass the differential backu CREATE DATABASE foo OPTIONS { existingData: 'use', seedURI: 's3:/myBucket/myBackup.backup', seedRestoreUntil: 123 } ---- -This will seed the database with transactions up to, but not including, the transaction 123. +This will seed the database with transactions up to, but not including transaction 123. ==== Seed provider reference