Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 310 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 310 Bytes

How to do rollback to $height

  1. Stop the consumer;

  2. Execute SQL SELECT rollback_to($height); (function rollback_to provided via the migrations);

  3. Invalidate cache using invalidate binary or through the admin service - /admin/cache/invalidate?mode=all_data endpoint;

  4. Start the consumer.