Schema migrations

Schema migration is sometimes referred to as “database migration”, but “database migration” also has other possible meanings.

There are many ways to handle schema migrations. Which one is best depends on your goals.

Here’s an article about how to manually migrate without any downtime: SQL migrations in PostgreSQL, part 1 | by Nikolai Averin | Miro Engineering | Medium.