Search found 3 matches
- Wed Oct 14, 2020 4:03 am
- Forum: Issues or Errors
- Topic: Fresh Install - Stuck at Running migrations:
- Replies: 4
- Views: 433
Re: Fresh Install - Stuck at Running migrations:
I think i might have solved it. As you guessed, it was a connection issue. I figured i would share the fix here incase someone else has the same issue. The docker compose filed had env variables for the Mayan app of: -e MAYAN_CELERY_BROKER_URL="redis://:mayanredispassword@redis:6379/0" \ -e MAYAN_CE...
- Wed Oct 14, 2020 3:12 am
- Forum: Issues or Errors
- Topic: Fresh Install - Stuck at Running migrations:
- Replies: 4
- Views: 433
Re: Fresh Install - Stuck at Running migrations:
I installed namp and checked for running services. It did locate on the host the following: 5432/tcp open postgresql I have also confirmed that i can connect to Redis from another computer on the network I also know it is connecting to the pgsql database as it is the only container connecting to it ...
- Tue Oct 13, 2020 10:16 pm
- Forum: Issues or Errors
- Topic: Fresh Install - Stuck at Running migrations:
- Replies: 4
- Views: 433
Fresh Install - Stuck at Running migrations:
I feel like I'm probably doing something super obvious wrong here. So hopefully someone can set me straight. Basic setup: Using an Unraid server and their docker implementation. This means I can't use docker compose but have manually created and associated the containers. This is a fresh install but...