• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

deletes not working on local, ftp, or sftp storages

Version
3.20.18
Website URL
https://nickpic.host
PHP version
7.4
Database driver
MariaDB
Database version
5.5.5-10.4.25-MariaDB
Web browser
Chrome

ashkir

👽 Chevereto Freak
Has anyone run into any issues where anything they delete at all, never actually gets deleted? I have my CRON working now and everything is marking failed for local, ftp, and sftp storages.

OuIXvc.png


I tested deleting from an FTP client and it worked fine. However, it seems the script can't do the delete itself. I find nothing in the error log and I have debug level 3 enabled.
 
Do alter these failed to reflect pending. From there the system will re-process these.
thank you. I altered the entire table to go back to pending. Unfortunately they failed after a few moments

Looking at this I think I figured out where it went wrong. When I changed from 1 storage (external SFTP to a local) the queues were still trying to delete from the sftp from before the storage move. I updated it and it seems to be clearing now

For anyone in the future make sure queue_join matches your storage node.

thank you!

queue_join seemed to be the key for me
 
Back
Top