Before upgrade
- Read release notes on the T3Planet product page or in official TYPO3 docs
- Backup database and
composer.lock - Test the upgrade on staging with the same PHP and TYPO3 version as production
Upgrade commands
v1 to v2 migration
If you upgrade from v1 with API keys in Extension Configuration:Post-upgrade checklist
- Dashboard loads without errors
- Provider Test connection returns green
- MCP shows online (if you use MCP)
- AI Logs show no new errors after a test request
- T3Planet Credits still active (if used) — click Activate again if needed
Rollback
If the upgrade fails on staging:- Restore
composer.lockfrom backup - Run
composer install - Run
vendor/bin/typo3 extension:setup -e ns_t3af - Restore database backup if schema changed
When to run full upgrade:run
Always aftercomposer update nitsan/ns-t3af. TYPO3 may register new database fields or wizards. Skipping upgrade:run causes missing columns or broken backend modules.
MCP after upgrade
If MCP was enabled before upgrade:- Flush all caches
- Re-run health check from MCP Server
- Re-authorize OAuth clients if token lifetime changed