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 am trying to deploy Monica 4.0.0 into a greenfield installation with an empty database. The initial set of migrations failed, and I get the same output if I trigger manual migrations with php artisan migrate. The app is obviously broken because the migrations have not completed.
I am running in Kubernetes with a Helm chart from gabe565 but I have overridden the values and I am using the 4.0.0-apache image, instead of the 4.0.0-fpm-alpine image.
Looks like it could be related to, but different from #6316 and #6525
I had to run alter table contacts add column viewed_at timestamp null; to work around 2017_01_28_222114_remove_viewed_at_from_contacts. After this, the rest of the migrations applied cleanly and the app works.
Bug description
I am trying to deploy Monica 4.0.0 into a greenfield installation with an empty database. The initial set of migrations failed, and I get the same output if I trigger manual migrations with
php artisan migrate
. The app is obviously broken because the migrations have not completed.I am running in Kubernetes with a Helm chart from gabe565 but I have overridden the values and I am using the
4.0.0-apache
image, instead of the4.0.0-fpm-alpine
image.Looks like it could be related to, but different from #6316 and #6525
Environment
The text was updated successfully, but these errors were encountered: