Nightly Build

In certain circumstances, our Support team might ask you to try a nightly build to see if a fix we built for you works. When running nightlies, keep the following in mind:

  • Nightlies should never be used in production. While they still undergo automated testing, they don’t have the same strict QA as our full releases.

  • There’s no support for migrations in any direction. Since nightlies are cut from our master branch, there’s no guarantee that they’ll be compatible with the next scheduled release, nor is there any guarantee that you can downgrade to the current version. Always run nightlies against a fresh DB, and only use test data.

Using Nightlies

The PSPDFKit Document Engine nightly Docker image is provided via Docker Hub.

To switch to it, replace the pspdfkit/document-engine:tagname in your docker-compose.yml file with pspdfkit/document-engine:nightly and start PSPDFKit Document Engine as usual.