Uploaded image for project: 'XWiki Docker images'
  1. XWiki Docker images
  2. XDOCKER-209

Connecting to external MySql Database

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • docker
    • Hard

    Description

      Using docker compose to configure xwiki to connect to external MySqlDatabase:

      – docker-compose.yml

      environment:      
       - DB_USER=xxx-mysql-live
       - DB_PASSWORD=xxx      
       - DB_DATABASE=xwiki      
       - DB_HOST=xxx.mysql.database.azure.com

       

      I have verified the MySql instance is up and running, but I get the following error:

      • xwiki docker UnknownHostException mysql

       

      Can we use the xwiki docker image without creating a MySql container? I want to utilize the backup features for MySql provided by Azure Cloud.

      Attachments

        Activity

          People

            Unassigned Unassigned
            tauBootist Richard B
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: