I have a problem on update node

My node hasn’t been updated for a long time, and it can’t run now, so I run ./update.sh -i -c stable -d ~/node/data to update, the log is as follows

It stuck, then I CTRL+C to end, and update it again.

Current Version = 8590065664
Latest Version = 8590065664
No new version found

but, my node is stuck at startup, and the log is as follows

{"file":"acctupdates.go","function":"github.com/algorand/go-algorand/ledger.(*accountUpdates).accountsInitialize","level":"info","line":1024,"msg":"accountsInitialize upgrading database schema from version 3 to version 4","name":"","time":"2020-12-07T01:51:10.523196Z"}
{"file":"acctupdates.go","function":"github.com/algorand/go-algorand/ledger.(*accountUpdates).accountsInitialize","level":"info","line":1027,"msg":"accountsInitialize performing upgrade from version 3","name":"","time":"2020-12-07T01:51:10.523380Z"}

Just to confirm the binary version, could you please run algod -v ?
Does the database upgrade get complete eventually ? i.e. it should say accountsInitialize database schema upgrade complete when it’s done.

The execution results are as follows

8590065664
2.2.0.stable [rel/stable] (commit #c048b4ac)
go-algorand is licensed with AGPLv3.0
source code available at https://github.com/algorand/go-algorand

He only has the log of the start of the upgrade, and there is no prompt of completion, how long should I wait for the database upgrade to get the result?

It is precisely because I have waited for a while, and I still can’t see the log output and node synchronization, so I think whether there is something abnormal with him, although he has no error message

As you might expect, he has completed the merge, but the node still has not started to synchronize. What do I need to do? Still continue to wait

I still can’t start the node until now

now that the database upgrade is complete ( and I don’t know why it took so long. Are you running the node on a local SSD drive ? ), could you share what’s the latest entries in the log files looks like ?