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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: