lab icon indicating copy to clipboard operation
lab copied to clipboard

[mautic] is broken

Open rexjohannes opened this issue 1 year ago • 3 comments

The guide for mautic does not work anymore. PHP > 8.0 (https://github.com/Uberspace/lab/issues/1658). We added a banner to the guide to signal the broken state.

If you have any insights, please comment on this issue. Pull requests fixing the guide are also highly appreciated. If the guide does not get fixed within two months, we will remove it from the lab, as documented in the broken guides policy.

@putzwasser FYI.

rexjohannes avatar Dec 15 '23 18:12 rexjohannes

Should work again after the mautic5 release.

M5 supports PHP 8.1 now

putzwasser avatar Jan 12 '24 23:01 putzwasser

I tried updating. The regular update process fails, because the updating toolchain relies on php verison <8.1

I tried updating using the steps from the Mautic forums, but I think it failed the migrations.

Mautic is running now with php version 8.1.27, but I fried my database. image

Edit: I fiddled around with it some more and got it back running. I didn't do it in a well-structured way, so I can't really reproduce how to update it. 😅 But the update via composer does work.

felixfoertsch avatar Feb 25 '24 16:02 felixfoertsch

For everyone reading this: Here is a guide for updating Mautic 4 to Mautic 5.

I'm waiting for the Mautic documentation to change and will incorporate update steps, then.

PS: I run 3 instances of Mautic 5 on uberspace, so it still works.

Your worst case is following the Mautic documentation to switch to a composer based installation (even if you're on composter) to install a fresh Mautic instance and move your data.

putzwasser avatar Feb 26 '24 08:02 putzwasser