Replies: 4 comments 12 replies
-
|
Hey, the docs could be a but clearer on this, sorry about that 😃 I made a pre-built image from Postgres 14 through to 18 available:
It should be possible to use Definitely don't use a Postgres 18 container on top of an existing Postgres 14 database, as it wont work (I should add a warning for this). In order to do that, versions have to be upgraded incrementally (but ODK handles that for you with their upgrade notes over time, so dont worry about doing it yourself). All that said, I provide an
This will run the standard setup, but override to add the webhook service, and change the database container image. |
Beta Was this translation helpful? Give feedback.
-
|
I’ve run into similar webhook issues in production before. Everything showed as “completed”, but the events never reached the destination. Using Sigryn as an intermediate layer helped a lot, since it gives real visibility into webhook delivery, attempts, and failures instead of relying only on the provider’s status. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you @spwoodcock for development. When I try to deploy central-webhook using: docker compose -f docker-compose.yml -f /path/to/central-webhook/compose.webhook.yml up -d I notice that the database changes, making it impossible to access my server. To implement this in my existing database, I believe I need to install the pgsql-http extension. However, I would like to know if it's possible to get a detailed, step-by-step guide on how to achieve this. |
Beta Was this translation helpful? Give feedback.
-
|
Hey all, I just made some updates to the logic and the README 😄 Hopefully all is working as intended now, but as mentioned before I'm a bit pushed for time to fix future issues. Worst case, you can revert to v0.3.0, as that was always working fine for me. Please let me know if anyone gets time to test the latest changes in their system, and report and issues if any 🙏 Thanks for your support!! |
Beta Was this translation helpful? Give feedback.







Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I just started learning about ODK. I have an almost "vanilla" configuration. I don't use a custom PostgreSQL database, just the default one provided by ODK.
The project implementation prior v1.0.0 did not require a custom database, but now I think I need to implement one to install the psql-http extension.
The thing is, the helper image provided in this repo is PostgreSQL 18, but the ODK docs say they only use and test PostgreeSQL 14, even if this version is not strictly required.
I don't know much about databases or which problems could arise from using PostgreSQL 18, so I'm being extremely cautious.
Do you recommend just using the helper image provided or should I create my own custom image?
Beta Was this translation helpful? Give feedback.
All reactions