Projects tigase _server server-core Issues #1406
Migrating from MySQL to MongoDB (#1406)
Closed
Unknown opened 4 years ago

Dear, Team Tigase. Soon we will need to change our production and ditch the RDS MySQL database in favor of MongoDB. At the moment we are using user-db and auth-db on MySQL and we need to transfer all data from them to MongoDB. Do you have any solutions or ideas about this? Thank you, regards.

Details:

  • Tigase version: [7.0.2]
  • JVM flavour and version [OpenJDK8]
  • Operating system/distribution/version [Amazon Linux 2]
  • MongoDB [3.4]
  • MySQL [5.7]
Unknown commented 4 years ago

First of all I'd like to suggest upgrading to the newest version of the Tigase - just the other day we released version 8.1.0.

Regarding issue at hand - there is no ready-made solution to migrate data between various databases. It would definitely be possible to create such tool. As an inspiration you could take a look at https://github.com/tigase/tigase-database-migrator (which converts data from ejabberd to Tigase, but it should be relatively strightforward to create custom converter that woulc convert from Tigase to Tigase) or Converter.java class that upgrades MUC component, but the idea is the same - initialised component repository with the JDBC URL - in your case it would be two instances of the current version of the repository and then you would iterate over items from old repository (mysql) and insert in the new one (mongodb).

Unknown commented 4 years ago

Of course you can contact us directly here: https://tigase.net/technical-support if you would like assistance of the Tigase Team.

Unknown commented 4 years ago

Thank you for your quick response. I understood you, and for now I will close this question. Thank you. Regards.

issue 1 of 1
Type
Question
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#1406
Please wait...
Page is in error, reload to recover