Hello Everyone,
when I’m exporting camunda tables as SQL files, and try to insert it on new database, I’m getting a security error related to MD5 thing, any ideas about this ?
thanks everyone
Hello Everyone,
when I’m exporting camunda tables as SQL files, and try to insert it on new database, I’m getting a security error related to MD5 thing, any ideas about this ?
thanks everyone
Hi @ismael_adra
I would start by looking for the difference between the database instance you are using and the one where you want to insert the Camunda tables.
How identical are they?
Regards,
Alex
I believe you are trying to insert into postgres and did not configure how you want to get authenticated on new database. Did you check login to the database as valid user before importing the data.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.