Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postgres DB issue new fresh sync (latest) on block 2: #119

Closed
mvanhalen opened this issue Sep 21, 2021 · 1 comment
Closed

Postgres DB issue new fresh sync (latest) on block 2: #119

mvanhalen opened this issue Sep 21, 2021 · 1 comment

Comments

@mvanhalen
Copy link
Contributor

mvanhalen commented 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.

@mvanhalen 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
@mvanhalen
Copy link
Contributor Author

Seems to be fixed with this update Thanks @kanshi @maebeam

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant