Replies: 2 comments 1 reply
-
else my database postgres is also in docker |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello, since pg_timetable is controlled by PostgreSQL, to create jobs you need the ability to connect to the target database with your preferred client, e.g. You can check samples folder for examples. Usually, I'm using a command like this: $ psql -U scheduler -d timetable -c "\i samples/Autonomous.sql" However, you may use whatever SQL client you prefer. We are working hard on a GUI application to manage jobs, tasks, and other meta for pg_timetable. We hope to release the first public version by the end of July. Regards |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
please!
docker run it like this:
docker run --name pg_timetable cybertecpostgresql/pg_timetable:latest
but i how to timetable.add_job in docker?
Beta Was this translation helpful? Give feedback.
All reactions