Internet Computer Developer Forum
How to mannually upgrade a canister with `skip_pre_upgrade = ture` flag?
Developers
Discussing
Severin
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
Pre_upgrade hook failed, what to do?
Developers
1
33
January 4, 2025
Upgrade a canister even if the Wasm module hash has not changed
Developers
12
596
May 20, 2022
How to upgrade a canister using `skip_pre_upgrade = ture` flag?
Developers
Discussing
6
211
February 27, 2024
Dfx deploy without build
Developers
5
479
March 29, 2023
Dfx.json skip/ignore option?
Command Line Tools
2
438
May 28, 2021