Hello all,
It has been a good while since I have posted, but it has been for good reason; I have been hard at work on other projects as well, which (comes with its own barriers, and hence) I will get to in a subsequent post.
This particular post, instead was intentionally dedicated to another Hubzilla release (and my related docker image); version 11.4 which was released a few hours ago has a docker image being built as we speak and should be ready for use within about an hour. I know I say this every time, but your patience is always appreciated in these endeavours; the community is truly great, and together we are stronger.
On a technical note, if your setup involves connection pooling regarding your database, you will need to set `system.pdo_emulate_prepares` to `true` within your `htconfig.php`. The 11.4 release of the docker image, has the appropriate line in the htconfig.php commented out, for your convenience; naturally if you edit your htconfig in other ways (CLI, etc) that will still work, as well. Whichever way you choose to deploy your instance, you have options available to you.
If you are unsure about connection pooling, techbuzz has a great article on the subject, that you can access via the link at the end of this post.
As always we cannot go any further without a special thanks to the Hubzilla devs, and contributors for their ongoing work.
You can find their work at:
https://framagit.org/hubzilla/corePlease review the new release at:
https://framagit.org/hubzilla/core/-/releasesAnd lastly, within the next hour or so, the docker image will be ready to go at:
https://hub.docker.com/r/dhitchenor/hubzillaI hope this finds you all well; please stay safe, and I'll see you on the fediverse.
EDIT:
Here is the TechBuzz Online article that I mentioned earlier
https://techbuzzonline.com/database-connection-pooling-guide/