-
Notifications
You must be signed in to change notification settings - Fork 105
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
cardano-graphql-801-cardano-db-sync can't use snapshot #865
Comments
This seems like a db-sync issue, I'll discuss it with these devs and come back to you as soon as possible. |
@zhy827827 Just to let you know the ticket is open here at db-sync. IntersectMBO/cardano-db-sync#1662 |
I encountered the same problem, how to solve it, version 8.0.3 |
It seems, it's not included in the current release: IntersectMBO/cardano-db-sync@9f4653e#commitcomment-141727357 I'll track this issue and keep you updated. |
You can use this version of the docker image:
|
This version is also used in 8.0.3 of graphQL. Does ist solve the issue for you? |
hello @Kammerlo , i used 8.0.3 of graphQL,solve the issue,Thank you! But there is another issues: The Asset calculation was always 1% , unchanged |
Are there any other log outputs in another service? How do you start it? |
I used the startup script
Not using snapshots, synchronizing from Genesis block.There are no other error log here. docker logs -f cardano-graphql-803-server-1 --tail 100
docker logs -f cardano-graphql-803-background-1 --tail 100
|
For how long did you wait regarding the Assets? Because sometimes it can take sometime until the percentage rises further, due to syncing speed. |
I have been waiting for three days now |
I'll check it |
hello @Kammerlo |
I'm still on it. Did your node reach the tip? |
yes.new tip slot Is normally synchronized |
fyi, I'm currently doing some tests. An issue could be the limit of requests in direction of the tokenregistry. |
Hey @zhy827827 If it doesn't help I would propose two options to get closer to solve your problem:
|
Thank you very much.My Asset are still in sync at 1%。 I will try again using the new branch.But I want to know how you deployment graphql. Here are all the images I have used:
|
I just started it with |
Closing this issue due to inactivity. If you have any other issues @zhy827827 let me know or reopen this issue |
Ask a question
I copy sed from the host to the container, but there is still a problem
bash: /bin/sed: cannot execute: required file not found
version: cardano-graphql-8.0.1
ghcr.io/intersectmbo/cardano-db-sync:13.2.0.1
cardanosolutions/cardano-node-ogmios:v6.1.0_8.7.3-mainnet
how to Fix this problem?
The text was updated successfully, but these errors were encountered: