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
When I start a fresh sync. new Node and empty Postgres DB in the 2nd block I see this error:
ProcessBlock: Problem upserting block and transactions: ERROR #42703 column "de_so_to_sell_nanos" of relation "pg_metadata_creator_coins" does not exist
After that block status stays 26 for consequent blocks. Seems there might be a wrong table reference or instruction. Seems it should be deso_to_sell_nanos instead of de_so_to_sell_nanos.
Using latest backend build from docker. Does not seem to happen with stable backend
Will see if I can do a PR.
The text was updated successfully, but these errors were encountered:
mvanhalen
changed the title
Postgres DB issue new fresh sync on block 2
Postgres DB issue new fresh sync (latest) on block 2:
Sep 21, 2021
When I start a fresh sync. new Node and empty Postgres DB in the 2nd block I see this error:
ProcessBlock: Problem upserting block and transactions: ERROR #42703 column "de_so_to_sell_nanos" of relation "pg_metadata_creator_coins" does not exist
After that block status stays 26 for consequent blocks. Seems there might be a wrong table reference or instruction. Seems it should be deso_to_sell_nanos instead of de_so_to_sell_nanos.
Using latest backend build from docker. Does not seem to happen with stable backend
Will see if I can do a PR.
The text was updated successfully, but these errors were encountered: