YuXiao
YuXiao
@VidalJilut The problem hasn't been solved yet. I'm using docker to run the service and the software versions are: cardanosolutions/cardano-node-ogmios:v6.0.0_8.1.2 inputoutput/cardano-db-sync:13.1.1.3 inputoutput/cardano-graphql-background:8.0.0 inputoutput/cardano-graphql-hasura:8.0.0 inputoutput/cardano-graphql-server:8.0.0 Also I found that the Asset...
Thank you very much, for the hard work.
For v8.0.1, the release note and docker image are not yet available
extremely grateful
@Kammerlo When I refer to docker-compose.yml to deploy the node, I find that I can't find the latest mirrors for cardano-graphql-server and cardano-graphql-background:. https://github.com/cardano-foundation/cardano-graphql/blob/master/docker-compose.yml https://hub.docker.com/r/cardanofoundation/cardano-graphql-server https://hub.docker.com/r/cardanofoundation/cardano-graphql-background
Okay, I'll wait for you to build it.
@Kammerlo I get the following error when importing snapshots ```bash pg_restore: [archiver] unsupported version (1.14) in file header ```
I'm running Postgres through a container and I'm experiencing an inability to delete the DB PG: postgres:14.10-alpine ```bash bash-5.2# pg_restore --schema=public --no-owner --jobs="4" --format=directory --dbname="${PGDATABASE}" --exit-on-error /tmp/db-sync-snapshot-gnn0s1exBH/db/ pg_restore: [archiver] unsupported...
I have the same problem