compass
compass copied to clipboard
[Bug]: The mysql in Dolphinscheduler start failed.
Contact Details
Is there an existing issue for this?
- [X] I have searched all the existing issues
Priority
low (Default)
Current Behavior
branch main , lastest code .
When I use Docker Compose to install DolphinScheduler, MySQL fails to start properly.
- Starting MySQL database server mysqld su: warning: cannot change directory to /nonexistent: No such file or directory
Expected Behavior
When installing mysql-server , system will create 'mysql' user with no home dir, it could be the reason.
Steps To Reproduce
1. download code and compile
2. docker compose install
3. install dolphinscheduler (mysql server)
mysql start failed
Compass Log
No response
Anything else? (Additional Context)
No response
@xuchangqun Add build parameters and try again ? docker compose --profile dolphinscheduler up -d --build
- /nonexistent
Adding parameters still doesn't work. I solved it by replacing '/nonexistent' in /etc/passwd. 😄
@xuchangqun I also encountered the same problem. What do I need to replace '/nonexistent' with