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

[#503] Update Cardano DB Sync version for Sanchonet #504

Merged

Conversation

placek
Copy link
Contributor

@placek placek commented Mar 19, 2024

Closes #503.

This pull request addresses the user story requesting an update of the Cardano DB Sync version to 4.1.0 in the context of Sanchonet development. By upgrading the Cardano DB Sync version to 4.1.0, developers can now proceed with verifications and adjustments necessary to ensure compatibility with the updated DB Sync version. The changes consist of updating the docker-compose.node+dbsync.yml file to use the Cardano DB Sync image version 4.1.0 (ghcr.io/intersectmbo/cardano-db-sync:sancho-4.1.0).

The outcome of these changes provides a streamlined process for developers to continue their work on latest features released on Sanchonet by aligning the Cardano DB Sync version with the latest release. This update allows for seamless verification and adjustments to ensure application compatibility with the new DB Sync version.

placek added 2 commits March 19, 2024 06:56
In order to enhance the ease of remote execution, the configuration
files for PostgreSQL have been modified to rely on environment
variable. This change enables smoother execution processes as it allows
for flexible configurations that can adapt to different environments or
setups.

Changes:
- Updated the `docker-compose.node+dbsync.yml` file to use environment
  variables for defining PostgreSQL configuration files, leveraging
  `$TARGET_HOST_CONFIG_DIR` for specifying file paths. This adjustment
  ensures that the execution setup is more versatile and can be easily
  adaptable for remote deployments.
In the context of the user story, which aimed to update the Cardano DB
Sync version for Sanchonet to unblock tasks related to verification and
adjustments, this commit bumps the version of Cardano DB Sync to 4.1.0
on a development stack providing only Cardano tools.

By upgrading to the latest release, developers will be able to proceed
with the necessary verifications and adjustments to ensure application
compatibility with the updated DB Sync version.

Changes:
- Updated the `docker-compose.node+dbsync.yml` file to use the Cardano
  DB Sync image version 4.1.0
  (`ghcr.io/intersectmbo/cardano-db-sync:sancho-4.1.0`).
@placek placek self-assigned this Mar 19, 2024
@placek placek linked an issue Mar 19, 2024 that may be closed by this pull request
2 tasks
@placek placek merged commit 8e2a082 into develop Mar 20, 2024
@placek placek deleted the chore/503-update-cardano-db-sync-version-for-sanchonet branch March 20, 2024 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Cardano DB Sync version for Sanchonet
2 participants