Hi, my windows gui node is offline. The power went out.
I check logs and give me this error code:
I check all the .db and piece_expiration.db returns me not ok.
So i try to fix the db but it give me and error:
Now i check the .db and seems ok but keep the first error in logs.
What can i do for put the node online?
Thank you all.
Stob
2
Hi @Alejandro,
The last time this issue occurred Alexey offered this advice:
Thanks, i check the post before but i think my sintaxis is not good so no recognice the comand.
How can i introduce well?
hola sintaxis es mala
try;
cd c:\sqlite
.\sqlite3 d:\storj_datos\piece_expiration.db "insert into versions values(26, datetime('now', 'utc'));"
si ?
1 Like
Alexey
5
Please, correct the path. Use D:\storj_datos\piece_expiration.db
instead of \path\to\D:\storj_datos\piece_expiration.db
And I will appreciate if you would copy the text next time instead of posting a screenshot, thank you.
1 Like
Thank you very much, online node
2 Likes