Efficient way to troubleshoot on any systems There's no greater frustation of trying to troubleshoot on a system for many hours (or days) while the solution was under our nose for all the time.
Ghost error update from v4 to v5 - foreign key constraint Error alter table `subscriptions` modify `tier_id` varchar(24) not null - Cannot change column 'tier_id': used in a foreign key constraint 'subscriptions_tier_id_foreign' Solution on MySql SET GLOBAL FOREIGN_KEY_CHECKS=0; Restart your Ghost v5 instance. Finally remember to put back