Rebuild index after migration products

Help for integrating the Laravel package
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!
User avatar
AleksandarJovanovic
Posts: 26
Joined: 01 Jun 2022, 21:26

Rebuild index after migration products

Post by AleksandarJovanovic » 15 Feb 2024, 11:55

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

User avatar
aimeos
Administrator
Posts: 7895
Joined: 01 Jan 1970, 00:00

Re: Rebuild index after migration products

Post by aimeos » 15 Feb 2024, 12:20

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, Image give us a star

User avatar
AleksandarJovanovic
Posts: 26
Joined: 01 Jun 2022, 21:26

Re: Rebuild index after migration products

Post by AleksandarJovanovic » 15 Feb 2024, 12:52

Works great.
Tnx

Post Reply