direct_mail migrieren von TYPO3 4.5 auf TYPO3 7 LTS
Meine Version ist momentan 3.1.2, diese läuft nicht auf TYPO3 6.2. 4.1.0 ist die letzte Version, welche noch für TYP3 6.2 geht. Darum upgrade ich auf diese. Dies mache ich per script, und nehme die Extension direkt aus git:
1 2 3 4 5 6 7 |
cd typo3conf/ext/ && \ mv -v direct_mail direct_mail_old && \ git clone https://git.typo3.org/TYPO3CMS/Extensions/direct_mail.git && \ cd direct_mail && \ git checkout tags/4.0.1 && \ cd ../../ && \ php ./typo3/cli_dispatch.phpsh extbase extension:install direct_mail |
Sobald ich auf 7 LTS bin:
1 2 |
cd typo3conf/ext/direct_mail/ && \ git checkout tags/5.0.1 |
Quelle: https://typo3.org/extensions/repository/view/direct_mail