-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed update to 10.0.9 #32388
Comments
After manually disabling the modules via the database, the update completed successfully and the apps could be updated manually via the market, except for templateeditor. |
BTW this instance is also hosted at all-inkl.com. Still would be good to understand the root cause. |
Dear pichtj, guess what i have exactly the same issue after upgrade like you described. But i have no idea about coding. I tried to check the ticket numbers above but no result. Would you please so kind and explain in small steps how you did "manually disabling the modules via db" |
|
Yes, very cool ! I had to replace dbtableprefix_appconfig with oc_appconfig and the upgrade finished. |
Are your OC instances able to connect to the Internet ? Normally when you run the upgrade, OC will connect to the marketplace and will download a recent version of all the listed apps, like activity, etc. In case your OC instances are offline, in an intranet or for some reason they are not allowed to connect to outside servers, then you'd need to go through the manual update procedure as described in https://doc.owncloud.org/server/10.0/go.php?to=admin-marketplace-apps |
Are there more messages before the one ? |
Dear PVince81, to be honest i trust in the craft of the programer who does prepare the upgrade script. But to answer your question yes the page is in the internet reachable. And the message was OC\RepairException: Upgrade is not possible |
occ upgrade works fine on our local environments, so not sure what is different in yours Hmm, it is possible that the useful debug messages actually appear if you run the update with |
Unfortunately, my web hoster does not allow me to run occ from the command line, so I must rely on the web interface. Any idea where I could look for the log messages? |
now thinking, did you guys actually use the web updater to upgrade (especially if you have no CLI acess) ? this could have other side effects. the web updater aka updater app is located in the settings page of the admin in a running instance. |
Yes, I updated through the settings page, logged in as the admin user. |
@VicDeo ^ |
Thanks pichtj, |
Hi everyone. Is there a similar way for an SQlite database? |
It worked with phpliteadmin too. Same command as @pichtj wrote: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
When updating from 10.8.5 to 10.0.9, the system stayed in maintenance mode. After manually leaving maintenance mode and starting the update with the button "Aktualisierung starten", I received the following error message:
OC\RepairException: Upgrade is not possible
Reperaturwarnung:You have incompatible or missing apps enabled that could not be found or updated via the marketplace.
Reperaturwarnung:Please install or update the following apps manually or disable them with: occ app:disable activity occ app:disable files_pdfviewer occ app:disable files_texteditor occ app:disable gallery occ app:disable templateeditor
Reperaturwarnung:For manually updating, see https://doc.owncloud.org/server/10.0/go.php?to=admin-marketplace-apps
And detailed error message:
Update vorbereiten
Log-Level auf "debug" gesetzt
Wartungsmodus eingeschaltet
Reperaturwarnung:You have incompatible or missing apps enabled that could not be found or updated via the marketplace.
Reperaturwarnung:Please install or update the following apps manually or disable them with: occ app:disable activity occ app:disable files_pdfviewer occ app:disable files_texteditor occ app:disable gallery occ app:disable templateeditor
Reperaturwarnung:For manually updating, see https://doc.owncloud.org/server/10.0/go.php?to=admin-marketplace-apps
OC\RepairException: Upgrade is not possible
Side note to the translator: "Reperaturwarnung" is a spelling error and should be "Reparaturwarnung".
Server configuration
Operating system:
Linux dd8102 3.13.0-153-generic #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Web server:
Apache
Database:
mysql
PHP version:
7.1
Where did you install ownCloud from:
hoster provided version, then many upgrades
Signing status (ownCloud 9.0 and above):
I fixed the signing status errors before the upgrade.
The content of config/config.php:
'dbtype' => 'mysql',
'version' => '10.0.9.5',
'logtimezone' => 'Europe/Berlin',
'installed' => true,
'theme' => '',
'loglevel' => 2,
'maintenance' => false,
'mail_smtpmode' => 'php',
The text was updated successfully, but these errors were encountered: