diff options
author | Sadie Powell <sadie@witchery.services> | 2024-11-15 15:57:57 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-11-15 15:57:57 +0000 |
commit | d40cbdb8cfdea54ba2a34a28a2169e1ef0f9d984 (patch) | |
tree | 895fa5e79778497b3672c39b4569108c6776a286 /data | |
parent | bc44195a3dc1dfa19cdb4621e0dddc3278277fa9 (diff) | |
parent | a668c8b52074f52467dd52474618c054c89b2804 (diff) |
Merge branch '2.0' into 2.1.
Diffstat (limited to 'data')
-rw-r--r-- | data/anope.example.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/data/anope.example.conf b/data/anope.example.conf index d9a35050f..0f79b0ab7 100644 --- a/data/anope.example.conf +++ b/data/anope.example.conf @@ -1149,9 +1149,10 @@ module /* Whether or not to import data from another database module in to SQL on startup. * If you enable this, be sure that the database services is configured to use is - * empty and that another database module to import from is loaded before db_sql. - * After you enable this and do a database import you should disable it for - * subsequent restarts. + * empty and that another database module to import from is loaded BEFORE db_sql. + * After you enable this and do a database import you MUST disable it for + * subsequent restarts. If you want to keep writing a flatfile database after the + * SQL import is done you should load db_flatfile AFTER this module. * * Note that you can not import databases using db_sql_live. If you want to import * databases and use db_sql_live you should import them using db_sql, then shut down |