From a668c8b52074f52467dd52474618c054c89b2804 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 15 Nov 2024 15:47:00 +0000 Subject: [PATCH] Clarify how to import databases from flatfile to SQL. Closes #456. --- data/example.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/data/example.conf b/data/example.conf index 647e1eee4..56e7e4466 100644 --- a/data/example.conf +++ b/data/example.conf @@ -1184,9 +1184,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