alleonhardt / clas-digital

C++ implementation of a ancient literature database
https://www.clas-digital.uni-frankfurt.de
1 stars 1 forks source link

Data storage: Development and Stable Server #288

Open georgbuechner opened 4 years ago

georgbuechner commented 4 years ago

Do development and stable server both need their on storage location?

Decision:

  1. Development accesses the stable server data to search
  2. Upload on the development server is ONLY FOR TESTING reasons, thus it should not upload to the same location. Instead upload to a small 20GB or so location that is used only for testing.
alleonhardt commented 3 years ago

The development server and stable server now use the same data, therefore the upload is inhibited on the development server and should always fail with an error message. The development server has the same data and does not use any test/mock data.