Skip to main content

Production Best Practices

Database Migrations with Alembic

0:00
LearnStep 1/2

Alembic Migrations

Database Migrations with Alembic

Setup

bash

Configure alembic.ini

ini

Configure env.py

python

Creating Migrations

bash

Migration File Structure

python

Running Migrations

bash

Common Operations

python