You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
christianwiedemann
changed the title
Rsync with docker compose on remote server
Rsync sql:sync with docker compose on remote server
Jan 19, 2025
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
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.
The text was updated successfully, but these errors were encountered: