Adding or Updating jdbc string parameter to the same DB URL triggers a DB migration

XMLWordPrintable

    • 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 string
        jdbc:postgresql://localhost:5432/atldb
        

        new 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

      • Fisheye considers the added jdbc paramaters as a new DB and triggers a migration

      Workaround

      • Update the JDBC parameters directly in the config.xml and restart the Application to prevent triggering a migration.

              Assignee:
              Unassigned
              Reporter:
              Karthik Mahesh
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: