PostgreSQL migrations made easy
Project description
PGmigrate
PostgreSQL migrations made easy
Overview
PGmigrate is a database migration tool developed by Yandex.
PGmigrate has the following key-features:
- Transactional and nontransactional migrations: you can enjoy whole power of PostgreSQL DDL
- Callbacks: you can run some DDL on specific steps of migration process (e.g. drop some code before executing migrations, and create it back after migrations were applied)
- Online migrations: you can execute series of transactional migrations
and callbacks in a single transaction (so, if something goes wrong simple
ROLLBACKwill bring you in consistent state)
Install
pip install yandex-pgmigrate
Running tests
Tests require running PostgreSQL instance with superuser (to create/drop dbs). You could setup this yourself and use tox to start tests:
tox
Second option is to use docker and make:
make test
How to use
Complete manual is here.
Release history
- 1.0.12 (2026-03-05)
- Disable sqlparse grouping limits to allow large insert migration
- 1.0.11 (2026-02-27)
- Use psycopg2 commit/rollback to avoid messing up it's state
- 1.0.10 (2025-06-30)
- Add option to allow mixing transactional and non-transactional migrations
- 1.0.9 (2024-07-06)
- Add an option to show only unapplied migrations in info
- 1.0.8 (2024-03-08)
- Allow reordering setting schema version and afterEach callback
- 1.0.7 (2022-02-02)
- Skip unnecessary schema creation on init
- Add file path to statement apply error log
- Add version gaps check
- 1.0.6 (2020-10-29)
- Make dsn manipulations more robust
- Fix empty values-related bugs in config and args parsing
- 1.0.5 (2020-02-29)
- Use application_name instead of backend pid for conflict termination
- 1.0.4 (2019-04-14)
- Allow using subdirs in migrations folder
- 1.0.3 (2017-12-28)
- Fix migration error with comment at the end of file
- Add blocking pids termination
- Some minor fixes and improvements
- 1.0.2 (2017-04-05)
- Speed up get_info function a bit
- Fix callbacks in transactional/nontransactional migrations mix on db init
- 1.0.1 (2017-04-01)
- Fix bug with python format patterns in migration text
- Sort info command output by version
- Support 'latest' target version
- Add option to override user in migration meta
- Fix info command fail without target on initialized database
- Add session setup option
- 1.0.0 (2016-10-03)
- First opensource version
License
Distributed under the PostgreSQL license. See LICENSE for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
yandex_pgmigrate-1.0.12.tar.gz
(13.6 kB
view details)
File details
Details for the file yandex_pgmigrate-1.0.12.tar.gz.
File metadata
- Download URL: yandex_pgmigrate-1.0.12.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10aba9f508c319b322bd80e4775236701ec2ecbbeee9b40c6ee22277aca3591a
|
|
| MD5 |
9c20e3b24bf7ea6d7603b3448111b3e2
|
|
| BLAKE2b-256 |
05425b1d4dcab27fd5bbfd388de73a66371bd21c2f2f96c3a6b524699276b0e4
|