yoke icon indicating copy to clipboard operation
yoke copied to clipboard

Postgres high-availability cluster with auto-failover and automated cluster recovery.

Results 10 yoke issues
Sort by recently updated
recently updated
newest added

I'm not quite sure what I am doing wrong. I've set up three nodes, one per server, and start up yoke on each. However, the result is always the same:...

There doesn't appear to be a way to set the archive_command. I need the master node to push WAL files to an AWS S3 bucket in order for streaming replication...

I have gone through the docs. However, it is not clear whether read queries are load balanced on both master and slave. Can you please clarify? I am wondering whether...

Hello, Would you please post a working config file example, specially for `add_command` and `remove_command` Thank you.

What about combine functionality of yoke and yokeadm to a single binary how it made in projects like consul and docker? For example: `yoke server -config=/path/to/config.ini` - starts a yoke...

enhancement

Instead of running PostgreSQL binaries (e.g. pg_ctl, postgres) from $PATH. Also it will be good to verify PostgreSQL binaries in pg_bin_path when the program parses config file.

It should be simplier to begin using a yoke and yokeadm without any compilation.

enhancement

It would be great to easily spin up a cluster with Docker Compose.

enhancement