cachethq / Docker

A Dockerized version of Cachet.
https://cachethq.io
BSD 3-Clause "New" or "Revised" License
415 stars 280 forks source link

Cachet docker migration from v2.3.15 to 2.4 failing #342

Closed urupaud closed 1 month ago

urupaud commented 5 years ago

These are the steps which I followed,

1) git clone https://github.com/cachethq/Docker.git cachet-docker 2) cd cachet-docker; git checkout 2.4 3) Updated .env file accordingly, pointed it to RDS (DB that was using for cachet 2.3.15) 4) docker-compose build 5) docker-compose up 6) Logged in to docker container and executed "php artisan migrate" to do the DB migration. 7) Dashborard is working but there are messed up pannels and banner with "Some of the services are not operational". When try to login with old admin credentials getting the "CSRF token validation failed."

Any advice regarding this would be highly appreciated, anything I'm doing wrong here?