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

support: recommend for users run integration run_migrations if db-table not found #10386

Merged
merged 4 commits into from
May 23, 2024

Conversation

AskAlexSharov
Copy link
Collaborator

@AskAlexSharov AskAlexSharov commented May 17, 2024

example of current output:

~/build/v2.60.0# ./integration stage_log_index --reset --datadir=/root/.erigon --chain=amoy
INFO[05-17|05:12:46.069] logging to file system                   log dir=/root/.erigon/logs file prefix=integration log level=info json=false
INFO[05-17|05:12:46.070] [db] open                                label=chaindata sizeLimit=12TB pageSize=8192
panic: fail to open mdbx: create table: BorCheckpointEnds, mdbx_dbi_open: MDBX_NOTFOUND: No matching key/data pair found

goroutine 1 [running]:
github.com/ledgerwatch/erigon-lib/kv/mdbx.MdbxOpts.MustOpen({{0x1e54750, 0xc00080a5e0}, 0xc000c7ab90, 0x1c51de0, {0xc00015a600, 0x17}, 0x0, 0x20000000000, 0x80000000, 0xffffffffffffffff, ...})
    github.com/ledgerwatch/erigon-lib@v1.0.0/kv/mdbx/kv_mdbx.go:465 +0xc5
github.com/ledgerwatch/erigon/cmd/integration/commands.openDB({{0x1e54750, 0xc00080a5e0}, 0xc000c7ab90, 0x1c51de0, {0xc00015a600, 0x17}, 0x0, 0x20000000000, 0x80000000, 0xffffffffffffffff, ...}, ...)

@AskAlexSharov AskAlexSharov requested a review from awskii May 19, 2024 08:46
@awskii awskii merged commit 4194b2c into main May 23, 2024
10 checks passed
@awskii awskii deleted the recom_run_migraion branch May 23, 2024 15:32
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

Successfully merging this pull request may close these issues.

None yet

2 participants