Skip to content

UNIT3D-Community-Edition v4.0.0

Choose a tag to compare

@HDVinnie HDVinnie released this 28 Oct 23:33
· 8030 commits to master since this release
e0a14c3

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