Linas A.

Results 47 comments of Linas A.

Download the `install-panel.sh` and then run this in the same directory ``` sed -i -e "s@centos@rocky@g" install-panel.sh ``` Then run the script ``` bash install-panel.sh ``` **Note. It might not...

I agree. We have a lot of stuff in beta branch add/updated. We totally need to wait for 1.0 so we can merge everything into master.

So recently the pterodactyl team rolled out an `artisan` tool to automate upgrading. ![image](https://user-images.githubusercontent.com/26341983/118387256-35a5c180-b626-11eb-8750-88243a53c219.png) I think that it still has some problems as I have heard their are sometimes problems...

Yes I also think that if it is just `cd /var/www/pterodactyl` and then `php artisan p:upgrade` it is easy enough to do it yourself.

So writing a script to upgrade from

I believe it's not necessary as in some time the self updater will work again and so the script would be useless.

Can't reproduce on Ubuntu Jammy using the canary version of the script. Please reopen if the issue persists.

Rocky Linux and Alma Linux regression, as they haven't added the new `mariadb` binary, so the script will need to change back to `mysql` for them.

At this moment, I can only confirm that changing to `mariadb` exec breaks Alma 8 https://github.com/pterodactyl-installer/pterodactyl-installer/actions/runs/7733811345/job/21086606626#step:6:394 It is only a deprecation notice, so we don't really need to rush changes....