HDInnovations / UNIT3D-Community-Edition

Private Torrent Tracker Built With Laravel, Livewire and AlpineJS.
GNU Affero General Public License v3.0
1.96k stars 376 forks source link

[Bug] Updating from 8.3.1 to 8.3.2 #4269

Open costaht opened 6 hours ago

costaht commented 6 hours ago

UNIT3D Version

8.3.2

PHP & Platform

8.3.12

Laravel verion

11.28.1

Have you done this?

Expectation

Update without any errors

Description

When updating an instance from 8.3.1 to 8.3.2 I got the message bellow in a red square:

Please report any errors or issues.
[Done]

In ClassLoader.php line 576:

  include(/var/www/html/vendor/composer/../nunomaduro/collision/src/SolutionsRepositories/NullSolutionsRepository.php): Failed to open stream: No such file or directory 

The full trace log can be seen in the link below

Stack trace & logs

https://gist.github.com/costaht/ebb5eb45ded0d302d667cdb7b96140e7

Upvote & Fund

Fund with Polar

HDVinnie commented 5 hours ago

composer install --prefer-dist --no-dev -o && bun install && bun run build && sudo php artisan migrate && sudo php artisan scout:sync-index-settings && sudo php artisan set:all_cache && sudo systemctl restart php8.3-fpm && sudo php artisan queue:restart && sudo php artisan auto:sync_torrents_to_meilisearch && sudo php artisan auto:sync_people_to_meilisearch sudo php artisan up