Login issue after upgrading from Version 8.7.1 to 8.8.0

I upgraded 7 to 8.6.1 to 8.8.0: Login credentials incorrect.

  • tail -f public/legacy/suitecrm.log i found totp_secret is missing in table users;
  • ALTER TABLE users ADD COLUMN totp_secret VARCHAR(255) NULL;
  • php bin/console doctrine:schema:validate
  • php bin/console doctrine:schema:update --force

Login works!

3 Likes