[Eisfair] [e1] owncloud upgrade 1.8.0 endet mit Fehler

Taxena Gasparov gastax at gmail.com
So Jun 23 00:31:57 CEST 2019


Hallo,

nachdem die Installation erfolgreich verlief...
> Downloading required packages ...                 
> => [####################] owncloud (1.8.0)...                                                                                                        [  OK  ]
> Done!
> Installation of: owncloud (1.8.0) ...
> running preinstall.sh ...
> saving previous configuration file to /var/run/owncloud.install ...
> activating maintenance mode ...
> owncloud maintenance mode: disabled -> enabled
> deinstalling previously installed software ...
> owncloud maintenance mode: enabled
> removing program files ...
>   wait [ ................................................... ]
>   wait [ ................................................... ]
>   wait [ ........... ] 
> directory structure /var/owncloud will be preserved!
> done.
> running install.sh ...
> creating symbolic links ...
> creating owncloud configuration ...
> loading previous configuration file ...
> previous configuration found ...
> updating/creating configuration ...
> finished.
> owncloud version (eisfair-1): v1.8.0
> owncloud has been deactivated or the directory structure hasn't been created!
> Remember that START_OWNCLOUD='no' has currently been set!
> Press ENTER to continue

war die Konfiguration mitsamt händischer Reparatur unerfolgreich beendet bei:
> Exception: Updates between multiple major versions and downgrades are unsupported.
> Update failed
> Maintenance mode is kept active

Details:
> Checking configuration file ...
> 
> Configuration file was saved as owncloud.2019-06-22-23-31-49 in /etc/backup.d.
> Backup directory contained 11 files for package owncloud (1 removed).
> 
> Activate configuration now (y/n) [yes]? 
> owncloud version (eisfair-1): v1.8.0
> Database type  : mysql (mariadb55)
> Database server: localhost:3306
> Trusted domain(s): www.domainnamme.dyndns.dd
> Apache2 SSL support: enabled
> MySQL PHP7 support: enabled
> MySQL support: enabled
> MySQL binary logging: disabled
> Mail support: enabled
> PHP7-WEB Redis cache: enabled
> PHP7-CLI Redis cache: enabled
> Redis support: enabled
> PHP7-WEB memory limit: >= 512M
> PHP7-CLI memory limit: >= 512M
> PHP7-CLI configuration access: possible
> copying program files (/var/www/htdocs/owncloud) ...
>   wait [ .......... ] 
> creating logrotate configuration ...
> creating cron script ...
> setting access rights of '/var/www/htdocs/owncloud' ...
>   wait [ ...................... ] 
> setting access rights of '/var/owncloud' ...
>   wait [ . ] 
> checking owncloud install/upgrade requirements ...
> - running install routine ...
> Can't create or write into the apps-external directory /var/www/htdocs/owncloud/apps-external
> - running upgrade routine ...
> 
>                                      
>   Command "upgrade" is not defined.
>   
>   
>   
>   checking 4-byte database settings ...
> - default character set : utf8 (-> utf8mb4)
> - default collation name: utf8_general_ci (-> utf8mb4_general_ci)
> - InnoDB large prefix  : off (-> on)
> - InnoDB file format   : antelope (-> barracuda)
> - InnoDB file per table: off (-> on)
> creating owncloud configuration ...
> creating cron job ...
> 
> owncloud maintenance mode: disabled
> checking owncloud install/upgrade requirements ...
> - running upgrade routine ...
> You may use your browser or the occ upgrade command to do the upgrade
> 2019-06-22 23:33:19+02:00 Set log level to debug
> 2019-06-22 23:33:19+02:00 Turned on maintenance mode
> 2019-06-22 23:33:19+02:00 Repair step: Upgrade app code from the marketplace
> 2019-06-22 23:33:19+02:00 Repair info: Appstore was disabled in past versions and marketplace interactions are disabled for now as well.
> 2019-06-22 23:33:19+02:00 Repair info: If you would like to get automated app updates on upgrade please enable the market app and remove "appstoreenabled" from your config.
> 2019-06-22 23:33:19+02:00 Repair info: Please note that the market app is not recommended for clustered setups - see https://doc.owncloud.org/server/10.2/go.php?to=admin-marketplace-apps
> 2019-06-22 23:33:19+02:00 Repair warning: You have incompatible or missing apps enabled that could not be found or updated via the marketplace.
> 2019-06-22 23:33:19+02:00 Repair warning: Please install or update the following apps manually or disable them with:
> occ app:disable notes
> 2019-06-22 23:33:19+02:00 Repair warning: For manually updating, see https://doc.owncloud.org/server/10.2/go.php?to=admin-marketplace-apps
> 2019-06-22 23:33:19+02:00 OC\RepairException: Upgrade is not possible
> 2019-06-22 23:33:19+02:00 Update failed
> 2019-06-22 23:33:19+02:00 Maintenance mode is kept active
> 2019-06-22 23:33:19+02:00 Reset log level
> owncloud maintenance mode: enabled
> ----------------------------------------------------------------
> The maintenance mode is still active at this stage!
> You should follow these instructions to solve the problem:
> 
> 1. switch to the webserver user: # su - wwwrun
> 2. change directory            : > cd /var/www/htdocs/owncloud
> 3. check the current directory : > pwd
>                                : /var/www/htdocs/owncloud
> 4. fix the previously described:
>    problems by using occ, e.g. : > ./occ app:disable gallery
>                                : gallery disabled
> 5. run update check            : > ./occ upgrade
>                                : Update successful
> 6. disable the maintenance mode: > ./occ  maintenance:mode --off
>                                : Maintenance mode disabled
> ----------------------------------------------------------------
> finished.
> Do you want to restart the webserver now (recommended) (y/n) [yes]?
> 
> 
> 
> wwwrun at eis:~$ pwd
> /var/www/htdocs
> wwwrun at eis:~$ cd owncloud/
> wwwrun at eis:~/owncloud$ ./occ app:disable notes
> ownCloud or one of the apps require upgrade - only a limited number of commands are available
> You may use your browser or the occ upgrade command to do the upgrade
> notes disabled
> wwwrun at eis:~/owncloud$ ./occ upgrade
> ownCloud or one of the apps require upgrade - only a limited number of commands are available
> You may use your browser or the occ upgrade command to do the upgrade
> 2019-06-22 23:40:20+02:00 Set log level to debug
> 2019-06-22 23:40:20+02:00 Repair step: Upgrade app code from the marketplace
> 2019-06-22 23:40:20+02:00 Repair info: Appstore was disabled in past versions and marketplace interactions are disabled for now as well.
> 2019-06-22 23:40:20+02:00 Repair info: If you would like to get automated app updates on upgrade please enable the market app and remove "appstoreenabled" from your config.
> 2019-06-22 23:40:20+02:00 Repair info: Please note that the market app is not recommended for clustered setups - see https://doc.owncloud.org/server/10.2/go.php?to=admin-marketplace-apps
> 2019-06-22 23:40:20+02:00 Exception: Updates between multiple major versions and downgrades are unsupported.
> 2019-06-22 23:40:20+02:00 Update failed
> 2019-06-22 23:40:20+02:00 Maintenance mode is kept active
> 2019-06-22 23:40:20+02:00 Reset log level
> wwwrun at eis:~/owncloud$ 


Wie komme ich wieder zu einem lauffähigen ownlcoud?


Dank
Taxi


Mehr Informationen über die Mailingliste Eisfair