kbeelman / TokuCinema

Monster Movie Review Website
2 stars 0 forks source link

Separate development database from production #8

Closed bayes343 closed 7 years ago

bayes343 commented 7 years ago

Problem description

Currently CI and Production are immediately impacted by database modifications, making them unstable whenever development affects how data is stored.

Bug Aspect:

ex. Global search currently isn't working because of a change in how "Alternate Titles" for movies are being stored in the database.

Desired outcome - Have production (probably not CI) pull from a different database (ideally through convention - aka not manually changing code before pushing to production) local environments.

Likely Tasks