-
Hello, I am trying to follow the tutorial to migrate mnesia to sql: I am experiencing problems with the export of the DB:
I have this installation on debian from bullseye-backports, the node is running:
I tried first:
gives the error:
Then I tried:
Giving the error:
In the logs I see the following error:
I do not have any odbc configuration in the config file, I have nothing configured about databases in the config file. But I need to migrate because my archive is over 2GB. Can anyone help me? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 16 replies
-
Is your host really named localhost (your config file have localhost in hosts: section)? |
Beta Was this translation helpful? Give feedback.
That depends, if you want to switch all modules to use sql with data conversion, then all data will be not accessible (so also probably accounts, rosters, etc), but if you only set
db_type: sql
in mod_mam options, then only this module will not see old data, it will just write new data to sql db.