Errors in log after 1.60.3 upgrade forces container restart

Noticed my Docker container rebooted on the last two storagenode-update. The log messages are a little confusing. Wondering if this is expected:

2023-08-16T08:41:06.689Z    INFO    Current binary version  {"Process": "storagenode-updater", "Service": "storagenode-updater", "Version": "v1.60.3"}
2022-08-16T08:41:06.689Z    INFO    Download started.   {"Process": "storagenode-updater", "From": "https://github.com/storj/storj/releases/download/v1.61.1/storagenode-updater_linux_amd64.zip", "To": "/tmp/storagenode-updater_linux_amd64.1623943428.zip"}
2022-08-16 08:41:07,525 INFO exited: storagenode (exit status 0; expected)
2022-08-16T08:41:07.770Z    INFO    Download finished.  {"Process": "storagenode-updater", "From": "https://github.com/storj/storj/releases/download/v1.61.1/storagenode-updater_linux_amd64.zip", "To": "/tmp/storagenode-updater_linux_amd64.1623943428.zip"}
2022-08-16 08:41:07,773 INFO spawned: 'storagenode' with pid 16696
2022-08-16T08:41:07.801Z    INFO    Restarting service. {"Process": "storagenode-updater", "Service": "storagenode-updater"}
2022-08-16 08:41:07,804 INFO exited: storagenode-updater (exit status 1; not expected)
2022-08-16T08:41:07.888Z    INFO    Configuration loaded    {"Process": "storagenode", "Location": "/app/config/config.yaml"}
2022-08-16 08:41:07,890 INFO spawned: 'storagenode-updater' with pid 16713
2022-08-16T08:41:07.907Z    INFO    Configuration loaded    {"Process": "storagenode-updater", "Location": "/app/config/config.yaml"}
2022-08-16T08:41:07.907Z    INFO    Invalid configuration file key  {"Process": "storagenode-updater", "Key": "storage.allocated-bandwidth"}
2022-08-16T08:41:07.907Z    INFO    Invalid configuration file key  {"Process": "storagenode-updater", "Key": "server.private-address"}
2022-08-16T08:41:07.907Z    INFO    Invalid configuration file key  {"Process": "storagenode-updater", "Key": "contact.external-address"}
2022-08-16T08:41:07.907Z    INFO    Invalid configuration file key  {"Process": "storagenode-updater", "Key": "server.address"}
2022-08-16T08:41:07.907Z    INFO    Invalid configuration file key  {"Process": "storagenode-updater", "Key": "operator.wallet-features"}
2022-08-16T08:41:07.907Z    INFO    Invalid configuration file key  {"Process": "storagenode-updater", "Key": "storage.allocated-disk-space"}
2022-08-16T08:41:07.907Z    INFO    Invalid configuration file key  {"Process": "storagenode-updater", "Key": "console.address"}
2022-08-16T08:41:07.907Z    INFO    Invalid configuration file key  {"Process": "storagenode-updater", "Key": "operator.wallet"}
2022-08-16T08:41:07.907Z    INFO    Invalid configuration file key  {"Process": "storagenode-updater", "Key": "operator.email"}
2022-08-16T08:41:07.907Z    INFO    Invalid configuration file value for key    {"Process": "storagenode-updater", "Key": "log.development"}
2022-08-16T08:41:07.907Z    INFO    Invalid configuration file value for key    {"Process": "storagenode-updater", "Key": "log.output"}
2022-08-16T08:41:07.956Z    INFO    Anonymized tracing enabled  {"Process": "storagenode-updater"}
2022-08-16T08:41:07.956Z    INFO    Anonymized tracing enabled  {"Process": "storagenode"}
2022-08-16T08:41:07.970Z    INFO    Operator email  {"Process": "storagenode", "Address": "mike@mpsharp.com"}
2022-08-16T08:41:07.970Z    INFO    Operator wallet {"Process": "storagenode", "Address": "0x14Ad0d492b01cf3E8822dB3e179BE8196Ec59C8c"}
2022-08-16T08:41:08.078Z    INFO    Running on version  {"Process": "storagenode-updater", "Service": "storagenode-updater", "Version": "v1.61.1"}
2022-08-16T08:41:08.078Z    INFO    Downloading versions.   {"Process": "storagenode-updater", "Server Address": "https://version.storj.io"}
2022-08-16 08:41:08,109 WARN received SIGQUIT indicating exit request
2022-08-16 08:41:08,110 INFO waiting for storagenode, processes-exit-eventlistener, storagenode-updater to die
2022-08-16T08:41:08.110Z    INFO    Got a signal from the OS: "terminated"  {"Process": "storagenode-updater"}
2022-08-16T08:41:08.110Z    ERROR   Error retrieving version info.  {"Process": "storagenode-updater", "error": "version checker client: Get \"https://version.storj.io\": context canceled", "errorVerbose": "version checker client: Get \"https://version.storj.io\": context canceled\n\tstorj.io/storj/private/version/checker.(*Client).All:68\n\tmain.loopFunc:21\n\tstorj.io/common/sync2.(*Cycle).Run:99\n\tmain.cmdRun:136\n\tstorj.io/private/process.cleanup.func1.4:372\n\tstorj.io/private/process.cleanup.func1:390\n\tgithub.com/spf13/cobra.(*Command).execute:852\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:960\n\tgithub.com/spf13/cobra.(*Command).Execute:897\n\tstorj.io/private/process.ExecWithCustomConfigAndLogger:93\n\tmain.main:20\n\truntime.main:255"}
2022-08-16 08:41:08,111 INFO stopped: storagenode-updater (exit status 0)
2022-08-16T08:41:08.111Z    INFO    Got a signal from the OS: "terminated"  {"Process": "storagenode"}
Error: Error starting master database on storagenode: database: used_serial opening file "config/storage/used_serial.db" failed: context canceled
    storj.io/storj/storagenode/storagenodedb.(*DB).openDatabase:324
    storj.io/storj/storagenode/storagenodedb.(*DB).openExistingDatabase:306
    storj.io/storj/storagenode/storagenodedb.(*DB).openDatabases:281
    storj.io/storj/storagenode/storagenodedb.OpenExisting:248
    main.cmdRun:193
    storj.io/private/process.cleanup.func1.4:372
    storj.io/private/process.cleanup.func1:390
    github.com/spf13/cobra.(*Command).execute:852
    github.com/spf13/cobra.(*Command).ExecuteC:960
    github.com/spf13/cobra.(*Command).Execute:897
    storj.io/private/process.ExecWithCustomConfigAndLogger:93
    main.main:479
    runtime.main:255
