Home > Forum > Installation > WEBCON test upgrade to 2026 – separate environment on local machine

WEBCON test upgrade to 2026 – separate environment on local machine
0

Hi,

I currently have two WEBCON environments (DEV and PROD) running on separate machines.
Due to the fact that we’re still on an older version (2023 R3), I’d like to upgrade an environment to version 2026 for testing purposes — mainly to verify stability and estimate the effort required to adapt our solutions.

My idea is to set up a third environment (TEST), align it with PROD, and then perform the upgrade there.

My question is: is it feasible to do this on a laptop/notebook with Windows Server, running a local SQL Server instance and WEBCON on IIS? Or are there any specific requirements or limitations I should be aware of?

I’d like to do this without interfering with the existing database servers or current environments. Do you have any experience with such a setup, or any best practices and tips you could share?

Best regards
Michał

MVP

Hi Shalassin,

there aren't any real limitations. As long as the hardware can handle it, you will be fine.
You can check those here:
https://community.webcon.com/community/public/uploads/editor/PDF/Infrastructure/WEBCON_2026_infrastructure.pdf
Minimum requirements – “All-in-one installation”

When you are restoring the DEV or Production Database on a Test environment you need to change the database type:
https://daniels-notes.de/posts/2023/copy-a-database#change-database-type

I'm also in the process to upgrade from 2023 R2 to 2026 and intend to create a blog post, but this will take a few more days. I will add a post to this thread, when I'm done. Maybe you can share your results and I can add them to the post.

Best regards,
Daniel

In reply to: Daniel Krüger (DCCS)

Hi Michał,

I published now my post for upgrading from 2023 R2 to 2026.

https://daniels-notes.de/posts/2026/upgrade-2023-to-2026

Best regards,
Daniel

Thank you for the suggestions. So, taking my environments (DEV and PROD) into account, to test the 2026 version I should take the following steps:

1. Set up a Windows Server on a virtual machine (I like this solution proposed by Marcin)
2. Install a clean Webcon environment + SQL Server
3. Create a backup of the databases from DEV and restore it to the test environment
4. Change the database type from DEV to TEST (Resource Kit)
5. Upgrade the environment to 2026 and keep my fingers crossed 🙂

During the process, I’ll be following this article:
https://community.webcon.com/posts/post/mirroring-environments-for-2023-standalone/427/3

Did I miss anything? Anything I should watch out for?
P.S. I’m aware that before deleting the virtual machine, the license must absolutely be detached.