Migration to License System

What’s Migration?

If you are old customers of T3Planet (means the customers who bought product(s) before launching of the new license system of T3Planet), then follow this step-by-step guide to migrate from your non-license to license based our TYPO3 products.

Attention

Before you start the migration, we recommend taking a backup (code & database) of your TYPO3 instance. During the migration, If any problem occurs, then you can roll back your TYPO3 instance. So, please take a backup now :)

Get Your License Key

Migration on Normal TYPO3 Instance

Step 1. Go to Admin Tools > Extensions > Deactivate Extension

Step 2. From Extension Manager > Delete Extension

Step 4. Follow step-by-step guide installation guide at https://docs.t3planet.com/en/latest/License/LicenseActivation/Index.html#install-via-extension-manager

Migration on Composer-based TYPO3 Instance

Step 1. Go to Admin Tools > Extensions > Deactivate Extension

Step 2. Remove your existing non-license TYPO3 extension

composer remove nitsan/extension-key-name
composer dump-autoload
composer clear-cache

Step 3. Manually remove folder from rm -rf typo3conf/ext/extension_key

Step 4. Follow step-by-step guide composer based installation guide at https://docs.t3planet.com/en/latest/License/LicenseActivation/Index.html#install-via-composer