Duplicate foreign key constraint name
-
Hello,
When try to use WP Sync DB to push my DB from local to production, I get the error:
WordPress database error: [Duplicate foreign key constraint name ‘greenhouse__db__dev/wp_fbv_attachment_folder_ibfk_1’]
ALTER TABLEwp_fbv_attachment_folder
ADD CONSTRAINTwp_fbv_attachment_folder_ibfk_1
FOREIGN KEY (folder_id
) REFERENCESwp_fbv
(id
) ON DELETE CASCADEI tried deactivating all plugins with no luck.
I’m using WordPress 5.5
PHP 7.4
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Duplicate foreign key constraint name’ is closed to new replies.