OTP release install guide sceleton
[akkoma] / lib / pleroma / config / transfer_task.ex
index 0d6ece8073b0f70ca8fb2208e0e3622f60a85fdd..a8cbfa52a69f2c81cc696ee032dce999ac00b20b 100644 (file)
@@ -9,7 +9,8 @@ defmodule Pleroma.Config.TransferTask do
   end
 
   def load_and_update_env do
-    if Pleroma.Config.get([:instance, :dynamic_configuration]) do
+    if Pleroma.Config.get([:instance, :dynamic_configuration]) and
+         Ecto.Adapters.SQL.table_exists?(Pleroma.Repo, "config") do
       Pleroma.Repo.all(Config)
       |> Enum.each(&update_env(&1))
     end