1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 19:14:47 +02:00

Clarify how to migrate db_flatfile databases to db_json.

This commit is contained in:
Sadie Powell
2025-06-23 23:39:20 +01:00
parent a9e5a79e91
commit 85c129701b
+6 -4
View File
@@ -1103,10 +1103,12 @@ mail
/*
* db_flatfile
*
* Stores your database in a custom flatfile format. This was the recommended
* database format in Anope 2.0 but it is now recommended that you use db_json
* instead. You can import your db_flatfile database from 2.0 by loading this
* module after db_json.
* Stores your database in a custom flatfile format.
*
* This was the recommended database module in 2.0 but it is now recommended
* that you use db_json instead. You can migrate your db_flatfile database to
* db_json by loading db_flatfile BEFORE db_json, sending SIGUSR1 to force a
* database write, and then unloading db_flatfile.
*/
#module
{