{"id":24979735,"url":"https://github.com/xmigrate/xmigrate","last_synced_at":"2025-04-11T17:51:42.739Z","repository":{"id":38383604,"uuid":"139544777","full_name":"xmigrate/xmigrate","owner":"xmigrate","description":"Cloud migration tool for migrating on premise data and infrastructure to cloud","archived":false,"fork":false,"pushed_at":"2023-11-15T09:04:13.000Z","size":28531,"stargazers_count":47,"open_issues_count":25,"forks_count":15,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-25T13:46:32.881Z","etag":null,"topics":["ansible","aws","azure","cloud-migration","gcp","opensource","xmigrate"],"latest_commit_sha":null,"homepage":"https://docs.xmigrate.cloud","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xmigrate.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":["iamvishnuks"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["paypal.me/iamvishnuks"]}},"created_at":"2018-07-03T07:26:28.000Z","updated_at":"2025-02-24T17:48:29.000Z","dependencies_parsed_at":"2023-11-15T09:47:49.020Z","dependency_job_id":null,"html_url":"https://github.com/xmigrate/xmigrate","commit_stats":null,"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmigrate%2Fxmigrate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmigrate%2Fxmigrate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmigrate%2Fxmigrate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmigrate%2Fxmigrate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xmigrate","download_url":"https://codeload.github.com/xmigrate/xmigrate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248455683,"owners_count":21106596,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["ansible","aws","azure","cloud-migration","gcp","opensource","xmigrate"],"created_at":"2025-02-04T02:17:00.328Z","updated_at":"2025-04-11T17:51:42.705Z","avatar_url":"https://github.com/xmigrate.png","language":"Python","readme":"\n# xmigrate.cloud, an opensource project for cloud migration\n\n**xmigrate.cloud**, which is pronounced as *cross-migrate.cloud*, is an opensource project for migrating your infrastructure.\nMigration can be done from DC to DC, DC to cloud, Cloud to DC, and Cloud to Cloud.\n\n\u003e Scope of this tool is limited to migration of VMs across any cloud/on-prem to cloud environment.\n\n## Current release\n\nWe have shipped xmigrate with the below features in our latest [release](https://hub.docker.com/r/xmigrate/xmigrate);\n\n- Environment discovery\n- Automatic network creation and server deployment\n- Multiple cloud environment support\n- Agentless discovery and migration\n- Any to AWS server migration*\n- Any to GCP server migration*\n- Any to Azure server migration*\n- Migration of servers with multiple disks\n\n\u003e 💡 *As a user you need to ensure the server which you are migrating is eligible to be migrated to the target cloud. We will add precheck scripts in discovery phase before preparing the server for migration in coming releases.\n\n## Tech stack\n\nxmigrate is built on the below techstack;\n\n- FastAPI (Python web framework)\n- Ansible\n- PostgreSQL\n\nxmigrate runs as a container in your local machine.\nAll the web-services and payloads are written in Python.\nAnsible is used to prepare the servers ready for migration and PostgreSQL DB is used to store user, project, cloud environment and other metadata related to the VM which needs to be migrated.\n\n## Future Roadmap\n\n- Support for more OS versions\n- Support for GPT boot volume to AWS\n\n## 🚀How to deploy?\n\n```bash\ngit clone https://github.com/xmigrate/xmigrate.git\ncd xmigrate\n```\n\nAfter cloning the repository and entering it, open the `docker-compose.yaml` file and replace the *\\\u003cserver-ip\\\u003e* placeholder in the line `BASE_URL: http://\u003cserver-ip\u003e/api` with your server ip address.\n\nYou can choose which version of the app to run by changing the version number in the image parameter of app service: `image: xmigrate/xmigrate:v0.1.6`.\n\nAlternately you can choose to build the app locally by removing the image specification and adding `build: .` in place. Be careful that this could cause the app to build with unreleased changes.\n\nOnce you are satisfied with the initial setup, you can run the below command and access xmigrate on `http://localhost:80`;\n\n```bash\ndocker compose up -d\n```\n\n## OS compatiability matrix\n\nWe currently support servers of below OS versions*;\n\n|           | Redhat 7 | Redhat 8 | CentOS 7 | Ubuntu 16.04 | Ubuntu 18.04 | Ubuntu 20.04 |\n|-----------|----------|----------|----------|--------------|--------------|--------------|\n| **AWS**   |  ✅      |   ✅    |    ✅    |     ✅       |     ✅      |      ✅        |\n| **Azure** |  ✅      |   ✅    |    ✅    |     ✅       |     ✅      |      ✅      |\n| **GCP**   |  ✅      |   ✅    |    ✅    |     ✅       |     ✅      |      ✅      |\n\n\u003e 💡 Make sure your `/etc/fstab` entries looks like this\n`UUID=d35fe619-1d06-4ace-9fe3-169baad3e421 /                       xfs     defaults,discard        1 1`\n\nWe will be adding support for more OS soon.\n\n\u003e ℹ *We are aware of and working hard to find a quick solution to some issues that prevent vm connectivity after migrations of Azure to AWS, Azure to GCP, and GCP to Azure. In the meantime, all other combinations with our supported providers can be used without issues.\n\nStay tuned for more updates. Join our [community](https://xmigrate.slack.com/) and start collaborating 🎉\n\n## License\n\n[xmigrate](https://github.com/iamvishnuks/xmigrate) by [Vishnu KS](https://iamvishnuks.com/) is licensed under [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0)\n\n\u003ca rel=\"license\" href=\"https://creativecommons.org/licenses/by-nc-nd/4.0\"\u003e\u003cimg alt=\"Creative Commons License\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png\" /\u003e\u003c/a\u003e\n","funding_links":["https://github.com/sponsors/iamvishnuks","paypal.me/iamvishnuks"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxmigrate%2Fxmigrate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxmigrate%2Fxmigrate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxmigrate%2Fxmigrate/lists"}