Hi, i use storagenode v3 in docker. Since yesterday my node does not start. This is what i see in the logs:
text error warn system array login
2024-05-14 11:47:08,898 INFO success: processes-exit-eventlistener entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-05-14 11:47:08,902 INFO success: storagenode entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-05-14 11:47:08,902 INFO exited: storagenode (exit status 1; not expected)
2024-05-14 11:47:09,905 INFO spawned: 'storagenode' with pid 43
2024-05-14 11:47:09,906 INFO success: storagenode-updater entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-05-14 11:47:09,906 WARN received SIGQUIT indicating exit request
2024-05-14 11:47:09,906 INFO waiting for storagenode, processes-exit-eventlistener, storagenode-updater to die
2024-05-14T11:47:09+02:00 INFO Got a signal from the OS: "terminated" {"Process": "storagenode-updater"}
2024-05-14 11:47:09,910 INFO stopped: storagenode-updater (exit status 0)
2024-05-14T11:47:09+02:00 INFO Configuration loaded {"Process": "storagenode", "Location": "/app/config/config.yaml"}
2024-05-14T11:47:09+02:00 INFO Anonymized tracing enabled {"Process": "storagenode"}
2024-05-14T11:47:09+02:00 INFO Operator email {"Process": "storagenode", "Address": "*"}
2024-05-14T11:47:09+02:00 INFO Operator wallet {"Process": "storagenode", "Address": "*"}
2024-05-14T11:47:09+02:00 INFO server kernel support for server-side tcp fast open remains disabled. {"Process": "storagenode"}
2024-05-14T11:47:09+02:00 INFO server enable with: sysctl -w net.ipv4.tcp_fastopen=3 {"Process": "storagenode"}
2024-05-14T11:47:10+02:00 INFO Telemetry enabled {"Process": "storagenode", "instance ID": "*"}
2024-05-14T11:47:10+02:00 INFO Event collection enabled {"Process": "storagenode", "instance ID": "*"}
2024-05-14T11:47:10+02:00 INFO db.migration.57 Create new bandwidth_usage table, backfilling data from bandwidth_usage_rollups and bandwidth_usage tables, and dropping the old tables. {"Process": "storagenode"}
2024-05-14T11:47:10+02:00 ERROR failure during run {"Process": "storagenode", "error": "Error migrating tables for database on storagenode: migrate: v57: NOT NULL constraint failed: bandwidth_usage_new.interval_start\n\tstorj.io/storj/private/migrate.(*Migration).Run:212\n\tstorj.io/storj/storagenode/storagenodedb.(*DB).MigrateToLatest:387\n\tmain.cmdRun:98\n\tmain.newRunCmd.func1:33\n\tstorj.io/common/process.cleanup.func1.4:393\n\tstorj.io/common/process.cleanup.func1:411\n\tgithub.com/spf13/cobra.(*Command).execute:983\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:1115\n\tgithub.com/spf13/cobra.(*Command).Execute:1039\n\tstorj.io/common/process.ExecWithCustomOptions:112\n\tmain.main:34\n\truntime.main:267", "errorVerbose": "Error migrating tables for database on storagenode: migrate: v57: NOT NULL constraint failed: bandwidth_usage_new.interval_start\n\tstorj.io/storj/private/migrate.(*Migration).Run:212\n\tstorj.io/storj/storagenode/storagenodedb.(*DB).MigrateToLatest:387\n\tmain.cmdRun:98\n\tmain.newRunCmd.func1:33\n\tstorj.io/common/process.cleanup.func1.4:393\n\tstorj.io/common/process.cleanup.func1:411\n\tgithub.com/spf13/cobra.(*Command).execute:983\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:1115\n\tgithub.com/spf13/cobra.(*Command).Execute:1039\n\tstorj.io/common/process.ExecWithCustomOptions:112\n\tmain.main:34\n\truntime.main:267\n\tmain.cmdRun:100\n\tmain.newRunCmd.func1:33\n\tstorj.io/common/process.cleanup.func1.4:393\n\tstorj.io/common/process.cleanup.func1:411\n\tgithub.com/spf13/cobra.(*Command).execute:983\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:1115\n\tgithub.com/spf13/cobra.(*Command).Execute:1039\n\tstorj.io/common/process.ExecWithCustomOptions:112\n\tmain.main:34\n\truntime.main:267"}
Error: Error migrating tables for database on storagenode: migrate: v57: NOT NULL constraint failed: bandwidth_usage_new.interval_start
storj.io/storj/private/migrate.(*Migration).Run:212
storj.io/storj/storagenode/storagenodedb.(*DB).MigrateToLatest:387
main.cmdRun:98
main.newRunCmd.func1:33
storj.io/common/process.cleanup.func1.4:393
storj.io/common/process.cleanup.func1:411
github.com/spf13/cobra.(*Command).execute:983
github.com/spf13/cobra.(*Command).ExecuteC:1115
github.com/spf13/cobra.(*Command).Execute:1039
storj.io/common/process.ExecWithCustomOptions:112
main.main:34
runtime.main:267
2024-05-14 11:47:18,397 INFO exited: storagenode (exit status 1; not expected)