To me that looks like it's still trying to do something with the initial sync, but it really should not be taking this kind of time. If it's still doing it now 15+ hours from your last post and a long time after your initial seeing of the issue. I would open an issue on github. It is obviously working since you can see the channel you created in 1ml so something else is going on.
Sorry I could not help more, but this looks more like it's not a configuration issue but something withing CLN / your setup.
-Dave
Thanks. It ended up settling down after another day. I wish I understood more what it was doing and why it was not performing these operations in memory...
Either some setting has to be tweaked to get it to use ram instead of the drive OR it was just doing some table manipulation in the database and its just reading & writing until it's done.
Glad it's working.
Make sure to do regular backups if you have any funds in there, RPis are good and all, but you still do not have RAID in case of a disk issue.
Been there, done that.
-Dave
Thanks,
Do you think using PostgreSQL instead of SQLite could have prevented this?
Yes I got some Lexar USB sticks with a metal enclosure I will use for backup...
Thanks!