Mercurial > hg > orthanc-book
diff Sphinx/source/plugins/mysql.rst @ 684:96574b57249a
mysqldump
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 12 May 2021 07:25:09 +0200 |
parents | 411e82bb3a9f |
children | 8b8df1be0cf9 |
line wrap: on
line diff
--- a/Sphinx/source/plugins/mysql.rst Tue May 11 17:04:32 2021 +0200 +++ b/Sphinx/source/plugins/mysql.rst Wed May 12 07:25:09 2021 +0200 @@ -220,5 +220,14 @@ Scalability ^^^^^^^^^^^ -When configuring your MySQL plugin, ensure you've read the :ref:`scalability section -<scalability>` +When configuring your MySQL plugin, ensure you've read the +:ref:`scalability section <scalability>` + + +Backup +------ + +The MySQL plugin uses stored routines (i.e. functions/procedures) that +are not archived by default by the ``mysqldump`` tool. As a +consequence, make sure to add the ``--routines`` command-line flag to +also archive such routines in your backup.