• export database and repository from mysql 5.7 to mariadb 10.1 with openkm 6.3.0 version

  • Des difficultés à installer OpenKM ? Aucun problème, la solution est plus proche que vous croyez.
Des difficultés à installer OpenKM ? Aucun problème, la solution est plus proche que vous croyez.

Moderator: dedisoft

Forum rules: Avant de poser une question, merci de regarder la documentation du wiki ou d'utiliser la fonction recherche du forum. Et rappelez vous que nous n'avons ni boule de cristal ni possibilité de lire dans les pensées, aussi pensez à spécifier quelle version d'OpenKM vous utilisez ainsi que la version du navigateur web et du système d'exploitation. Pour de plus amples informations lisez Comment reporter un bug efficacement (anglais).
 #52001  by jagritip
 
i am using openkm version 6.3.0 with mysql 5.7 in a server (lets say X).
Now i have to install openkm 6.3.0 on some other server (lets say Y) with mariadb 10.1.

How can i export all data and repository from server X with mysql 5.7 to server Y with mariadb 10.1.

pls differentiate database schema in mariadb 10.1 vs database schema in mysql5.7 for
openkm 6.3.0
 #52009  by jllort
 
Maybe this kind of questions should set in mariadb forum either here. I think database dump and standard SQL import execution should be enought.
Code: Select all
mysqldump -h localhost -u root okmdb > okmdb.sql
mysql -h localhost -u root okmdb < okmdb.sql

About Us

OpenKM is part of the management software. A management software is a program that facilitates the accomplishment of administrative tasks. OpenKM is a document management system that allows you to manage business content and workflow in a more efficient way. Document managers guarantee data protection by establishing information security for business content.