When I try to my package manager (represented as icpack
package), created to install apps as packages, to update iself, it fails (because it tries to upgrade running canisters of itself). Now need to invent a workaround. Any ideas?
The best idea that I came up with, is to create a special updater
canister as a part of the package manager, that will update the rest canisters, then the remaining canisters will also update updater
. But this is difficult to implement.
Here is more info about the package manager IC Pack package manager to install canisters specific to the users: