Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The mix ecto.migrate command hangs #46

Open
igajsin opened this issue Mar 15, 2022 · 2 comments
Open

The mix ecto.migrate command hangs #46

igajsin opened this issue Mar 15, 2022 · 2 comments

Comments

@igajsin
Copy link

igajsin commented Mar 15, 2022

Hi. I'm trying to follow the instruction from readme, but I face an issue on the step:

docker-compose run --rm web mix ecto.migrate

it runs, it creates tables in the postgres db, but it hangs and doesn't stop. See the logs attached.
What can I do about that?

pleroma_web_run.log

@GitPuffy
Copy link

GitPuffy commented Mar 23, 2022

Along the same lines, when I run the command to setup the database (first time, brand new installation) the setup seems to be looping. I am receiving the following messages but it never seems to finish. Suggestions on what may be wrong?

01:31:52.601 request_id=Ft7edh_LINEEDXIAABFi [info] Sent 200 in 17ms

01:32:22.769 [info] GET /

01:32:22.780 request_id=Ft7efSb3wzDowJIAAAmh [info] Sent 200 in 11ms

01:32:52.885 [info] GET /

01:32:52.896 request_id=Ft7ehCoE9avnUgoAAAnB [info] Sent 200 in 10ms

01:33:23.040 [info] GET /

01:33:23.054 request_id=Ft7eiy9skYsZgvAAABGC [info] Sent 200 in 13ms

@felix-two-tone
Copy link
Contributor

felix-two-tone commented Mar 30, 2022

I believe that this command is no long needed for setup as per #50

Originally posted by @peterrus in #50 (comment)

As for the hang on the database setup I believe once it runs you can just Ctrl+C out of that and continue with the rest of the setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants