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

Renaming a database does not rename the downloadable files #32

Open
MJochim opened this issue Sep 18, 2017 · 0 comments
Open

Renaming a database does not rename the downloadable files #32

MJochim opened this issue Sep 18, 2017 · 0 comments
Labels

Comments

@MJochim
Copy link
Collaborator

MJochim commented Sep 18, 2017

For downloading a database, users first have to "prepare (a certain version of) the database for download." A ZIP file is then created on the server under <project_dir>/downloads/<database_name>_<git_revision>.zip.

When a database is renamed, the ZIP files' names no longer match the database name. This may result in

  • Orphaned ZIP files:
    • test_emuDB.abcdef1.zip exists, but test_emuDB does not
    • The zip file is no longer reachable through the GUI
  • Wrongly associated ZIP file
    • test_emuDB.abcdef1.zip was created, but test_emuDB was later renamed/deleted and then another database was named test_emuDB
    • in this case, the interface allows you to download version abcdef1 of test_emuDB, but that version does not exist in (the current) test_emuDB Git tree
@MJochim MJochim added the bug label Sep 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant