Hello.
Im having issues with my self hosted passbolt after upgrading (via dnf upgrade, OL8) to the latest version. Upgrade process was smooth and no issues, however, after upgrade and login, passwords wouldn’t show up. Please see attached error log
Hello,
have you tried clearing the cache?
The following command might fix the issue:
sudo -H -u www-data bash -c "/usr/share/php/passbolt/bin/cake cache clear_all"
Hi pabloelcolombiano,
Yeah, i follow what was indicated on the passbolt doc.. but still experienced the said issue, reverted to snapshot. Google search yields no result, posting here in hopes for some guidance
Could you log into your MySQL server and describe the schema of the resource_types
table?
DESCRIBE resource_types;
Image is the current, working, reverted version. Will again proceed with the upgrade and troubleshooting by this coming weekend and if again encountered the issue, will post again
Alright, let us know if you encounter issues after your second attempt.
An interesting query in MySQL for trouble shooting would be:
SELECT version, migration_name FROM phinxlog ORDER BY version DESC LIMIT 15;