RE: FATAL Unrecoverable error {“error”: “Error creating tables for master database on storagenode: migrate: storage node database error: migrate tables:: attempt to write a readonly database

Hi Alexey,

this forum does not allow me to post until 10 hours or so. Just wanted to tell you i just got the info.db migration to several db’s working.

I compared 2 info.dbs: the old node one (from february) and a newer one (from july).
New one has the “page size” pragma set to 4096 and the old one set to 1024.

So i dumped all the tables of the old info.db, created a new db set the page size to 4096 ( PRAGMA page_size=4096;) and then read the previously dumped tables.
Saved the db and… it works!!

If you need more info, let me know.

Please, could you ask Skunk if the page size was increased in any alpha version?

Thanks.

A post was merged into an existing topic: FATAL Unrecoverable error {“error”: “Error creating tables for master database on storagenode: migrate: storage node database error: migrate tables:: attempt to write a readonly database