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 #1

Updated by Marc Egger almost 3 years ago

  • Related to Support #12357: http://learningagreement.ch - Upgrade auf T3 V9 und latest QFQ 21.4 broken added
Actions #2

Updated by Marc Egger almost 3 years ago

  • Status changed from New to In Progress
Actions #3

Updated by Carsten Rose almost 3 years ago

  • Tracker changed from Support to Feature
Actions #4

Updated by Carsten Rose almost 3 years ago

Actions #5

Updated by Marc Egger almost 3 years ago

  • Description updated (diff)

official Typo3 v10 upgrade Infos:

Things that don't work:

  1. QFQ Links: /?id=PageAlia does not work
  1. language switch from english back to german does not work
    • The language switching link is not changed from "English" to "German"
    • Language switch link is defined in: uzh_cd_template/Configuration/TypoScript/lib/0050_language.typoscript
  1. Layout: page navigation is put into top menu instead of side menu
  • menu items are put into primary navigation menu instead of secondary
  • cd.navigation.secondaryNavigation and cd.navigation.primaryNavigation are defined in:
    • HTML template: uzh_cd_template/Resources/Private/Templates/template.html
    • typoscript menu definition: uzh_cd_template/Configuration/TypoScript/lib/0020_navigation.typoscript
  1. set new password form "internal servar error" on save
Actions #6

Updated by Marc Egger almost 3 years ago

Actions #7

Updated by Marc Egger over 2 years ago

  • Subject changed from Typo3 V10 upgrade Testen to Typo3 V10 upgrade (durchfuehren und testen)
Actions #8

Updated by Marc Egger over 2 years ago

  • Description updated (diff)
Actions #9

Updated by Marc Egger over 2 years ago

  • Description updated (diff)
Actions #10

Updated by Marc Egger over 2 years ago

  • Assignee changed from Marc Egger to Carsten Rose
Actions #11

Updated by Carsten Rose over 1 year ago

  • Target version changed from next5 to 22.10.1
  • Prio Planung set to No
Actions #12

Updated by Carsten Rose over 1 year ago

  • Status changed from In Progress to Closed
Actions

Also available in: Atom PDF