[Bug 254181] [new port] databases/py-pgmigrate: PGmigrate is a database migration tool
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Mar 10 08:33:53 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254181
Bug ID: 254181
Summary: [new port] databases/py-pgmigrate: PGmigrate is a
database migration tool
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: dmitry.wagin at ya.ru
Created attachment 223144
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=223144&action=edit
py-pgmigrate.diff
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 ROLLBACK
will bring you in consistent state)
https://github.com/yandex/pgmigrate
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list