Remove self-upgrade for time being

This commit is contained in:
DaneEveritt 2022-05-30 11:04:52 -04:00
parent 3140104cc1
commit b0d37ce9dd
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -53,25 +53,11 @@ Composer version 2.3.5 2022-04-13 16:43:00
## Self Upgrade ## Self Upgrade
If your version of Pterodactyl Panel is `1.3.2` or higher, you can simply run the following command to perform a
self-upgrade of the Panel. This will download all of the necessary files and perform all of the actions listed
in this upgrade documentation. You must have `php-posix` extension for the self-upgrade to detect file ownership.
::: warning ::: warning
There is currently a bug in the upgrade process that has lead to an influx of errors regarding The self-upgrade is currently in-operable due to issues with some dependencies we make use of.
a `Sanctum` class not being found. If this occurs after running this command, please re-run it. For the time being please perform a manual upgrade until this issue can be resolved.
If you continue to have issues please just use the manual upgrade steps listed below while we
look into addressing issues with this upgrader.
::: :::
```bash
cd /var/www/pterodactyl
composer install --no-dev --optimize-autoloader && php artisan p:upgrade
```
[Final Step: Upgrade Wings](/wings/1.0/upgrading.md)
## Manual Upgrade ## Manual Upgrade
If you prefer not to perform the automatic self-upgrade, or need to reference any upgrade steps you can follow If you prefer not to perform the automatic self-upgrade, or need to reference any upgrade steps you can follow