programing

InnoDB: redo 로그가 참조하므로 공백 ID가 26146인 데이터 파일 '.catalog_category_product_index_store1.ibd'를 무시합니다.

javaba 2022. 11. 5. 11:19
반응형

InnoDB: redo 로그가 참조하므로 공백 ID가 26146인 데이터 파일 '.catalog_category_product_index_store1.ibd'를 무시합니다.

VPS에서 Magento 2.3.3을 실행하고 있습니다.

이 문제를 해결하려면 어떻게 해야 하나요? 제 InnoDB가 mariadb 서버에서 작동하지 않습니다. 오류 로그입니다.

2020-01-22 19:24:28 140112818333888 [Note] InnoDB: Ignoring data file './my_store/catalog_category_product_index_store1.ibd' with space ID 26146, since the redo log references ./my_store/catalog_category_product_index_store1.ibd with space ID 26031.
2020-01-22 19:24:28 140112818333888 [Note] InnoDB: Ignoring data file './my_store/catalog_category_product_index_store1.ibd' with space ID 26141. Another data file called ./my_store/catalog_category_product_index_store1_replica.ibd exists with the same space ID.
2020-01-22 19:24:28 140112818333888 [ERROR] InnoDB: Cannot rename './my_store/catalog_category_product_index_store1_replica.ibd' to './my_store/catalog_category_product_index_store1.ibd' for space ID 26141 because the target file exists. Remove the target file and try again.
2020-01-22 19:24:28 140112818333888 [ERROR] InnoDB:  Cannot replay file rename. Remove either file and try again.
2020-01-22 19:24:28 140112818333888 [ERROR] InnoDB: Plugin initialization aborted with error Generic error
2020-01-22 19:24:28 140112818333888 [Note] InnoDB: Starting shutdown...
2020-01-22 19:24:28 140112818333888 [ERROR] Plugin 'InnoDB' init function returned error.
2020-01-22 19:24:28 140112818333888 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.

언급URL : https://stackoverflow.com/questions/59866849/innodb-ignoring-data-file-catalog-category-product-index-store1-ibd-with-sp

반응형