You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
After #855 is done every time when application exits and peers list is not empty, following error is thrown:
[ERR] 2017-12-19 16:22:57 | Export peers to database failed - {"error":"ERROR: column \"wsPort\" of relation \"peers\" does not exist\nLINE 1: insert into \"peers\"(\"ip\",\"wsPort\",\"state\",\"height\",\"os\",\"version"}
Dumping peers to database after node shutdown doesn't work anymore.
Expected behaviour
The database migration to reflect the property http to wsHttp rename is needed. Node should be able to dump peers list to database in order to insert them again during the next start.
The text was updated successfully, but these errors were encountered:
Current behaviour
After #855 is done every time when application exits and peers list is not empty, following error is thrown:
Dumping peers to database after node shutdown doesn't work anymore.
Expected behaviour
The database migration to reflect the property http to wsHttp rename is needed. Node should be able to dump peers list to database in order to insert them again during the next start.
The text was updated successfully, but these errors were encountered: