We recommend reviewing what is submitted before posting, in case your idea has already been submitted by another community member. If it has been submitted, vote for that existing feature request (by clicking the up arrow) to increase its opportunity of being added to Cireson solutions.
For more information around feature requests in the Cireson Community click here.
Hotfixes Packaged Into Executable + Cumulative for Cireson Portal
Working onsite with my customers, I’ve noticed that Cireson hotfix process is open [prone] to human error. The hotfixes should be packaged into an executable that includes cumulative versions. One mistake in backing up/copying or not using correct upgrade path results in major downtime. |
Comments
We struggled with this as well (8 portals load balanced). I ended up developing a simple powershell script that extracts the files from a zip and copies them in-place into the Cireson install folder. Only pre-condition is you need to create a zip (see line 7) that only contains the files to patch. You'll need to author your own .zip file from your hotfix files (I've attached a screenshot of what the 5.0 zip file looks like in winzip for reference).
I've attached the script in case anyone wants to re-use it. It works just fine with 4.0.10 as well as 5.0.5.