From 3cb7db2172e0fc94598ddc9d7308858fe6231e10 Mon Sep 17 00:00:00 2001 From: Florian Spreckelsen <f.spreckelsen@indiscale.com> Date: Wed, 9 Oct 2024 16:00:16 +0200 Subject: [PATCH] DOC: Add hint to dump updates in README_SETUP. --- README_SETUP.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README_SETUP.md b/README_SETUP.md index 581cc31..4e599ac 100644 --- a/README_SETUP.md +++ b/README_SETUP.md @@ -114,6 +114,13 @@ obviously what was expected. Please look carefully through the tests. If something more serious than that comes up, please report a bug. +#### Failure to restore a database dump created with an older MariaDB version #### + +Have a look into the `dump_updates/README.md`. In cases of version +incompatibilities, the necessary steps to migrate the dump are +probably described there and scripts for the migrations are provided +in the same directory. + ## Documentation # Build documentation in `build/` with `make doc`. -- GitLab