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

Use MySQL on development and production? #3170

Closed
stefannibrasil opened this issue Aug 1, 2018 · 3 comments
Closed

Use MySQL on development and production? #3170

stefannibrasil opened this issue Aug 1, 2018 · 3 comments

Comments

@stefannibrasil
Copy link

@milaaraujo and I were having some errors on travis even having our checks all green locally. We asked our coaches to help us and we were able to fix the error (#3134). We were doing full text search, to give more context.

The problem was that locally, we were using SQLite3 and travis uses maria db, so the query was not returning the same results.

Is it possible to have a unique and consistent database type for development and production? What do you think? We believe this may improve the future contributions for the project :)

we found some links that might be useful for this here and here.

@jywarren
Copy link
Member

jywarren commented Aug 1, 2018 via email

@stefannibrasil
Copy link
Author

I think we could at least have this better documented in a place, like mention in the installation guide that we use different database type for development and production.

@stefannibrasil
Copy link
Author

I added this to the Testing docs file #3483

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

No branches or pull requests

2 participants