Yes, a manual update should work for us this time. For the future, even though schema changes will likely be rare, would it be possible to automate the process so we can avoid manual upgrade steps?
apanin-locusview
@apanin-locusview
Posts made by apanin-locusview
-
RE: Report Extension - Migrate between versions?
-
Upgrading node.js version
Looks like the "full" image is using node version 18, https://github.com/jsreport/jsreport/blob/master/packages/jsreport/docker/full/Dockerfile#L50.
Could it be replaced by node 20 or 22 as version 18 won't receive security updates after 4/30 as per https://endoflife.date/nodejs?
-
RE: Async Header throwing an error when working with Postgress store.
Just confirming that in our testing today, the behavior is as expected. I'm not sure what happened on Friday, but we'll conduct more thorough testing of the queuing feature and follow up if we encounter any issues. Thanks.
-
RE: Async Header throwing an error when working with Postgress store.
When only one worker is available and two reports are started one immediately after the other, the expected behavior is that the first report begins execution, while the second receives an immediate response but is queued until the first report finishes. However, in our 4.8.0 testing, we observed that both reports begin running as soon as they are started.