Uploaded image for project: 'Falcon'
  1. Falcon
  2. FALCON-2286

Falcon upgradation fails to create new tables

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • trunk, 0.10
    • trunk, 0.11
    • extensions
    • None

    Description

      While installing falcon it fails to create new tables into existing database.

      mysql> show tables;
      +------------------------+
      | Tables_in_falcon       |
      +------------------------+
      | BACKLOG_METRIC         |
      | ENTITIES               |
      | ENTITY_SLA_ALERTS      |
      | FALCON_DB_PROPS        |
      | INSTANCES              |
      | MONITORED_ENTITY       |
      | OPENJPA_SEQUENCE_TABLE |
      | PENDING_INSTANCES      |
      | ProcessInstanceInfo    |
      +------------------------+
      9 rows in set (0.01 sec)
      

      Creating database :

      pragya.mittal@falcon1001:/mnt/falcon/server$ sudo -u ivory ./bin/falcon-db.sh upgrade -sqlfile falcon.sql -run
      DONE
      DB schema exists
      Get Falcon DB version
      DONE
      Falcon DB already upgraded to Falcon version '0.11-SNAPSHOT'
      

      Database is not updated with tables : EXTENSIONS<,EXTENSION_JOBS

      mysql> show tables;                                                                                                                                                                +------------------------+
      | Tables_in_falcon       |
      +------------------------+
      | BACKLOG_METRIC         |
      | ENTITIES               |
      | ENTITY_SLA_ALERTS      |
      | FALCON_DB_PROPS        |
      | INSTANCES              |
      | MONITORED_ENTITY       |
      | OPENJPA_SEQUENCE_TABLE |
      | PENDING_INSTANCES      |
      | ProcessInstanceInfo    |
      +------------------------+
      9 rows in set (0.00 sec)
      

      Attachments

        Issue Links

          Activity

            People

              pracheer Pracheer Agarwal
              pragya.mittal Pragya Mittal
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: