Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/validator_operator/validator_major_upgrades.rst
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Once you have confirmed that the migration has been successful:

* Restart the validator app once more, keeping the ``-m <migration ID>`` but omitting the ``-M``.
The ``-M`` is required only for the first startup after the migration, to instruct the validator to perform the actual migration.
* The old participant database (``participant=-<OLD_MIGRATION_ID>``) is no longer used and can be pruned.
* The old participant database (``participant-<OLD_MIGRATION_ID>``) is no longer used and can be pruned.
We recommend retaining it (or a current backup thereof) for at least another week after the migration,
in case the synchronizer migration needs to be rolled back due to an unexpected major issue.

Expand Down
Loading