Skip to main content

Posts

Showing posts from October, 2016

pgBucket v1.0 is ready

pgBucket v1.0 pgBucket v1.0 (concurrent job scheduler for PostgreSQL) is released. This version is more stable and fixed the issues which was observed in the previous beta releases. Highlights of this tool are Schedule OS/DB level jobs Cron style syntax {Schedule up to seconds} On fly job modifications Instant daemon status by retrieving live job queue, job hash Enough cli options to deal with all the configured/scheduled job Here is the URL for the pgBucket build/usage instructions.  https://bitbucket.org/dineshopenscg/pgbucket I hope this tool will be helpful for the PostgreSQL users to get things done in the scheduled time. Note: This tool requires c++11{gcc version >= 4.9.3} to compile. --Dinesh