Comment #⁨3⁩

I get errors on my local test instances after the update. I changed the requirement to 0.3 on two local instances, I don't get errors on the composer update, but when I try to access the sites I get database errors:

Screenshot from 2023-08-14 21-58-37.png

Screenshot from 2023-08-14 22-29-33.png

  1. Toby Toby Waterhole Founder Aug 15, 2023
    In reply to Manuel Manuel

    Oops, forgot to include these command in the upgrade instructions:

    php artisan migrate
    php artisan waterhole:cache:clear

    Try that and it should solve those errors. See the Updating docs page for info.