System Information
- Strapi Version:
- Operating System:
- Database:
- Node Version:
- NPM Version:
- Yarn Version:
I am trying to automate data transfer from a strapi stage and live install running on a docker swarm where each strapi container runs behind a nginx. Right now i am stuck with the database access on stage: Access denied for user 'user'@'10.0.12.142' (using password: YES)
. This is because the ip resolves to the strapi host - not the database host. Anybody has an idea how to fix this?