Error during preflight check for storagenode databases

I’ll really appreciate if you will follow the suggestion and do not mesh with other databases until we got fixed the first one.
Please, fix the orders.db first, as suggested there:

For used_serial.db we will do the similar:

  1. Please, restore the used_serial.db from backup
  2. Execute:
sqlite3 used_serial.db
drop index pk_used_serial_;
CREATE INDEX pk_used_serial_ ON used_serial_(satellite_id, serial_number);
.exit
1 Like