I have a plone 4.3.1 (4306) intranet site running on Windows 11 Pro and wondered if it is possible to migrate/export this to a linux/php host using latest Plone version. My Linux hosting includes LetsEncrypt SSL cert, so hopefully Plone supports this.
Can anybody advise if this if possible, many thanks
Plone does not run under PHP. You need the same and identical Plone installation as on Windows. Copying the database file and blob storage is sufficient regarding the data.
You'll need an EC2 instance or a VPS with at least 2 GB RAM and something like NginX or Apache that supports ProxyPass to your Plone instance. You will have to set up LetsEncrypt on the HTTP server yourself.