Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tec: Improve starting a MariaDB database in dev #392

Merged
merged 1 commit into from
Aug 1, 2023

Conversation

marien-probesys
Copy link
Member

@marien-probesys marien-probesys commented Aug 1, 2023

Related issue(s)

N/A

Changes

  • uncomment the MariaDB service in the docker-compose.yml file
  • rename the Docker database services
  • assign profiles to the database services
  • enable the given profile on make docker-start
  • adapt the DATABASE_URL lines in the .env file

How to test manually

  • run make docker-start → check it starts the pgsql service (and not the mariadb service)
  • run make docker-start DATABASE=mariadb → check it starts the mariadb service (and not the pgsql service)

Checklist

  • code is manually tested
  • permissions / authorizations are verified
  • interface works on both mobiles and big screens
  • accessibility has been tested
  • tests are up-to-date
  • locales are synchronized
  • copyright notices are up-to-date
  • documentation is up-to-date (including migration notes)

@marien-probesys marien-probesys merged commit bf01124 into main Aug 1, 2023
6 checks passed
@marien-probesys marien-probesys deleted the tec/docker-mariadb-profile branch August 1, 2023 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant