Project

General

Profile

Actions

Feature #12440

closed

Typo3 V10 upgrade (durchfuehren und testen)

Added by Marc Egger almost 3 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Normal
Assignee:
Carsten Rose
Target version:
Start date:
25.05.2021
Due date:
30.04.2022
% Done:

100%

Estimated time:
(Total: 0.00 h)
Discuss:
Prio Planung:
No
Vote:

Description

TEST INSTANZ (kopie von forkred): http://webwork16.math.uzh.ch/megger/forkred/

upgrade to newest version of Typo3 v9

  • Backup LocalConfiguration.php!
  • download 9.5.26
  • replace symlink typo3_src
    rm typo3_src
    ln -s /var/www/typo3_src-9.5.26/ typo3_src
    

Upgrade to Typo3 v10

  • download Typo3 v10
    cd /var/www/
    wget --content-disposition https://get.typo3.org/10.4.15
    tar -xzf typo3_src-10.4.15.tar.gz
    rm typo3_src-10.4.15.tar.gz
    
  • replace symlink
    rm typo3_src
    ln -s /var/www/typo3_src-10.4.15/ typo3_src
    
  • upgrade wizzard
    • go install tool: install.php
    • upgrade > run upgrade wizard
    • execute all except the ones that install extensions
  • Database analyze tool
    • go to install tool: install.php
    • Analyze Database Structure > apply all changes
      • removed tables renamed to: zzz_tableName
      • removed fields renamed to: zzz_fieldName
      • did NOT drop any tables or fields
  • clear caches
    • Maintanance > Flush Cache
  • delete the other temporary files, which TYPO3 saves in typo3temp/ by doing:
    • Install tool > Maintanance > Remove Temporary Assets

Subtasks 1 (0 open1 closed)

Feature #12584: T3 v10 migration script: replace alias-patterns (v11)ClosedCarsten Rose25.05.2021

Actions

Related issues

Related to QFQ - Support #12357: http://learningagreement.ch - Upgrade auf T3 V9 und latest QFQ 21.4 brokenClosedCarsten Rose13.04.2021

Actions
Related to QFQ - Support #12067: qfq 21.02.00 / qfq-masterRejected26.02.2021

Actions
Related to QFQ - Bug #10661: Typo3 WarnungenIn ProgressCarsten Rose27.05.2020

Actions
Actions

Also available in: Atom PDF