mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 16:49:46 +08:00
521 B
521 B
title, permalink
| title | permalink |
|---|---|
| Database Migrations | /docs/running/migrations/ |
On major version changes, database migrations are usually required. The application will refuse to start until all pending migrations are ran. This also applies to empty databases.
Running Migrations
We have a migration tool that can be run using bin/cli migration run. This
will detect new migrations available and prompt you to backup your database
before proceeding with the migration. Migrations are required with major version
releases.