diff --git a/panel/1.0/updating.md b/panel/1.0/updating.md index 7c687bba..9a89fd4e 100644 --- a/panel/1.0/updating.md +++ b/panel/1.0/updating.md @@ -53,25 +53,11 @@ Composer version 2.3.5 2022-04-13 16:43:00 ## 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 -There is currently a bug in the upgrade process that has lead to an influx of errors regarding -a `Sanctum` class not being found. If this occurs after running this command, please re-run it. - -If you continue to have issues please just use the manual upgrade steps listed below while we -look into addressing issues with this upgrader. +The self-upgrade is currently in-operable due to issues with some dependencies we make use of. +For the time being please perform a manual upgrade until this issue can be resolved. ::: -```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 If you prefer not to perform the automatic self-upgrade, or need to reference any upgrade steps you can follow