instance.gen task: remind to transfer the config to the database after
authorrinpatch <rinpatch@sdf.org>
Tue, 25 Feb 2020 19:13:08 +0000 (22:13 +0300)
committerrinpatch <rinpatch@sdf.org>
Tue, 25 Feb 2020 19:13:08 +0000 (22:13 +0300)
migrations

lib/mix/tasks/pleroma/instance.ex

index fee2ab9d93a8a87b0c2892182995a572133d5a2d..216dec2967b54ea2f8cf33834fc95e40f6fb7c2c 100644 (file)
@@ -207,8 +207,14 @@ defmodule Mix.Tasks.Pleroma.Instance do
       write_robots_txt(indexable, template_dir)
 
       shell_info(
-        "\n All files successfully written! Refer to the installation instructions for your platform for next steps"
+        "\n All files successfully written! Refer to the installation instructions for your platform for next steps."
       )
+
+      if db_configurable? do
+        shell_info(
+          " Please transfer your config to the database after running database migrations. Refer to \"Transfering the config to/from the database\" section of the docs for more information."
+        )
+      end
     else
       shell_error(
         "The task would have overwritten the following files:\n" <>