Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Mar 2021 08:33:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 254181] [new port] databases/py-pgmigrate: PGmigrate is a database migration tool
Message-ID:  <bug-254181-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254181

            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@FreeBSD.org
          Reporter: dmitry.wagin@ya.ru

Created attachment 223144
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D223144&action=
=3Dedit
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 powe=
r 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 a=
nd
callbacks in a single transaction (so, if something goes wrong simple ROLLB=
ACK
will bring you in consistent state)

https://github.com/yandex/pgmigrate

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254181-7788>