System that allows you to replicate data through capturing changes in Postgres.
To compile execute the command:
sudo apt install libpq-dev
make
To use the pgoutput2yml is necessary install with command:
pgoutput2yml --host $HOST --user $USER --password $PASSWORD --install
Running in terminal the command:
pgoutput2yml --host $HOST --user $USER --password $PASSWORD
To uninstall is necessary remove with command:
pgoutput2yml --host $HOST --user $USER --password $PASSWORD --uninstall