public inbox for [email protected]help / color / mirror / Atom feed
pgAgent v4.0.0 Released 4+ messages / 3 participants [nested] [flat]
* pgAgent v4.0.0 Released @ 2018-07-12 13:00 Dave Page <[email protected]> 2018-07-12 14:12 ` Re: pgAgent v4.0.0 Released Eugene Wang <[email protected]> 0 siblings, 1 reply; 4+ messages in thread From: Dave Page @ 2018-07-12 13:00 UTC (permalink / raw) To: pgadmin-hackers; pgAdmin Support <[email protected]> The pgAdmin Development Team are pleased to announce the release of pgAgent v4.0.0. pgAgent is a job scheduler for PostgreSQL; for more information please see the documentation included as part of the pgAdmin documentation at https://www.pgadmin.org/docs/pgadmin4/3.x/pgagent.html. Download (source): https://www.pgadmin.org/download/pgagent-source-code/ We expect DEB and RPM packages to be available from the PostgreSQL APT/YUM repositories in due course, as well as an updated installer from EnterpriseDB available through StackBuilder. Notable changes in this release include: - Remove the dependency on wxWidgets. pgAgent now uses Boost for thread management and synchronisation [Neel Patel] - Refactor connection parsing logic to fix issues with and improve handling of connection strings [Thomas Krennwallner] - Handle 2 digit server version numbers [Ashesh Vashi] - Fix handling of the "succeeded" flag on job steps which could prevent failure of steps causing the following steps to fail [Sanket Mehta] -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company ^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: pgAgent v4.0.0 Released 2018-07-12 13:00 pgAgent v4.0.0 Released Dave Page <[email protected]> @ 2018-07-12 14:12 ` Eugene Wang <[email protected]> 2018-07-12 14:17 ` Re: pgAgent v4.0.0 Released Dave Page <[email protected]> 0 siblings, 1 reply; 4+ messages in thread From: Eugene Wang @ 2018-07-12 14:12 UTC (permalink / raw) To: Dave Page <[email protected]>; pgadmin-hackers; pgAdmin Support <[email protected]> This is awesome. Always have interests to use pgAgent; however, the official documentation about installing is obscure and stop me from getting into it... I honestly cannot get any clue about steps I should do from this https://www.pgadmin.org/docs/pgadmin4/3.x/pgagent.html link. Maybe installing pgagent is easy to a lot of people. There are still a lot of people asking questions of pgagent installation in Stackoverflow. Can any one contribute a step by step tutorial? I will truly appreciate it. Yujie Wang (Welcome to call me Eugene, for your pronunciation convenience) GIS Developer Connected2fiber Linkedin : https://www.linkedin.com/in/yujie-wang-61a129a0/ On Thu, Jul 12, 2018 at 9:00 AM, Dave Page <[email protected]> wrote: > The pgAdmin Development Team are pleased to announce the release of > pgAgent v4.0.0. > > pgAgent is a job scheduler for PostgreSQL; for more information please see > the documentation included as part of the pgAdmin documentation at > https://www.pgadmin.org/docs/pgadmin4/3.x/pgagent.html. > > Download (source): https://www.pgadmin.org/download/pgagent-source-code/ > > We expect DEB and RPM packages to be available from the PostgreSQL APT/YUM > repositories in due course, as well as an updated installer from > EnterpriseDB available through StackBuilder. > > Notable changes in this release include: > > - Remove the dependency on wxWidgets. pgAgent now uses Boost for thread > management and synchronisation [Neel Patel] > - Refactor connection parsing logic to fix issues with and improve > handling of connection strings [Thomas Krennwallner] > - Handle 2 digit server version numbers [Ashesh Vashi] > - Fix handling of the "succeeded" flag on job steps which could prevent > failure of steps causing the following steps to fail [Sanket Mehta] > > -- > Dave Page > Blog: http://pgsnake.blogspot.com > Twitter: @pgsnake > > EnterpriseDB UK: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > ^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: pgAgent v4.0.0 Released 2018-07-12 13:00 pgAgent v4.0.0 Released Dave Page <[email protected]> 2018-07-12 14:12 ` Re: pgAgent v4.0.0 Released Eugene Wang <[email protected]> @ 2018-07-12 14:17 ` Dave Page <[email protected]> 2019-01-22 02:37 ` Re: pgAgent v4.0.0 Released joeg3333 <[email protected]> 0 siblings, 1 reply; 4+ messages in thread From: Dave Page @ 2018-07-12 14:17 UTC (permalink / raw) To: Eugene Wang <[email protected]>; +Cc: pgadmin-hackers; pgAdmin Support <[email protected]> Hi On Thu, Jul 12, 2018 at 3:12 PM, Eugene Wang <[email protected]> wrote: > This is awesome. Always have interests to use pgAgent; however, the > official documentation about installing is obscure and stop me from getting > into it... I honestly cannot get any clue about steps I should do from this > https://www.pgadmin.org/docs/pgadmin4/3.x/pgagent.html link. > > Maybe installing pgagent is easy to a lot of people. There are still a lot > of people asking questions of pgagent installation in Stackoverflow. > > Can any one contribute a step by step tutorial? I will truly appreciate > it. > We only publish source code for pgAgent - you will find a README in the archive that has step by step build and configuration instructions to compile it yourself. However, I would suggest waiting for the Debian/Ubuntu or Redhat packages or Windows/Mac installers from EnterpriseDB to be released. These will have pre-built binaries and are a lot easier to install (but the instructions will be package-specific so don't come from us). Regards, Dave. > > Yujie Wang (Welcome to call me Eugene, for your pronunciation > convenience) > GIS Developer > Connected2fiber > Linkedin : https://www.linkedin.com/in/yujie-wang-61a129a0/ > > On Thu, Jul 12, 2018 at 9:00 AM, Dave Page <[email protected]> wrote: > >> The pgAdmin Development Team are pleased to announce the release of >> pgAgent v4.0.0. >> >> pgAgent is a job scheduler for PostgreSQL; for more information please >> see the documentation included as part of the pgAdmin documentation at >> https://www.pgadmin.org/docs/pgadmin4/3.x/pgagent.html. >> >> Download (source): https://www.pgadmin.org/download/pgagent-source-code/ >> >> We expect DEB and RPM packages to be available from the PostgreSQL >> APT/YUM repositories in due course, as well as an updated installer from >> EnterpriseDB available through StackBuilder. >> >> Notable changes in this release include: >> >> - Remove the dependency on wxWidgets. pgAgent now uses Boost for thread >> management and synchronisation [Neel Patel] >> - Refactor connection parsing logic to fix issues with and improve >> handling of connection strings [Thomas Krennwallner] >> - Handle 2 digit server version numbers [Ashesh Vashi] >> - Fix handling of the "succeeded" flag on job steps which could prevent >> failure of steps causing the following steps to fail [Sanket Mehta] >> >> -- >> Dave Page >> Blog: http://pgsnake.blogspot.com >> Twitter: @pgsnake >> >> EnterpriseDB UK: http://www.enterprisedb.com >> The Enterprise PostgreSQL Company >> > > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company ^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: pgAgent v4.0.0 Released 2018-07-12 13:00 pgAgent v4.0.0 Released Dave Page <[email protected]> 2018-07-12 14:12 ` Re: pgAgent v4.0.0 Released Eugene Wang <[email protected]> 2018-07-12 14:17 ` Re: pgAgent v4.0.0 Released Dave Page <[email protected]> @ 2019-01-22 02:37 ` joeg3333 <[email protected]> 0 siblings, 0 replies; 4+ messages in thread From: joeg3333 @ 2019-01-22 02:37 UTC (permalink / raw) To: pgadmin-hackers Hello, I see that the pgagent_11-4.0.0-2.rhel6.x86_64.rpm package is included only in the rhel6 package downloads, and not in any of the rhel7 ones. Why is that and when might pgAgent be added to the RedHat 7 packages? I have a RedHat 7 server and would love to put pgAgent on it, but i have had no luck building it from the Source Code due to too many errors for me to follow / debug. Thanks in advance for your advice. -- Sent from: http://www.postgresql-archive.org/PostgreSQL-pgadmin-hackers-f2155306.html ^ permalink raw reply [nested|flat] 4+ messages in thread
end of thread, other threads:[~2019-01-22 02:37 UTC | newest] Thread overview: 4+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2018-07-12 13:00 pgAgent v4.0.0 Released Dave Page <[email protected]> 2018-07-12 14:12 ` Eugene Wang <[email protected]> 2018-07-12 14:17 ` Dave Page <[email protected]> 2019-01-22 02:37 ` joeg3333 <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox