3.9 - > 3.10
Artikkelindeks
- Følg instuksene i dokumentasjonen
- Husk å redigere DB upgrade scriptene og finn linjer som gjør endringer fra en tidligere versjon av 3.9 og kommenter dem ut.
- Det er ikke alt som står i selve oppgraderingsdokumentet, se i kommentarene for å finne bl.a. dette:
Hello,
I want to specific a very important point to the url alias migration :
When you had done all steps of the tutorial, you must run the script to migrate the url alias, which is on the "urlaliasmigration" extension.
To do it, you must :
- create the new table
<span class="line">php extension/ezurlaliasmigration/scripts/migrate.php --create-migration-table</span>
- Migrate existing data over to the migration table (ezurlalias_ml to ezurlalias_ml_migrate)
- Run migrate script
<span class="line">php extension/ezurlaliasmigration/scripts/migrate.php -s my_site_access</span>
- Truncate table ezurlalias_ml
- Run again nice url script
<span class="line">php bin/php/updateniceurls.php --fetch-limit=number</span>
- Run the restore script
<span class="line">php extension/ezurlaliasmigration/scripts/migrate.php --restore</span>
- And to finish clear cache
<span class="line">php bin/php/ezcache.php --clear-all --purge</span>
I have not do all first time and eZ can't do all my url alias.
The urls was "/content/view/full/node_id" and now it's working very nice.