- Stop the storagenode
- Remove all orders older than 48 hours (they will not be accepted because they expired already)
- Move all remaining orders to the other folder
- Move orders by batches back to the
orders/unsent
- Restart the storagenode
- If orders are sent, repeat from p.4
- if orders are stuck, move half to the other folder and repeat from p.5
- Repeat p.7 until you will have a broken order - please remove it.
- Repeat from p.4 until all orders are sent or removed.
Then please remove orders from the orders.db
- Stop the storagenode
- Execute either with a local installed sqlite3 or with a docker version (you can take it from https://support.storj.io/hc/en-us/articles/360029309111), correct the path:
sqlite3 /path/to/orders.db "delete from unsent_order;"
- Start the storagenode
- Check your logs