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

[Bug] relation "atomicmarket_stats_markets_updates" does not exist at character 10466 #102

Open
Dewald928 opened this issue Sep 23, 2022 · 1 comment

Comments

@Dewald928
Copy link

Dewald928 commented Sep 23, 2022

eosio-contract-api-filler    | 2022-09-23T15:44:47.425Z [PID:28] [info] : Starting workers... 
eosio-contract-api-filler    | 2022-09-23T15:44:47.679Z [PID:28] [info] : Checking for available upgrades... 
eosio-contract-api-filler    | 2022-09-23T15:44:47.682Z [PID:28] [info] : Found 3 available upgrades. Starting to upgradeDB... 
eosio-contract-api-filler    | 2022-09-23T15:44:47.682Z [PID:28] [info] : Upgrade to 1.3.15 ... 
eosio-contract-api-postgres  | 2022-09-23 15:44:47.761 UTC [36] ERROR:  relation "atomicmarket_stats_markets_updates" does not exist at character 10466
eosio-contract-api-postgres  | 2022-09-23 15:44:47.761 UTC [36] STATEMENT:  /*
eosio-contract-api-postgres  |  -- Run before upgrade to make the migration faster:

Getting this when running docker compose up. With a new clean repo.
This suddenly started happening this week and wasn't a problem before.
I didn't pull the latest changes. So I assume it's something external that changed.
Anyone else also getting this all of a sudden?

EDIT:
This is with the latest release 1.3.17.
This happened because I removed the delphioracle and market contract from the readers.config.
Resulting in a catch 22, the contracts aren't created but are dependant.
The migrations might just need a review.

My temporary solution was just to roll back to previous release.

@fabian-emilius
Copy link
Contributor

fabian-emilius commented Oct 8, 2022

This bug should be fixed in the develop branch. You can also apply only this commit 3316a5f

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

2 participants