• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • 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