From: Sadie Powell Date: Thu, 16 May 2024 16:55:53 +0000 (+0100) Subject: Recommend reimporting SQL databases from flatfile. X-Git-Url: https://jfr.im/git/irc/anope/website.git/commitdiff_plain/63b1d4eb34bfff1166ca71a6cd3afba30187de34?ds=sidebyside Recommend reimporting SQL databases from flatfile. --- 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`.