run_refresh.py

specialized, per-table replication between PostgreSQL instances

Install

All systems
curl cmd.cat/run_refresh.py.sh
Debian Debian
apt-get install postgresql-11-mimeo
Ubuntu
apt-get install postgresql-11-mimeo
image/svg+xml Kali Linux
apt-get install postgresql-11-mimeo
Windows (WSL2)
sudo apt-get update sudo apt-get install postgresql-11-mimeo
Raspbian
apt-get install postgresql-9.6-mimeo

postgresql-11-mimeo

specialized, per-table replication between PostgreSQL instances

Mimeo is a PostgreSQL extension that provides specialized, per-table replication between PostgreSQL instances. It currently provides snapshot (whole table copy), incremental (based on an incrementing timestamp or id), and DML (inserts, updates and deletes) replication methods.

postgresql-9.6-mimeo

specialized, per-table replication between PostgreSQL instances

Mimeo is a PostgreSQL extension that provides specialized, per-table replication between PostgreSQL instances. It currently provides snapshot (whole table copy), incremental (based on an incrementing timestamp or id), and DML (inserts, updates and deletes) replication methods.

postgresql-10-mimeo

specialized, per-table replication between PostgreSQL instances

postgresql-9.5-mimeo

specialized, per-table replication between PostgreSQL instances