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

chore: upgraded db-sync #885

Merged
merged 2 commits into from
Aug 12, 2024
Merged

chore: upgraded db-sync #885

merged 2 commits into from
Aug 12, 2024

Conversation

Kammerlo
Copy link
Member

Upgrading db-sync to 13.4.0.0 this fixes an issue which leads to crashes when trying to sync up using a snapshot

@Kammerlo Kammerlo merged commit 9394252 into master Aug 12, 2024
1 check passed
@Kammerlo Kammerlo deleted the chore/upgrade-db-sync-13.4.0.0 branch August 12, 2024 07:20
cardano-node:
condition: service_healthy
postgres:
condition: service_healthy

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Kammerlo
healthcheck is not defined for cardano-node and postgres. Is this a problem?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No this isn't a problem. We just need the container to be up and running.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In that case, shouldn't we use service_started instead of service_healthy?
I am making such a change locally.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am trying it in a preprod environment right now and it wouldn't start otherwise.

Aug 14 13:13:51 ip-10-18-1-87.ap-northeast-1.compute.internal docker-compose[6159]: ERROR: for cardano-db-sync  Service "postgres" is missing a healthcheck configuration
Aug 14 13:13:51 ip-10-18-1-87.ap-northeast-1.compute.internal docker-compose[6159]: Encountered errors while bringing up the project.

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.

2 participants