Skip to content

Commit

Permalink
Update snapshots.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiemongeon1 authored Sep 17, 2024
1 parent 205c1c7 commit aa37546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-docs/smart-contracts/maintain/snapshots.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { GlossaryTooltip } from "/src/components/Tooltip/GlossaryTooltip";

A <GlossaryTooltip>canister</GlossaryTooltip> contains compiled Wasm code and data, such as the canister ID, settings, and Wasm memory. If a canister stops working as expected, traps, or simply needs to be rolled back to a previous version, the developer can use canister snapshots. Developers can take a snapshot of a stopped canister to save the canister's current stable memory, heap memory, data, and Wasm module. This snapshot can be loaded at a later date, rolling the canister back to the code and data saved within that snapshot.

:::into
:::info
Canister snapshots are supported in `dfx` version 0.23.0 and newer.
:::

Expand Down

0 comments on commit aa37546

Please sign in to comment.