Upgrade Required

Your site is running a newer codebase than the database. Run the one-time upgrade below to bring everything in sync.

Installed: 18.2.0 Code: 19.0.0

This will:

  1. Clear stale Laravel caches that still reference the pre-upgrade vendor tree.
  2. Stamp pre-existing base tables so migrations don't try to recreate them.
  3. Run php artisan migrate to create the new tables (19.0.0 adds app_versions, addons, themes, etc.).
  4. Apply the per-version update payload (rename postslistings, packagesplans, etc.).

Back up your database first. The upgrade is one-way; rolling back requires the backup.