Skip to content

Conversation

@odesenfans
Copy link
Collaborator

Local testing was broken because of the following:

  1. the signature of make_ipfs_client changed but its use in migration scripts was not adapted, making it impossible to run the full chain of migration scripts
  2. the Docker Compose file was using a custom port to expose Redis but the template config file did not specify this port.

Fixed the usages of make_ipfs_client and removed the custom port for Redis.

Local testing was broken because of the following:
1. the signature of `make_ipfs_client` changed but its use in migration
   scripts was not adapted, making it impossible to run the full chain
   of migration scripts
2. the Docker Compose file was using a custom port to expose Redis but
   the template config file did not specify this port.

Fixed the usages of `make_ipfs_client` and removed the custom port for
Redis.
@nesitor nesitor merged commit 9e86249 into main Oct 13, 2025
3 checks passed
@nesitor nesitor deleted the od/fix-local-testing branch October 13, 2025 09:12
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.

3 participants