Magento 2.4.5 comming to scripts anytime soon?

Hey @Ilia, any word on if Magneto 2.4.5 script is coming to VM?

Hello,

Yes, it is coming. Sorry for a delay. The installer needs to be re-worked a bit. I will have a closer look before the official Magento 2.4.6 release.

Oh ok cool. Sorry i wasn’t sure if i missed any news or steps to update the script manually or if it was just gonna be in a pushed update of VM.

@Jamie, actually we don’t need anything new on the installer side. All we need to do is to grab and later .tar.gz Magento 2.4.5 using the following command:

composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition magento-2.4.5 2.4.5-p1

… when done, you can cd to magento-2.4.5 and create a tar.gz archive and upload it to our servers. It will work then!

Please tell me when done, I will update Magento install script in no time.

1 Like

I will also add an ability to configure Elasticsearch user and password.

1 Like

Thanks I will try that composer command! What credentials did you use though?

I don’t have ones. I just found the Magento 2.4.5 package that was built by someone else. Although, I couldn’t recommend that one as we don’t really know what it includes …

So I tried that composer command, but it asks for some Magento download server credentials that I don’t have. Were you able to get it working?

I spent the whole day today just to make the Virtualmin Magento installer work when installed using both a top level and a sub-directory. It worked for me for both 2.4.4 and 2.4.5.

I have just pushed the updated Magento install script to the users.

However, I haven’t tried to compose a new 2.4.5 version. I hoped that you have credentials. If you don’t I will have to check tomorrow. Also, Virtualmin Magento installer need to tell something to Nginx users to apply the re-writes the same way it’s done in .htaccess file or ideally add it to the web server config automatically.

Could you maybe have a look at this? … with just updated installer .htacccess is patched around line 760. But apparently it won’t work in Nginx … we need a familiar rule to be added to Nginx config and then deleted. Perhaps using Virtualmin redirects lib?

Ok I’ve manager to get composer working, and have uploaded 2.4.5 and 2.4.6 tar.gz packages to scripts.virtualmin.com

Alrighty then, I will update installer to include those versions!

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.