- Issue created by @Abontu
I updated 11.1.7->11.1.8 successfully.
I tried 11.1.8->11.2.0 and had the same behavior/error as described above. Same 10 database updates were wanting to run and crashed.Drush can show the logs. Also the 500 was probably logged by the web server.
Thanks for the quick reply cilefen .
Can you please elaborate on "Drush can show the logs." I am not Drush savy. How do I use Drush to sow the logs? Also is there a way to get debug information.
I realize the 500 was a web server error which happens when the underlying ajax call does not catch the error/exception. Something is happening during the update script perhaps a sql exception that is not handled and reported. It would be good if this was done in a transaction that could be rolled back if not completed. Whatever is happening the site goes completely down.
Thanks!
ChrisI did find a tutorial on drush but not sure it is up to date.
https://www.codebales.com/comprehensive-guide-debugging-and-monitoring-d...
I tried the suggested
drush watchdog:show --type=databaseI suppose I can just use without a type. Just wondering if you know a better tutorial.
Thanks again.