timgit / pg-boss

Queueing jobs in Postgres from Node.js like a boss
MIT License
2.15k stars 160 forks source link

The library does not support PostgreSQL 11, just 13+ #413

Closed dima-guzman closed 1 year ago

dima-guzman commented 1 year ago

In our project we use the library of version 9.0.3 with PostgreSQL 11 and it does not work, because the function gen_random_uuid() was only introduced in PostgreSQL 13. Please use uuid_generate_v4() from uuid-ossp or update the minimum version. In Azure the maximum version is 11 so can the issue be fixed for this version?

timgit commented 1 year ago

The installation instructions in the docs mention you need to manually install pgcrypto