The installation loops updating the database, wanting to Drop tl_bs_grid of all sizes (xs, sm, ld, lg, etc). Just comes back and keeps asking. Have to cancel out. It shows that the installation is complete, but it may not have completed its Db tasks. I've seen this happen in 2 different installations on 4.13. Sometimes it doesn't have an issue. Not sure how to assist you in debugging...
ALTER TABLE tl_bs_grid DROP xlSize
ALTER TABLE tl_bs_grid DROP lgSize
ALTER TABLE tl_bs_grid DROP mdSize
ALTER TABLE tl_bs_grid DROP smSize
ALTER TABLE tl_bs_grid DROP xsSize
The installation loops updating the database, wanting to Drop tl_bs_grid of all sizes (xs, sm, ld, lg, etc). Just comes back and keeps asking. Have to cancel out. It shows that the installation is complete, but it may not have completed its Db tasks. I've seen this happen in 2 different installations on 4.13. Sometimes it doesn't have an issue. Not sure how to assist you in debugging...