Uploaded image for project: 'Red Hat CodeReady Studio (devstudio)'
  1. Red Hat CodeReady Studio (devstudio)
  2. JBDS-3130

[RFE] Add tooling to manage openshift databases

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Unresolved
    • Minor
    • LATER
    • 7.1.1.GA
    • openshift
    • None

    Description

      In OpenShift, a scaled application will have numerous 'gears', each running a copy of the developer's code. If the developer is running a database, there will be only one gear containing this database.

      To export/import/backup/restore the database, a user must ssh to the specific gear that holds the database cartridge. The only current way to do this in JBDS is to print all the environment variables and look for the following:

      $OPENSHIFT_MYSQL_DB_GEAR_UUID
      $OPENSHIFT_MYSQL_DB_GEAR_DNS

      You can then use these values in a terminal to ssh to the database gear:

      $ ssh $OPENSHIFT_MYSQL_DB_GEAR_UUID@$OPENSHIFT_MYSQL_DB_GEAR_DNS

      It would be helpful to have some kind of tooling to either ssh into this gear directly through JBDS, or at least print the ssh command (above) using the environment variables from the gear.

      Attachments

        Activity

          People

            jmaury@redhat.com Jeff MAURY
            rhn-support-tiwillia Timothy Williams
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: