{"id":19436962,"url":"https://github.com/tigase/tigase-database-migrator","last_synced_at":"2025-04-24T21:31:40.017Z","repository":{"id":39888382,"uuid":"188006826","full_name":"tigase/tigase-database-migrator","owner":"tigase","description":"(M) Tool allowing easy migration data to Tigase XMPP Server from other XMPP servers","archived":false,"fork":false,"pushed_at":"2023-11-20T23:29:25.000Z","size":666,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-03T11:51:18.548Z","etag":null,"topics":["database","jabber","mysql","tigase-database-migrator","tigase-xmpp-server","xmpp"],"latest_commit_sha":null,"homepage":"https://tigase.net","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tigase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["tigase"]}},"created_at":"2019-05-22T09:31:02.000Z","updated_at":"2022-12-25T15:58:30.000Z","dependencies_parsed_at":"2023-01-22T23:01:28.624Z","dependency_job_id":null,"html_url":"https://github.com/tigase/tigase-database-migrator","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tigase%2Ftigase-database-migrator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tigase%2Ftigase-database-migrator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tigase%2Ftigase-database-migrator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tigase%2Ftigase-database-migrator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tigase","download_url":"https://codeload.github.com/tigase/tigase-database-migrator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250712991,"owners_count":21475119,"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":["database","jabber","mysql","tigase-database-migrator","tigase-xmpp-server","xmpp"],"created_at":"2024-11-10T15:13:09.468Z","updated_at":"2025-04-24T21:31:39.756Z","avatar_url":"https://github.com/tigase.png","language":"Java","funding_links":["https://github.com/sponsors/tigase"],"categories":[],"sub_categories":[],"readme":"![database-migrator screenshot](assets/images/db-migrator.png)\n\n![Tigase Logo](assets/images/tigase-logo.png) ![Build Status](https://tc.tigase.net/app/rest/builds/buildType:(id:TigaseDatabaseMigrator_Build)/statusIcon)\n\n\n# Tigase Database Migrator\n\nTigase Database Migrator is component allowing migration of different types of data from various XMPP servers.\nCurrently supports following servers and data:\n\n* `ejabberd`\n  * User data (authentication, roster)\n  * MUC (multi user chat)\n  * PubSub\n\n# Usage\n\nComplete guide available in [documentation](https://docs.tigase.net/tigase-database-migrator/1.0.0/Tigase_Database_Migrator_Guide/html/)\n\nMigrator is a command-line utility. Main class: `tigase.db.converter.Converter`, if executed without any parameters will display help with all parameters explained:\n\n```\n$ java -cp jars/*:. tigase.db.converter.Converter [options]\n```\n\n## Converter options\n\nFollowing options are supported\n\n* `-I` or `--interactive` (*optional*) - Enable interactive mode, which will result in prompting for missing parameters\n* `-R value` or `--repository-class=value` - allows specifying  `DataRepository` implementation used for reading data from source; must implement tigase.db.DataSource (default: `tigase.db.jdbc.DataRepositoryImpl`)\n* `-S value` or `--source-uri=value` - URI of the source do the data: `jdbc:xxxx://\u003chost\u003e/\u003cdatabase\u003e…`\n* `-T value` or `--server-type=value` - type of the server from which import will be performed, possible values: [ejabberd, ejabberd_new]\n* `-D value` or `--destination-uri=value` - URI of the destination for the data: `jdbc:xxxx://\u003chost\u003e/\u003cdatabase\u003e…`\n* `-C value` or `--components=value` (*optional*) - additional component beans names that should be activated\n* `-H value` or  `--virtual-host=value` - allows specifying Virtual-host / domain name used by source installation (for example in case of old ejabberd installations)\n\n# Support\n\nWhen looking for support, please first search for answers to your question in the available online channels:\n\n* Our online documentation: [Tigase Docs](https://docs.tigase.net/)\n* Our online forums: [Tigase Forums](https://help.tigase.net/portal/community)\n* Our online Knowledge Base [Tigase KB](https://help.tigase.net/portal/kb)\n\nIf you didn't find an answer in the resources above, feel free to submit your question to either our \n[community portal](https://help.tigase.net/portal/community) or open a [support ticket](https://help.tigase.net/portal/newticket).\n\n# Downloads\n\nMigrator is included in every distribution of Tigase XMPP Server. Dedicated binaries can be downloaded from our [Maven repository](https://maven-repo.tigase.net/#artifact/tigase/tigase-database-migrator)\n\n# Compilation \n\nIt's a Maven project therefore after cloning the repository you can easily build it with:\n\n```bash\nmvn -Pdist clean install\n```\n\n# License\n\n\u003cimg alt=\"Tigase Tigase Logo\" src=\"https://github.com/tigase/website-assets/blob/master/tigase/images/tigase-logo.png?raw=true\" width=\"25\"/\u003e Official \u003ca href=\"https://tigase.net/\"\u003eTigase\u003c/a\u003e repository is available at: https://github.com/tigase/tigase-database-migrator/.\n\nCopyright (c) 2004 Tigase, Inc.\n\nLicensed under AGPL License Version 3. Other licensing options available upon request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftigase%2Ftigase-database-migrator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftigase%2Ftigase-database-migrator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftigase%2Ftigase-database-migrator/lists"}