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

db-sync error when migration #839

Open
2 of 6 tasks
CryptoDavChen opened this issue Jun 10, 2023 · 1 comment
Open
2 of 6 tasks

db-sync error when migration #839

CryptoDavChen opened this issue Jun 10, 2023 · 1 comment
Labels

Comments

@CryptoDavChen
Copy link

Summary

db-sync log return error

Steps to reproduce the bug

 DOCKER_BUILDKIT=1 \
    COMPOSE_DOCKER_CLI_BUILD=1 \
    CARDANO_GRAPHQL_VERSION=8.0.0 \
    RESTORE_SNAPSHOT=https://update-cardano-mainnet.iohk.io/cardano-db-sync/13.1/db-sync-snapshot-schema-13.1-block-8862605-x86_64.tgz \
    docker-compose up -d --build

Actual Result

Connecting to network specified in configuration.yaml
[db-sync-node:Warning:6] [2023-06-10 04:45:18.05 UTC] Version number: 13.0.5
[db-sync-node:Warning:6] [2023-06-10 04:45:18.05 UTC] Git hash: 8ad98d48e0068f3768d48e18fdcbe254037cba3b
[db-sync-node:Warning:6] [2023-06-10 04:45:18.05 UTC] Option disable-ledger: False
[db-sync-node:Warning:6] [2023-06-10 04:45:18.05 UTC] Option disable-cache: False
[db-sync-node:Warning:6] [2023-06-10 04:45:18.05 UTC] Option disable-epoch: False
[db-sync-node:Warning:6] [2023-06-10 04:45:18.05 UTC] Enviroment variable DbSyncAbortOnPanic: False
[db-sync-node:Info:6] [2023-06-10 04:45:18.05 UTC] Schema migration files validated
[db-sync-node:Info:6] [2023-06-10 04:45:18.05 UTC] Running database migrations
ExitFailure 3

Errors in file: /tmp/migrate-2023-06-10T044518.log

Expected Result

No error

Environment

8.0.0

Platform

  • Linux (Ubuntu)
  • Linux (Other)
  • macOS
  • Windows

Platform version

No response

Runtime

  • Node.js
  • Docker

Runtime version

20.10.17

@CryptoDavChen
Copy link
Author

CryptoDavChen commented Jun 13, 2023

Maybe because i used 13.1's snapshot, because i can't found any snapshots in 13 floder: https://update-cardano-mainnet.iohk.io/cardano-db-sync/index.html#13/

Please help check it, thanks a lot.

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

No branches or pull requests

2 participants
@CryptoDavChen and others