Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
bitdivine committed Jul 16, 2024
1 parent f413912 commit d13ad71
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace]
members = [
"src/migrate-oisy",
"src/backend",
"src/migrate-oisy",
"src/shared"
]
resolver = "2"
Expand Down
12 changes: 7 additions & 5 deletions src/migrate-oisy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
This is a tool used to move state from one Oisy instance to another.

## How it works

This tool:
* Configures both source and destination canisters to stop receiving writes.
* Verifies that the destination is empty.
* Copies all the data from the source canister to the destination canister.
* Checks the data transfer.
* Enables writes on the destination canister.

- Configures both source and destination canisters to stop receiving writes.
- Verifies that the destination is empty.
- Copies all the data from the source canister to the destination canister.
- Checks the data transfer.
- Enables writes on the destination canister.

Utilities are also provided to check the state of both canisters.

0 comments on commit d13ad71

Please sign in to comment.