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 updatesudo 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.