AustinCloudGuru opened a new issue, #4881: URL: https://github.com/apache/incubator-devlake/issues/4881
## Question I'm trying to deploy using the docker compose file from the latest release. I've followed the instructions in the documentation (https://devlake.apache.org/docs/GettingStarted/DockerComposeSetup) and updated the .env file to point towards my RDS instance. I've updated the DB_URL variable to the RDS values, but when I launch the containers, I get see the following with docker logs: ``` Version: v0.15.0@2fa3892 panic: Error 1045: Access denied for user 'merico'@'10.172.5.70' (using password: YES) Wraps: (2) Error 1045: Access denied for user 'merico'@'10.172.5.70' (using password: YES) Error types: (1) *hintdetail.withDetail (2) *mysql.MySQLError goroutine 1 [running]: github.com/apache/incubator-devlake/runner.CreateAppBasicRes() /app/runner/basic_res.go:49 +0x231 github.com/apache/incubator-devlake/services.InitResources() /app/services/init.go:54 +0x45 github.com/apache/incubator-devlake/services.Init() /app/services/init.go:80 +0x2b github.com/apache/incubator-devlake/api.CreateApiService() /app/api/api.go:51 +0x2e main.main() /app/main.go:39 +0x7e ``` Does anybody have an idea where this is coming from? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
