Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

fix(doc): add mysql_upgrade step #6905

Merged
merged 3 commits into from
Oct 25, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/en/migration/upgradetoCentreon18.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ following commands:

# rsync -avz /var/lib/mysql/ root@IP_New_Centreon:/var/lib/mysql/

#. If you migrate your DMBS from 5.x to 10.x, it's necessary to execute this command on the new server : ::

# mysql_upgrade

#. Start the mysqld process on the new server: ::

# systemctl start mysqld
Expand Down
4 changes: 4 additions & 0 deletions doc/fr/migration/upgradetoCentreon18.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ exécutez les commandes suivantes :

# rsync -avz /var/lib/mysql/ root@IP_New_Centreon:/var/lib/mysql/

#. En cas de migration d'un SGBD MySQL/MariaDB 5.x vers 10.x, il est nécessaire de lancer la commande suivante sur le nouveau serveur : ::

# mysql_upgrade

#. Redémarrage du processus mysqld sur nouveau serveur : ::

# systemctl start mysqld
Expand Down