diff --git a/iota/docs/identity.rs/v0.6.0/docs/tutorials/migrate_stronghold.mdx b/iota/docs/identity.rs/v0.6.0/docs/tutorials/migrate_stronghold.mdx index 6a73404c2e7..fb715c893cb 100644 --- a/iota/docs/identity.rs/v0.6.0/docs/tutorials/migrate_stronghold.mdx +++ b/iota/docs/identity.rs/v0.6.0/docs/tutorials/migrate_stronghold.mdx @@ -20,7 +20,9 @@ Stronghold Snapshots v1 must be migrated to v2 before they can be used with Iden To migrate Stronghold Snapshot files from the v1 to the v2 format the following instructions using IOTA SDK for Rust or Nodejs can be utilized. :::danger + After verifying that your new Stronghold Snapshot works as intended, make sure to securely delete the old Stronghold Snapshot and **all** of your backups, and replace them with backups of the migrated Stronghold Snapshot, if desired. + ::: ## Rust