diff options
Diffstat (limited to 'data/example.conf')
-rw-r--r-- | data/example.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/example.conf b/data/example.conf index 5d6e342ad..f38a84729 100644 --- a/data/example.conf +++ b/data/example.conf @@ -1058,6 +1058,9 @@ db_old * [DEPRECATED] db_plain * * This is the flatfile database format from Anope-1.9.2 to Anope-1.9.5. + * To convert from this format, load both this db_flatfile. Be sure to name db_flatfile's + * target database to something else. Start Anope then shut down so the new database will be written. + * Then unload this and restart Anope, loading from the new database. */ #module { name = "db_plain" } db_plain |