paukstelis / octoprint_deploy

Bash script for rapid deployment of multiple octoprint instance on a single machine
MIT License
394 stars 39 forks source link

How to Update from previous version ( before addition of ustreamer?) #23

Closed SadChungus closed 2 years ago

SadChungus commented 2 years ago

Tried remove command didn't work, tried pip uninstall didn't work....I'm not very good at this.

paukstelis commented 2 years ago

cd octoprint_deploy; git pull will update octoprint_deploy. Keep in mind that it is not 100% compatible between updates. It would be best to do the remove command and then Prepare system again with the new version.

SadChungus commented 2 years ago

Yes, I would like to do that, but the remove command is not compatible in the version I have, I was able to use comments to reprepare the the system, but there were indeed compatibility issues, everything is stable and running for me, 2 machines with new update, one machine with a half update.

SadChungus commented 2 years ago

I tried the get pull, and it added the script needed for a successful remove command, thank you.