Skip to content
Discussion options

You must be logged in to vote

Can you check the ghostbuster command ?
https://github.com/LycheeOrg/Lychee/blob/master/app/Console/Commands/Ghostbuster.php

php artisan lychee:ghostbuster --removeZombiePhotos=1

you can execute the deletion with :
php artisan lychee:ghostbuster --removeZombiePhotos=1 --dryRun=0

This should remove the database entries when the associated file is not found.

Though if you just migrated the database and not the upload folder, you will not have the link between the originals files and their db registration. So at that point, it is somewhat of lost hope and you may need to reupload them directly. :(
That being said ghostbuster should still be able to help you.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Itamrac
Comment options

@ildyria
Comment options

@Itamrac
Comment options

Answer selected by Itamrac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants