Cleanup DB
-
Hello,
is there a easy way to cleanup the database from orphan entries?I ask, because I have remove all videos from my channel (with API calls), to import them new with a higher resolution. After that I remove everything from storage/videos, storage/streaming-playlists/hls/ and storage/thumbnails/. Then I start the import progress again.
When I open the DB I see many old entries and it would be nice if I can clean all of them.
Beside that, is there a better way to reset an account?
-
@jb-alvarado this might be a question for the upstream project. Maybe there is a CLI command to cleanup db entries but from a quick read of https://docs.joinpeertube.org/maintain-tools and https://docs.joinpeertube.org/admin-moderation, I can't see anything obvious.
-
Looks like https://github.com/Chocobozzz/PeerTube/issues/2658 is the resolution cleanup which is not implemented. https://github.com/Chocobozzz/PeerTube/issues/1053 seems to be for deleting local user content which is also not implemented.