Error after updating node. Help!

I got an error for about 4 days ago now and I have tried repairing databases and they are all Ok. But I still get this error, can someone please help me with what is wrong?

  main.main:326
    runtime.main:203

2020-02-03T10:21:13.662Z INFO version running on version v0.31.12
2020-02-03T10:21:13.730Z INFO db.migration Database Version {“version”: 31}
Error: Error during preflight check for storagenode databases: storage node preflight database error: orders: expected schema does not match actual: &dbschema.Schema{
Tables: *dbschema.Table{&{Name: “order_archive_”, Columns: *dbschema.Column{&{Name: “archived_at”, Type: “TIMESTAMP”}, &{Name: “order_limit_serialized”, Type: “BLOB”}, &{Name: “order_serialized”, Type: “BLOB”}, &{Name: “satellite_id”, Type: “BLOB”}, &{Name: “serial_number”, Type: “BLOB”}, &{Name: “status”, Type: “INTEGER”}, &{Name: “uplink_cert_id”, Type: “INTEGER”, Reference: &dbschema.Reference{Table: “certificate”, Column: “cert_id”}}}}, &{Name: “unsent_order”, Columns: *dbschema.Column{&{Name: “order_limit_expiration”, Type: “TIMESTAMP”}, &{Name: “order_limit_serialized”, Type: “BLOB”}, &{Name: “order_serialized”, Type: “BLOB”}, &{Name: “satellite_id”, Type: “BLOB”}, &{Name: “serial_number”, Type: “BLOB”}, &{Name: “uplink_cert_id”, Type: “INTEGER”, Reference: &dbschema.Reference{Table: “certificate”, Column: “cert_id”}}}}},
Indexes: *dbschema.Index{
&{Name: “idx_order_archived_at”, Table: “order_archive_”, Columns: string{“archived_at”}},

  •           &{
    
  •                   Name:    "idx_orders",
    
  •                   Table:   "unsent_order",
    
  •                   Columns: []string{"satellite_id", "serial_number"},
    
  •           },
      },
    

    }

      storj.io/storj/storagenode/storagenodedb.(*DB).Preflight:317
      main.cmdRun:196
      storj.io/storj/pkg/process.cleanup.func1.2:299
      storj.io/storj/pkg/process.cleanup.func1:317
      github.com/spf13/cobra.(*Command).execute:826
      github.com/spf13/cobra.(*Command).ExecuteC:914
      github.com/spf13/cobra.(*Command).Execute:864
      storj.io/storj/pkg/process.ExecWithCustomConfig:79
      storj.io/storj/pkg/process.Exec:61
      main.main:326
      runtime.main:203
1 Like