5 Troubleshooting Flyway Issues
This topic describes the troubleshooting procedures for the flyway issues.
- Failed Migrations
This topic describes about the Troubleshooting procedures for failed migrations.
5.1 Failed Migrations
This topic describes about the Troubleshooting procedures for failed migrations.
Parent topic: Troubleshooting Flyway Issues
5.1.1 Success Column Verification
Perform the following steps for the success column verification:
- Check the f
lyway_schema_history
table to identify the migration record with success column as ‘0’. - Delete the record with status as ‘0.
- Restart deployment.
Parent topic: Failed Migrations
5.1.2 Migration Checksum Mismatch for a Version
Perform the following steps for the success column verification:
- Make sure that the flyway script is not manually updated before deployment.
- If yes, then replace with original and restart deployment.
Parent topic: Failed Migrations
5.1.3 Placeholder errors
Pass the placeholder values using setUserOverrides.sh
in Weblogic.
Alternatively, these issues can be debugged from Weblogic console during deployment. In
addition, the application specific logs can be verified for further inputs.
Parent topic: Failed Migrations