Rebuild index after migration products
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
- AleksandarJovanovic
- Posts: 53
- Joined: 01 Jun 2022, 21:26
Rebuild index after migration products
Aimeos version 2023.10
Php: 8.2
Linux
Hello again
I migrated products from WooCommerce to Aimeos using an extension, and everything went perfectly.
How can I initiate a rebuild of the index locally without using a cron job? Is there a CLI option for this process?
Best regards
Php: 8.2
Linux
Hello again
I migrated products from WooCommerce to Aimeos using an extension, and everything went perfectly.
How can I initiate a rebuild of the index locally without using a cron job? Is there a CLI option for this process?
Best regards
Re: Rebuild index after migration products
All cronjobs are based on the artisan CLI command and for rebuilding the index, you can execute:
Code: Select all
php artisan aimeos:jobs index/rebuild
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
- AleksandarJovanovic
- Posts: 53
- Joined: 01 Jun 2022, 21:26
Re: Rebuild index after migration products
Works great.
Tnx
Tnx