@MattFox I have Mango V5.2 with enterprise license.
Posts made by Faucon Ngando
-
RE: NoSQL requires license?
@MattFox Thank you for your reply. I have installed a mariadb container that connects to mango.
How can I now convert my H2 data to SQL. I have added this codedb.type=mysql
db.url=jdbc:mysql://192.168.1.17/mango
db.username=mango
db.password=passwordconvert.db.type=h2
convert.db.url=jdbc:h2:/opt/mango-data/databases/mah2
#convert.db.username=${db.username}
#convert.db.password=${db.password}in mango.properties but it is not working.
-
RE: NoSQL requires license?
Hi @evranch,
I too am trying to migrate to docker but I can't export and then import my old data into the docker instance.
Could you explain the procedure to me please?
Thank you.