-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 4.9.2
-
Component/s: Runtime platform
-
None
-
Severity 3 - Minor
Issue Summary
- Adding or Updating extra jdbc string parameter to the same DB URL triggers a DB migration
Steps to Reproduce
- Navigate to "Administration" -> "System Settings" -> "Database"
- Add/Update jdbc parameters to the jdbc string like follows.
old stringjdbc:postgresql://localhost:5432/atldbnew string
jdbc:postgresql://localhost:5432/atldb?sslmode=disable - Test the connection
- The Save button is greyed out and when you click "Save and Migrate", it triggers a migration to the same source/destination DB.
Expected Results
- Fisheye should detect its the same DB URL and prevent triggering a migration.
Actual Results
Workaround
- Update the JDBC parameters directly in the config.xml and restart the Application to prevent triggering a migration.