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

Database persistence in docker #30

Closed
Bootjack opened this issue Jun 9, 2018 · 0 comments
Closed

Database persistence in docker #30

Bootjack opened this issue Jun 9, 2018 · 0 comments
Assignees

Comments

@Bootjack
Copy link
Contributor

Bootjack commented Jun 9, 2018

Currently every time the mariadb docker container restarts, it starts completely blank. We need a strategy for persisting the database somewhere. This should be pretty straightforward using a docker volume: https://docs.docker.com/storage/

Keep in mind that backing up and swapping out data sets will be useful too, so keep that in mind while solving for basic persistence.

@Bootjack Bootjack created this issue from a note in Ruby for Good 2018 (To do) Jun 9, 2018
@Bootjack Bootjack self-assigned this Jun 9, 2018
@Bootjack Bootjack moved this from To do to In progress in Ruby for Good 2018 Jun 9, 2018
@Bootjack Bootjack moved this from In progress to PR Review in Ruby for Good 2018 Jun 10, 2018
@Bootjack Bootjack moved this from PR Review to Done in Ruby for Good 2018 Jun 10, 2018
kalimar pushed a commit that referenced this issue Apr 22, 2019
Migrations update to stories

Add has many interview locations through places
Add has many interview locations to stories model
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

1 participant