問題タブ [pgagent]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
postgresql - I can't run jobs on PgAgent on Postgresql
I installed pgagent on Ubuntu 16.04.
I executed:
#xA;According this: https://www.pgadmin.org/docs/pgadmin4/1.x/pgagent_install.htm
I ran
#xA;And created my jobs:
But, when I try to execute, nothing happens. No error, messages, nothing. And functions are not executed.
I do not know where to start solving this
postgresql - Postgres で pgagent を介して作成されたジョブを実行する方法
pgagent を使用してジョブを作成しました。
正常に作成されましたが、実行中かどうかのステータスを確認できませんでした。
どちらも、私が段階的に指定した指定されたコードを実行していません。
使用バージョン: gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-17) でコンパイルされた x86_64-pc-linux-gnu 上の PostgreSQL 9.6.2、64 ビット
pgAgent の助けを借りて、JOB を作成しました
ジョブが正常に作成されましたが、同じ通知がなく、ジョブ -> ステップで渡した SQL コードを実行していないため、動作しているかどうかを確認できません。