The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am wondering if it is possible to spin up two different databases on the same mysql instance in bitbucket pipelines during testing
You could call the mysql client with the root password to create another database, like so:
image: php:7.2-fpm-alpine
pipelines:
default:
- step:
script:
- ...
- RUN apk add mysql-client
- mysql -u root -pyo -h 127.0.0.1 -e "CREATE DATABASE pipelines_secondary"
- ...
services:
- mysql
definitions:
services:
mysql:
image: mysql:5.7
environment:
MYSQL_DATABASE: 'pipelines'
MYSQL_ROOT_PASSWORD: 'yo'
MYSQL_USER: 'test_user'
MYSQL_PASSWORD: 'test_user_password'
Beginning on April 4th, we will be implementing push limits. This means that your push cannot be completed if it is over 3.5 GB. If you do attempt to complete a push that is over 3.5 GB, it will fail...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events