mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 10:44:43 -06:00
Added p:upgrade (#361)
* Added p:upgrade * docs: include all p:upgrade arguments and fix old typos
This commit is contained in:
parent
51d081c30a
commit
97779df7e0
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user