Internet Computer Developer Forum
How to mannually upgrade a canister with `skip_pre_upgrade = ture` flag?
Developers
Discussing
Vivienne
February 21, 2024, 9:53am
6
I think that would be
.with_mode(InstallMode::Upgrade{ skip_pre_upgrade: Some(true), })
1 Like
If i uninstall canister code . and install with new wasm. will stable memory data still keep all its data without anychange?
show post in topic
Related topics
Topic
Replies
Views
Activity
How to upgrade a canister using `skip_pre_upgrade = ture` flag?
Developers
Discussing
6
228
February 27, 2024
How to upgrade canister by canister_id and wasm file
Getting Started
Discussing
5
1001
October 19, 2021
Pre_upgrade hook failed, what to do?
Developers
1
39
January 4, 2025
Can not upgrade a canister's code
Developers
Discussing
6
81
August 20, 2024
Programmatically upgrade a canister using Rust
Rust
0
465
April 30, 2022