Hello Community, I'm wondering if the new ISPConfig 3.3 Beta 1 is currently set as default for the automated install (released March 31, 2025). I would prefer the old stable (ISPConfig 3.2.12p1) if possible . Btw looking inside the script located at https://www.ispconfig.org/downloads/ispconfig-ai.tar.gz is there any mention of the installed version? I tried to grep "3.3" or "3.2" inside it but no luck... Thank you all.
No, it's a beta version, meaning test version. Beta versions are not the default for new production server installations
I understand. The reason why I asked: And it's been 2.5 weeks since the blogpost on March 31, 2025 so I thought it's worth asking if the "Beta 1" lost the beta status and is distributed as "3.3" and somebody just forgot to do a blogpost . On related topic if I manually wget the https://www.ispconfig.org/downloads/ispconfig-ai.tar.gz is there any mention of the installed version within the script?
We do not forget to announce releases , and as the sentence you cited mentions, it gets released if no major issues are found. As it's been 2.5 weeks now, you know that major issues were found that need to be fixed, as it would have been released otherwise. No, as the script installs the stable version, which has just the name 'stable'.
Btw is there a switch to force the "Perfect Server Automated ISPConfig 3 Installation" script to install the old 3.2 version? AFAIK I can only do Code: --channel with options "stable" or "dev" while what I need is the old '3.2.12p1' and not the latest 3.0.3p1 Thank you for any thoughts.
No. ISPConfig 3.3 is the current stable. What you could do is that you run the autoinstaller with --interactive switch, and when you see at the end that the actual ISPConfig installer starts to ask questions like which mode to use, then interrupt it with ctrl +c, download the ISPConfig version you want to install and install it with 'php install.php'.