2022-08-16 08:41:08,145 INFO stopped: storagenode (exit status 1)
2022-08-16 08:41:08,146 INFO stopped: processes-exit-eventlistener (terminated by SIGTERM)
2022-08-16 08:41:18,201 INFO Set uid to user 0 succeeded
2022-08-16 08:41:18,252 INFO RPC interface 'supervisor' initialized
2022-08-16 08:41:18,252 INFO supervisord started with pid 1
2022-08-16 08:41:19,254 INFO spawned: 'processes-exit-eventlistener' with pid 11
2022-08-16 08:41:19,256 INFO spawned: 'storagenode' with pid 12
2022-08-16 08:41:19,258 INFO spawned: 'storagenode-updater' with pid 13
2022-08-16T08:41:19.280Z    INFO    Configuration loaded    {"Process": "storagenode-updater", "Location": "/app/config/config.yaml"}
2022-08-16T08:41:19.280Z    INFO    Invalid configuration file key  {"Process": "storagenode-updater", "Key": "server.address"}
2022-08-16T08:41:19.280Z    INFO    Invalid configuration file key  {"Process": "storagenode-updater", "Key": "console.address"}
2022-08-16T08:41:19.280Z    INFO    Invalid configuration file key  {"Process": "storagenode-updater", "Key": "operator.wallet-features"}
2022-08-16T08:41:19.280Z    INFO    Invalid configuration file key  {"Process": "storagenode-updater", "Key": "storage.allocated-bandwidth"}
2022-08-16T08:41:19.280Z    INFO    Invalid configuration file key  {"Process": "storagenode-updater", "Key": "contact.external-address"}
2022-08-16T08:41:19.280Z    INFO    Invalid configuration file key  {"Process": "storagenode-updater", "Key": "operator.email"}
2022-08-16T08:41:19.280Z    INFO    Invalid configuration file key  {"Process": "storagenode-updater", "Key": "storage.allocated-disk-space"}
2022-08-16T08:41:19.280Z    INFO    Invalid configuration file key  {"Process": "storagenode-updater", "Key": "server.private-address"}
2022-08-16T08:41:19.280Z    INFO    Invalid configuration file key  {"Process": "storagenode-updater", "Key": "operator.wallet"}
2022-08-16T08:41:19.280Z    INFO    Invalid configuration file value for key    {"Process": "storagenode-updater", "Key": "log.level"}
2022-08-16T08:41:19.280Z    INFO    Invalid configuration file value for key    {"Process": "storagenode-updater", "Key": "log.output"}
2022-08-16T08:41:19.280Z    INFO    Invalid configuration file value for key    {"Process": "storagenode-updater", "Key": "log.caller"}
2022-08-16T08:41:19.281Z    INFO    Anonymized tracing enabled  {"Process": "storagenode-updater"}
2022-08-16T08:41:19.294Z    INFO    Running on version  {"Process": "storagenode-updater", "Service": "storagenode-updater", "Version": "v1.61.1"}
2022-08-16T08:41:19.294Z    INFO    Downloading versions.   {"Process": "storagenode-updater", "Server Address": "https://version.storj.io"}
2022-08-16T08:41:19.324Z    INFO    Configuration loaded    {"Process": "storagenode", "Location": "/app/config/config.yaml"}
2022-08-16T08:41:19.324Z    INFO    Anonymized tracing enabled  {"Process": "storagenode"}
2022-08-16T08:41:19.337Z    INFO    Operator email  {"Process": "storagenode", "Address": "mike@mpsharp.com"}
2022-08-16T08:41:19.337Z    INFO    Operator wallet {"Process": "storagenode", "Address": "0x14Ad0d492b01cf3E8822dB3e179BE8196Ec59C8c"}
2022-08-16T08:41:20.295Z    INFO    Current binary version  {"Process": "storagenode-updater", "Service": "storagenode", "Version": "v1.61.1"}
2022-08-16T08:41:20.295Z    INFO    Version is up to date   {"Process": "storagenode-updater", "Service": "storagenode"}
2022-08-16 08:41:20,296 INFO success: processes-exit-eventlistener entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-08-16 08:41:20,296 INFO success: storagenode entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-08-16 08:41:20,296 INFO success: storagenode-updater entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-08-16T08:41:20.320Z    INFO    Current binary version  {"Process": "storagenode-updater", "Service": "storagenode-updater", "Version": "v1.61.1"}
2022-08-16T08:41:20.320Z    INFO    Version is up to date   {"Process": "storagenode-updater", "Service": "storagenode-updater"}
2022-08-16T08:41:20.331Z    INFO    Telemetry enabled   {"Process": "storagenode", "instance ID": "1R7FVb1HWw6yaF9FcStumt1QYFjQVqQDW3SwV6rMcrsWmiFWbd"}
2022-08-16T08:41:20.387Z    INFO    db.migration    Database Version    {"Process": "storagenode", "version": 53}
2022-08-16T08:41:21.439Z    INFO    preflight:localtime start checking local system clock with trusted satellites' system clock.    {"Process": "storagenode"}
2022-08-16T08:41:22.029Z    INFO    preflight:localtime local system clock is in sync with trusted satellites' system clock.    {"Process": "storagenode"}
2022-08-16T08:41:22.030Z    INFO    Node 1R7FVb1HWw6yaF9FcStumt1QYFjQVqQDW3SwV6rMcrsWmiFWbd started {"Process": "storagenode"}
2022-08-16T08:41:22.030Z    INFO    Public server started on [::]:28967 {"Process": "storagenode"}

What I recall from previous posts of storagenode updater services these error messages are usually safe to ignore. But if anything looks off (storagenode is not online, not getting traffic etc.) please do update!