Open braughtg opened 2 years ago
A related issue is that it would be good to extract the database image from the github repository. Having it there with all of its version history each time it is rebuilt is bulky. Perhaps the sample DB should be a separate repo where it is pulled from as a release?
This is related to #613
I would like to work on this please!
@w0501872 This looks like you may be using the GitKit in your course. If that is the case you should be claiming an issue on the "upstream" repo for your course rather than on the main project repo. Your instructor will have given you the proper URL.
That said, if you want to contribute to the "live" FarmData2 project by working on this issue, please let me know!
The empty and sample databases are stored in compressed .bz files. This is done by taring/zipping the docker/db directory. A question to investigate is if all files in the db directory must be included in the zip. For example, the contents of that directory are:
So for example are files that have
log
in them required for the database to function when the directory restored? If not, then the size of the compressed databases can be reduced. This requires some investigation.