You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was receiving an ERROR: connect ETIMEDOUT 10.196.250.172:5432 on the outline-migrate container during the sequelize db:migrate (yarn db:migrate) step. Incidentally 10.196.250.172 is the ClusterIP address of the Outline service. Adding the --url="postgres://[postgres url]" argument to the yarn db:migrate command in templates/outline.yaml fixed it. e.g:
I was receiving an
ERROR: connect ETIMEDOUT 10.196.250.172:5432
on theoutline-migrate
container during thesequelize db:migrate
(yarn db:migrate
) step. Incidentally10.196.250.172
is the ClusterIP address of the Outline service. Adding the--url="postgres://[postgres url]"
argument to theyarn db:migrate
command intemplates/outline.yaml
fixed it. e.g:Not sure why the script reading in the DATABASE_URL environment variable of the same value wasn't working, but this fixed it.
Thanks again for publishing this chart, it's saved me TONS of time getting everything spun up on my own <3
The text was updated successfully, but these errors were encountered: