github HDInnovations/UNIT3D v4.0.0
UNIT3D-Community-Edition v4.0.0

latest releases: v9.2.0, v9.1.7, v9.1.6...
5 years ago

Notes

  • Be sure to run php artisan queue:restart && sudo supervisorctl reread && sudo supervisorctl update && sudo supervisorctl reload && sudo systemctl restart php7.4-fpm after updating.
  • Then run php artisan tinker
    $torrents = App\Models\Torrent::all();
    foreach($torrents as $torrent) { $torrent->bumped_at = $torrent->created_at; $torrent->save(); }
  • You should then run php artisan fetch:meta to fetch meta data for your preexisting torrents. Depending on how many you have this can take some time. Make sure you leave terminal open while command is processing. Do NOT close until complete.

Pull Requests

Commits Direct To Master

Don't miss a new UNIT3D release

NewReleases is sending notifications on new releases.