Added p:upgrade (#361)

* Added p:upgrade

* docs: include all p:upgrade arguments and fix old typos
This commit is contained in:
hwalker928 2021-08-07 22:27:36 +01:00 committed by GitHub
parent 51d081c30a
commit 97779df7e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,4 +86,16 @@ php artisan p:server:bulk-power <start, stop, kill, restart>
php artisan p:info
```
Displays a variety of panel information which can be used to check the configuation of this like database and email.
Displays a variety of panel information that can be used to check the configuration of things such as database and email.
### Update Panel
```bash
php artisan p:upgrade {--user=www-data}
{--group=www-data}
{--url=https://example.com/panel.tar.gz}
{--release=latest}
{--skip-download}
```
Downloads a new archive for Pterodactyl and executes the normal upgrade commands.