this post was submitted on 16 Jun 2023
13 points (100.0% liked)
Selfhosting
41 readers
1 users here now
All things selfhosting and homelab related Resources: - https://github.com/awesome-selfhosted/awesome-selfhosted - https://github.com/awesome-foss/awesome-sysadmin
founded 1 year ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Looks that way! I am getting an error on the elastic search container though.
Starting omnivore-elastic ...
omnivore-redis is up-to-date
Starting omnivore-elastic ... done
ERROR: for migrate Container "cb29db590585" is unhealthy.
ERROR: Encountered errors while bringing up the project.
The way it's set up it likes to error out because it takes a while to get the elasticsearch container up and running. If you do
docker-compose up
again 10-15 seconds later, it should spin up and run the migration script.I tried removing everything and stating over. Made sure NodeJS was also on v14 as well according to the website. Still no dice. Is there a way to exec the migration script otherwise?