Replies: 10 comments
|
This should be an easy fix. This error will not appear when update from 3.0.0 to future versions. Hope this helps 👍 |
|
My Update also failed and now i only get the Maintenance Message: The custom_url_prefix looks like this: |
|
In your storage folder, there is a file called "MAINTENANCE". If you delete that, you can get out of the maintenance mode. |
|
That means your page cannot migrate the new database entries. This can be caused if PHP isn't allowed to run system commands. There are a few ways of solving this. The easiest would be if you have shell access to your LLC instance. |
|
Ok i understand. Unfortunately i cannot access LLC via shell. |
|
That explains why the update fails. The updater cannot change database entries on pretty much any hosting provider. The easiest way would be to upload the database from the manual update version, but this would effectively reset your instance. Otherwise, you'd have to find a way to add the new database entries manually. |
|
What if i download the Database and add it locally and then upload it again? |
|
You could download your database, put it in a local instance and run the database seeder of the updater (update?finishing) then upload it again. |
|
Hello!
That did the trick! Thank you so much. Cheers! |

Uh oh!
There was an error while loading. Please reload this page.
I'm not able to perform the upgrade to v3.0.0 via the web backend.
When upgrading from v2.9.2 through the web backend a
404 not foundis thrown out directly after the backup process at this url:https://my-domain/update?preparing.After that, I can access the web backend manually and the upgrade is still available.
All upgrades before this one went fine.
All reactions