Update troubleshooting.md

pull/115/head
Anthony McMahon 2021-01-21 13:54:35 +13:00 committed by GitHub
parent b7eb311b41
commit afbe174a03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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:
<pre><code> > docker stop portainer </code></pre>
@ -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).