Missing data folder causes migration to fail #11

Open
opened 2024-02-08 09:13:35 +01:00 by rya · 0 comments
Collaborator

In the last commit the database was defaulted to be migrated into ./data. Problem: The data folder doesn't get created Before migrating and thus migration fails. The manual fix would be to create the data folder before migrating. Probably would be a small annoyance to manually do that, so before migrating should...

  • a "data" folder be already present in the repository?
  • the "data" folder be created through code before the migrator runs?

(If it's the latter then know that I tried doing that without success, maybe just a skill issue on my side)

In the last commit the database was defaulted to be migrated into `./data`. Problem: The data folder doesn't get created Before migrating and thus migration fails. The manual fix would be to create the data folder before migrating. Probably would be a small annoyance to manually do that, so before migrating should... - a "data" folder be already present in the repository? - the "data" folder be created through code before the migrator runs? (If it's the latter then know that I tried doing that without success, maybe just a skill issue on my side)
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: oat/crystal-gauntlet#11
No description provided.