diff --git a/docs/v2.0-be/troubleshooting/troubleshooting.md b/docs/v2.0-be/troubleshooting/troubleshooting.md index f5e4e25..0dfe31b 100644 --- a/docs/v2.0-be/troubleshooting/troubleshooting.md +++ b/docs/v2.0-be/troubleshooting/troubleshooting.md @@ -15,7 +15,8 @@ If you are still experiencing issues after reading this FAQ, feel free to contac * Email [support@portainer.io](mailto:support@portainer.io) ## How do I upgrade Portainer -When upgrading to the latest version of Portainer, use the following commands: +# Portainer running as a container. +Assuming you've used our recommended deployment scripts, when upgrading to the latest version of Portainer, use the following commands:
 > docker stop portainer 
@@ -31,6 +32,8 @@ That will deploy the newest version of Portainer on your system, using the persi Now you can go to http://your-server-address:9000 and login. You should notice that the bottom left corner looks different than it did before. There is no more update nag and the version is no longer shown next to the Portainer logo. +# Instructions for Swarm and Kube coming soon. + ## How do I reset my Portainer password? You can ask another Portainer admin to reset the password for you, or alternatively if it is for the default admin account (from when Portainer was initialized), you can try our [password reset helper tool](https://github.com/portainer/helper-reset-password).