Update databases/postgresql12-server to version 12.2_2
[dports.git] / databases / py-pum / pkg-descr
1 Acronym stands for "Postgres Upgrades Manager". It is a database migration
2 management tool very similar to flyway-db or Liquibase, based on metadata
3 tables.
4
5 Pum is python program that can be used via command line or directly from
6 another python program.
7
8 Pum permits the followings operations on Postgres databases:
9
10   - check the differences between two databases
11   - create a backup (dump file) of a database
12   - restore a database from a backup
13   - upgrade a database applying delta files
14
15 and some other useful operations.
16
17 WWW: https://github.com/opengisch/pum