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

Ensure SQLite volume mount persists after image update #2

Open
jaydrogers opened this issue May 16, 2024 · 0 comments
Open

Ensure SQLite volume mount persists after image update #2

jaydrogers opened this issue May 16, 2024 · 0 comments
Assignees
Labels
Bug: Confirmed 🐛 Bugs that are able to be replicated.

Comments

@jaydrogers
Copy link
Member

Problem

The Laravel SQLite file will be deleted on deployment.

image

Proposed Solution

  • I think there is a setting in the Laravel env. I need to make sure this gets set on new install.
  • I will then need to make sure the database is mounted correctly to a volume in the docker-compose.prod.yml file
@jaydrogers jaydrogers added the Bug: Confirmed 🐛 Bugs that are able to be replicated. label May 16, 2024
@jaydrogers jaydrogers self-assigned this May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug: Confirmed 🐛 Bugs that are able to be replicated.
Projects
None yet
Development

No branches or pull requests

1 participant