{"id":20947529,"url":"https://github.com/kristijorgji/mysql-transporter","last_synced_at":"2026-04-13T21:31:53.094Z","repository":{"id":103326380,"uuid":"378204650","full_name":"kristijorgji/mysql-transporter","owner":"kristijorgji","description":"Move database from one mysql server to another one","archived":false,"fork":false,"pushed_at":"2024-10-24T13:25:05.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-30T03:18:24.254Z","etag":null,"topics":["database","mysql"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kristijorgji.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":"2021-06-18T16:14:17.000Z","updated_at":"2024-10-24T13:25:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"a5747352-076b-4c03-bcb4-05db432760c6","html_url":"https://github.com/kristijorgji/mysql-transporter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kristijorgji/mysql-transporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kristijorgji%2Fmysql-transporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kristijorgji%2Fmysql-transporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kristijorgji%2Fmysql-transporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kristijorgji%2Fmysql-transporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kristijorgji","download_url":"https://codeload.github.com/kristijorgji/mysql-transporter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kristijorgji%2Fmysql-transporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31771813,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"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":["database","mysql"],"created_at":"2024-11-19T00:11:54.325Z","updated_at":"2026-04-13T21:31:53.056Z","avatar_url":"https://github.com/kristijorgji.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mysql-transporter\n\nSimple scripts to export one or multiple databases from one `mysql database` to another, verison `8.0.23`\n\nVersion can be changed easily in script.\n\n## 1. Move one or multiple databases from one mysql server to another\n\n1. First you need to fill the env vars for source and destination databases\n   Start by copying the given example env vars\n   ```bash\n   cp source-mysql.env.example source-mysql.env\n   cp dest-mysql.env.example dest-mysql.env\n   ```\n   Then fill with proper values  `source-mysql.env` and `dest-mysql.env`\n2. Have fun, run\n```bash\nbash start-transfer.sh\n```\n\nand grab a coffee until it finishes.\n\n## 2. Custom insert data from one table to another based on query you write\n1. Modified `src/queries` \n    1. `source-queries.js` are executed on source db instance/connection\n    2. `dest-queries.js` queries here are executed on dest instance/connection. Row data are ones selected in point a in source\n2. Create `.env.local` based on example .env.example.\n3. `ENVIRONMENT=local node src/index.js`\n\n## Requirements\n\n* Docker installed\n* Node for usage nr 2\n\n## License\nReleased under the MIT Licence. See the bundled LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkristijorgji%2Fmysql-transporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkristijorgji%2Fmysql-transporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkristijorgji%2Fmysql-transporter/lists"}