Mercurial > hg > orthanc-book
comparison 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 |
comparison
equal
deleted
inserted
replaced
683:11e536e70b37 | 684:96574b57249a |
---|---|
218 <postgresql-lock>`. | 218 <postgresql-lock>`. |
219 | 219 |
220 Scalability | 220 Scalability |
221 ^^^^^^^^^^^ | 221 ^^^^^^^^^^^ |
222 | 222 |
223 When configuring your MySQL plugin, ensure you've read the :ref:`scalability section | 223 When configuring your MySQL plugin, ensure you've read the |
224 <scalability>` | 224 :ref:`scalability section <scalability>` |
225 | |
226 | |
227 Backup | |
228 ------ | |
229 | |
230 The MySQL plugin uses stored routines (i.e. functions/procedures) that | |
231 are not archived by default by the ``mysqldump`` tool. As a | |
232 consequence, make sure to add the ``--routines`` command-line flag to | |
233 also archive such routines in your backup. |