PrestaShop / PrestaShop/docker

Waiting for confirmation of MySQL service startup

Open
#311 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Dockerfile
Stars
281
Forks
190
PR merge metrics
No merged PRs in 30d

Description

Hi Team,
I'm getting mutliple Waiting for confirmation of MySQL service startup in loop, even I've define every my SQL env variable.

ARG SERVER
ENV DB_SERVER=${SERVER}
ARG USER
ENV DB_USER=${USER}
ARG DB_PASSWD
ENV DB_PASSWD=${DB_PASSWD}
ARG NAME
ENV DB_NAME=${NAME}
ARG PORT
ENV DB_PORT=${PORT}

getting

  • Checking if host is available...
  • Waiting for confirmation of MySQL service startup

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the Docker startup configuration that emits “Checking if host is available” and “Waiting for confirmation of MySQL service startup.” Reproduce the loop with the supplied ARG/ENV variables, then verify that the MySQL service reaches confirmation instead of repeating the wait.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, mysql
Domain
databases, devops
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.