{"id":26426417,"url":"https://github.com/pavelsr/dmove","last_synced_at":"2026-04-29T15:02:51.112Z","repository":{"id":67319401,"uuid":"136792722","full_name":"pavelsr/dmove","owner":"pavelsr","description":"Set of utilities for fast trasfer dockerized apps to new VDS","archived":false,"fork":false,"pushed_at":"2018-06-12T18:42:38.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-13T03:46:46.286Z","etag":null,"topics":["devops","docker","transfer-data","transfer-file","vds"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pavelsr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-10T08:41:06.000Z","updated_at":"2021-05-13T09:39:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"c9aac473-f0e4-4dab-9224-ddd7515ffe23","html_url":"https://github.com/pavelsr/dmove","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pavelsr/dmove","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavelsr%2Fdmove","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavelsr%2Fdmove/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavelsr%2Fdmove/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavelsr%2Fdmove/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pavelsr","download_url":"https://codeload.github.com/pavelsr/dmove/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavelsr%2Fdmove/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32430803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["devops","docker","transfer-data","transfer-file","vds"],"created_at":"2025-03-18T03:29:51.155Z","updated_at":"2026-04-29T15:02:51.083Z","avatar_url":"https://github.com/pavelsr.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dmove - Docker move utilities set\n\nSet of utilities for fast trasfer dockerized apps to new VDS\n\nIncluding:\n\n`dmove` - full auto transfer (image, its volumes, network settings)\n\n`move-container` - transfering container as image to new host\n\n`move-volumes` - move all docker volumes of selected containers (transfer data gzipped).\n\n`move-db` - move sql-like database\n\n*`move-db` and `move-volume` by default doesn't make deployment, they just trasfer appropriate files to `$REMOTE_FOLDER`*\n\n*To deploy you need to specify image name on target host in addition to container name*\n\n`\u003cmove-volumes|move-db\u003e $CONTAINER_NAME \u003cauthor/image_tag\u003e \u003cnetwork_to_connect\u003e`\n\n`move-db` has two additional arguments:\n\n`hostname`\n\n`do_pwd_sql_volume` (works for `/var/lib/mysql`)\n\n`\u003cmove-db $CONTAINER_NAME \u003cauthor/image_tag\u003e \u003cnetwork_to_connect\u003e \u003chostname_to_apply\u003e \u003cdo_pwd_sql_volume\u003e`\n\nRelated utils:\n\n`dmove-copy-id` - wrapper under ssh-copy-id, reads hostname from config file\n\n`dmove-config` - generate new config file (conenient if you need to have separate REMOTE_HOST perl user)\n\n`dmove-nginx-proxy` - quick deployment of [nginx-proxy](https://github.com/jwilder/nginx-proxy) container\n\nConfig file: `~/.dmove`\n\n\n# Requirements\n\n[jq](https://stedolan.github.io/jq/)\n\nREMOTE_HOST (remote) user must have privileges to run docker\n\nDocker must be installed on both machines\n\n# Installation\n\n```\ncurl -sSL -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/pavelsr/dmove/master/install-dmove | sudo bash\n```\n\nJust dmove-nginx-proxy:\n\n```\nsudo wget https://raw.githubusercontent.com/pavelsr/dmove/master/dmove-nginx-proxy -O /usr/local/bin/dmove-nginx-proxy \u0026\u0026 sudo chmod +x /usr/local/bin/dmove-nginx-proxy\n```\n\n# Used naming conventions\n\nOn new host container will be started with same name as at old\n\n# Recommended docker objects naming conventions to use dmove without problems\n\n`_db` : container name for app `\u003cexample\u003e` must be `\u003cexample_db\u003e`\n\n## See more\n\nSimilar project: https://github.com/tubesandlube/blimp\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpavelsr%2Fdmove","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpavelsr%2Fdmove","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpavelsr%2Fdmove/lists"}