Migration
This page lists required migration steps when upgrading to a new major version of the extension.
Version 5.0.0
Version 5.0.0 removes the dedicated "Update metadata of AdmiralCloud files"
Scheduler task. Updating metadata is now done via the console command
admiral-.
Converting the Scheduler task
- Open the backend module Administration > Scheduler.
- Note down the action type currently configured on your existing "Update metadata of AdmiralCloud files" task (either "Update all" or "Update last changed"), then delete the task. It can no longer run after the upgrade.
- Add a new Scheduler task and choose task type "admiral-cloud:update-metadata" (grouped under "admiral-cloud" in the task type selector).
-
In the "Command Configuration" field, set the
actionargument depending on the action type noted in step 2:Type Previous action type actionargumentType Update last changed last(default, can also be left empty)Changed Update all all - Configure the same frequency/start date as the old task and save.
Tip
The command can also be run directly on the command line, e.g. for testing or when scheduling via system cron instead of TYPO3's Scheduler:
vendor/bin/typo3 admiral-cloud:update-metadata lastChanged
Copied!