saleor-apps-redis_apl/apps/search/scripts/migrations
Krzysztof Wolski 2a1385bab1
Search: Fix stale variants after product removal, add indices setup and product descriptions (#932)
* Move plaintext renderer to shared package and use it for Algolia documents

* Fix stale variants after product removal, add indices setup

* Search: webhooks migration script (#936)

* Add webhook recreation script

* Add changeset
2023-08-29 13:19:31 +02:00
..
migration-utils.ts Search: Fix stale variants after product removal, add indices setup and product descriptions (#932) 2023-08-29 13:19:31 +02:00
README.md Search: Fix stale variants after product removal, add indices setup and product descriptions (#932) 2023-08-29 13:19:31 +02:00
recreate-webhooks.ts Search: Fix stale variants after product removal, add indices setup and product descriptions (#932) 2023-08-29 13:19:31 +02:00
run-webhooks-migration-dry-run.ts Search: Fix stale variants after product removal, add indices setup and product descriptions (#932) 2023-08-29 13:19:31 +02:00
run-webhooks-migration.ts Search: Fix stale variants after product removal, add indices setup and product descriptions (#932) 2023-08-29 13:19:31 +02:00

Webhook migration scripts

Test migration with dry run, operation will not modify any data: npx tsx scripts/migrations/run-webhooks-migration-dry-run.ts

To start the migration run command: npx tsx scripts/migrations/run-webhooks-migration.ts