Compare commits

..

No commits in common. "2edf5c9a16905bfcffd403d60e5d58c614c9833f" and "033e5e27d6c89eae7d14a5642fb7730e351b0fb0" have entirely different histories.

2 changed files with 1 additions and 1 deletions

View file

@ -63,7 +63,6 @@ COPY --from=build ${INSTALL_DIR}_build/ ${INSTALL_DIR}
COPY ./docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh COPY ./docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
ENV PATH="/opt/akkoma/bin:${PATH}" ENV PATH="/opt/akkoma/bin:${PATH}"
ENV AKKOMA_CONFIG_PATH="${CONFIG_DIR}config.exs"
WORKDIR ${INSTALL_DIR} WORKDIR ${INSTALL_DIR}

View file

@ -168,6 +168,7 @@ defp do_check_rum!(setting, migrate) do
defp check_pgroonga!(:ok) do defp check_pgroonga!(:ok) do
{_, res, _} = {_, res, _} =
Ecto.Migrator.with_repo(Pleroma.Repo, fn repo -> Ecto.Migrator.with_repo(Pleroma.Repo, fn repo ->
# TODO: check migrate
migrate = migrate =
from(o in "pg_indexes", from(o in "pg_indexes",
where: o.indexname == "object_content_pgroonga" where: o.indexname == "object_content_pgroonga"