open-chat-labs / open-chat

This is the main repository for the OpenChat application which runs on the Internet Computer
https://oc.app
GNU Affero General Public License v3.0
173 stars 54 forks source link

Does developer need to run `dfx start` at current terminal when exec `upgrade-canister.sh` script? #5400

Closed q2333gh closed 9 months ago

q2333gh commented 9 months ago

https://github.com/open-chat-labs/open-chat/blob/d8d2ef4cdf64ffabe91cf2847a5cb5a803ed73ec/scripts/upgrade-canister.sh#L4

hpeebles commented 9 months ago

If you are upgrading a local canister then you'll need to have DFX running locally and then you can run ./scripts/upgrade-canister-local.sh

q2333gh commented 9 months ago

Thank you ! It really helps and worked~