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

Bug: docker-compose command not found when creating test database using dev tool #2533

Open
engelhartrueben opened this issue Dec 19, 2024 · 0 comments

Comments

@engelhartrueben
Copy link
Collaborator

Describe the bug
The create-test-database developer tool uses the deprecated docker-compose command. I believe other versions of docker alias docker-compose to docker compose (the right command). Currently, this hinders granting public schema to spoke_test.

To Reproduce
Steps to reproduce the behavior:

  1. docker compose up -d
  2. ./dev-tools/create-test-database
    (may need to sudo depending on your permissions)

Expected behavior
Grants public schema to spoke_test

Screenshots
image

Platform (please complete the following information):

  • OS: Ubuntu 22
  • Browser N/A
  • Spoke Version: 14.1.2
  • Docker version: 27.4.0

Additional context
Add any other context about the problem here.

eliotpearson added a commit to eliotpearson/Spoke that referenced this issue Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant