From ce08cb6cd75169b1c7ada612d732aae68467e492 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Thu, 8 Apr 2021 11:01:19 +0200 Subject: [PATCH] add migration information for new configuration format --- docs/admin/Migration.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/admin/Migration.md b/docs/admin/Migration.md index 47844814..0ca6ebf2 100644 --- a/docs/admin/Migration.md +++ b/docs/admin/Migration.md @@ -17,6 +17,17 @@ breaking changes. **Please read them before running the migration.** ## 3.6.0 -> 3.7.0 +### New format and name of configuration file + +The configuration for an import is now saved in a `.env` file in the project +directory. This file follows the dotenv format. For more information, see +the [installation chapter](Import.md#configuration-setup-in-env). + +To migrate to the new system, create a new project directory, add the `.env` +file and port your custom configuration from `settings/local.php`. Most +settings are named similar and only have received a `NOMINATIM_` prefix. +Use the default settings in `settings/env.defaults` as a reference. + ### New location for data files External data files for Wikipedia importance, postcodes etc. are no longer -- 2.45.2