Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to migrate mnesia to mysql #3083

Closed
pworldx opened this issue Apr 15, 2021 · 1 comment
Closed

How to migrate mnesia to mysql #3083

pworldx opened this issue Apr 15, 2021 · 1 comment

Comments

@pworldx
Copy link

pworldx commented Apr 15, 2021

I have my roster and users stored in mnesia. I want to migrate it to MySQL. Is there any command to do it
.

@chrzaszcz
Copy link
Member

chrzaszcz commented Apr 15, 2021

@pworldx There is no command to migrate roster and user data from Mnesia to MySQL. It would require a custom export function from Mnesia that is not present in MongooseIM.

There is a PR with such functionality: #2561, but the code got outdated because of low interest in the feature. Honestly, there is not much demand for it and the code would need to be rewritten. I am happy to reopen the issue if there is a volunteer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants