A lot of unsent orders

  1. Stop the storagenode
  2. Remove all orders older than 48 hours (they will not be accepted because they expired already)
  3. Move all remaining orders to the other folder
  4. Move orders by batches back to the orders/unsent
  5. Restart the storagenode
  6. If orders are sent, repeat from p.4
  7. if orders are stuck, move half to the other folder and repeat from p.5
  8. Repeat p.7 until you will have a broken order - please remove it.
  9. Repeat from p.4 until all orders are sent or removed.

Then please remove orders from the orders.db

  1. Stop the storagenode
  2. 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;"
  1. Start the storagenode
  2. Check your logs