-
Notifications
You must be signed in to change notification settings - Fork 330
waypoint reinstall/upgrade #612
Comments
We at the very least want a stop command which is #479 (which would include "Uninstall" in my mind). We're not sure yet on upgrades and so on but I'll keep this open as we think about it. |
Slated for 0.2. |
I have version 2.0 but I still have the same issue? How do I completely uninstall the software so I get a fresh install experience? |
Suggested uninstall process:
also, the current directory holds additional configuration so better start with a new directory. |
@hholst80 - Uninstalling the server will depend on what platform you've installed it to, but since you mention docker:
You might not want to completely blow away the config dir like you mentioned in step 2, as you might be using other server contexts for other platforms like nomad or k8s. But if you want to just completely remove everything, then removing that config dir will delete any left over contexts. You can also do this through the waypoint CLI with You should also be good to just remove the local project After all that, you should be good to start the install process again to get a fresh server. Note that the uninstall and reinstall process will be automated with a CLI subcommand in a future release for the supported server platforms! ❤️ |
Is your feature request related to a problem? Please describe.
If I run
waypoint install -platform=docker -accept-tos
where there is an existing install then I see:But there are time when I may want to overwrite or upgrade the existing install e.g. when I've just downloaded a newer version of the waypoint binary and the waypoint server docker image.
Describe the solution you'd like
When detecting new binary and docker image waypoint should ask:
Otherwise:
Describe alternatives you've considered
I've been manually killing and removing docker containers running waypoint server then running
waypoint install -platform=docker -accept-tos
then usingwaypoint context
andwaypoint server config-set
. Seems like a lot of yak shaving that waypoint could do for me.The text was updated successfully, but these errors were encountered: