timgit / pg-boss

Queueing jobs in Node.js using PostgreSQL like a boss
MIT License
1.73k stars 144 forks source link

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

Closed dima-guzman closed 11 months ago

dima-guzman commented 11 months 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 11 months ago

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