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

Rsync and sql:sync with docker compose on remote server #6212

Open
christianwiedemann opened this issue Jan 19, 2025 · 0 comments
Open

Rsync and sql:sync with docker compose on remote server #6212

christianwiedemann opened this issue Jan 19, 2025 · 0 comments

Comments

@christianwiedemann
Copy link

christianwiedemann commented Jan 19, 2025

Is your feature request related to a problem? Please describe.
Right now it is not possible to rsync and sql:sync files from a remote docker compose instance. (Or do I miss a configuration?)
In consolidation/site-process#85 I add support for docker host parameter which adds -H to docker compose and docker-compose. You can use rsync with rsync -e "docker -H ssh://user@host compose exec -i" to use rsync without ssh installed on a docker container with all features.

See
#6213

Please let me know if this PR has a chance to get merged! Thanks!

Describe the solution you'd like
Add rsync -e "docker -H ssh://user@host compose exec -i" support

Describe alternatives you've considered
I found no alternative but maybe I missed something.

@christianwiedemann christianwiedemann changed the title Rsync with docker compose on remote server Rsync sql:sync with docker compose on remote server Jan 19, 2025
@christianwiedemann christianwiedemann changed the title Rsync sql:sync with docker compose on remote server Rsync and sql:sync with docker compose on remote server Jan 20, 2025
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

No branches or pull requests

1 participant