From 63b1d4eb34bfff1166ca71a6cd3afba30187de34 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 16 May 2024 17:55:53 +0100 Subject: [PATCH] Recommend reimporting SQL databases from flatfile. --- upgrading.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/upgrading.md b/upgrading.md index 79dcd72..ae82076 100644 --- a/upgrading.md +++ b/upgrading.md @@ -9,6 +9,8 @@ Upgrading from 2.0 to 2.1 can be done by: 0. Update any scripts you have that execute `services` to execute `anope` instead. +0. If you are using the `db_sql` or `db_sql_live` modules it is recommended that on 2.0 you load `db_flatfile` and export your database to a file and re-import on 2.1 to update the schema of your database. + #### services.conf 0. Rename `services.conf` to `anope.conf`.