Production Database Migration

Update production database schema

Important: Production Database Only
This migration is designed for the PUBLISHED/PRODUCTION site. It ensures all database tables and columns exist in production.
  • • Adds missing columns to existing tables
  • • Creates new tables (blog_posts, etc.)
  • • Safe to run multiple times (idempotent)
  • • Does NOT delete any data
Run Migration
Enter your admin password to update the production database
When to Use This

Run this migration when:

  • Publishing fails with "Unknown column" errors
  • You've added new database tables or columns
  • The published site shows database errors
  • After major feature updates that change the database

Note: For the preview/dev environment, use /admin/setup instead.