Skip to content

Instantly share code, notes, and snippets.

@NeoBlack
Created February 26, 2016 09:43
Show Gist options
  • Save NeoBlack/7ddb5b8bae7caa8e6f12 to your computer and use it in GitHub Desktop.
Save NeoBlack/7ddb5b8bae7caa8e6f12 to your computer and use it in GitHub Desktop.
TYPO3 Upgrade from 4.5.x to 6.2.x
01) Update to latest 4.5 version
02) DB-Compare via install tool
03) Update extensions to 6.2 compatible version
04) deinstall unused extensions
05) delete deinstalled extensions
06) Repair failures reported bei EXT:smoothmigration
07) Update sys_refindex [1]
08) Update TYPO3 core to 6.2 (maybe restart webserver, APC?)
09) Run Upgrade Wizard from install tool
10) DB-Compare via install tool
11) Deinstall and delete EXT:smoothmirgration
12) Update sys_refindex [1]
13) Set FAL permissions for editors / BE users
14) Test, Test, Test!
[1]: update refindex
/usr/bin/php /var/www/typo3/cli_dispatch.phpsh lowlevel_refindex -e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment