pvc/debian
Joshua Boniface 54215bab6c Switch to ZK+PG over Redis for Celery queue
Redis did not provide a distributed solution for the worker, which
precluded several important planned functions. So instead, move to using
Zookeeper + PostgreSQL as the broker and result backend respectively.

Should be a seamless drop-in change but for future uses requires the
database host to be the primary coordinator IP rather than localhost, so
that writes can occur to the database from non-primary hosts.
2023-11-04 12:46:34 -04:00
..
source Move to YAML config and allow split functions 2019-03-11 01:47:40 -04:00
changelog Bump version to 0.9.80 2023-10-27 09:56:31 -04:00
compat Debianize the packaging 2018-06-17 14:55:13 -04:00
control Switch to ZK+PG over Redis for Celery queue 2023-11-04 12:46:34 -04:00
copyright Update file copyright header. 2021-03-25 16:58:02 -04:00
pvc-client-cli.install Add autobackup functionality to CLI 2023-10-26 21:25:23 -04:00
pvc-client-cli.postinst Ensure postinst and prerm always succeed 2021-06-23 20:35:40 -04:00
pvc-client-cli.prerm Ensure postinst and prerm always succeed 2021-06-23 20:35:40 -04:00
pvc-daemon-api.install Install sample configs to /usr/share/pvc instead 2023-10-26 13:00:54 -04:00
pvc-daemon-api.postinst Install sample configs to /usr/share/pvc instead 2023-10-26 13:00:54 -04:00
pvc-daemon-api.prerm Use consistent naming of components 2020-02-08 19:34:07 -05:00
pvc-daemon-common.install Rename API and common Debian packages 2020-02-08 18:50:38 -05:00
pvc-daemon-node.install Install sample configs to /usr/share/pvc instead 2023-10-26 13:00:54 -04:00
pvc-daemon-node.postinst Install sample configs to /usr/share/pvc instead 2023-10-26 13:00:54 -04:00
pvc-daemon-node.preinst Align naming of Debian packages 2020-02-08 18:58:56 -05:00
pvc-daemon-node.prerm Use consistent naming of components 2020-02-08 19:34:07 -05:00
rules Convert pvc-client-cli into a proper Python module 2021-06-23 05:03:19 -04:00