run_refresh.py
specialized, per-table replication between PostgreSQL instances
Install
- All systems
-
curl cmd.cat/run_refresh.py.sh
- Debian
-
apt-get install postgresql-11-mimeo
- Ubuntu
-
apt-get install postgresql-11-mimeo
- 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
- Dockerfile
- dockerfile.run/run_refresh.py
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.