Skip to content

Commit

Permalink
SAM-2842 Add documentation for samigo.convertMedia (sakaiproject#2314)
Browse files Browse the repository at this point in the history
A brief explanation was added to default.sakai.properties to inform
users how to migrate existing samigo media files out of the database.
  • Loading branch information
davidpbauer authored and ottenhoff committed Apr 21, 2016
1 parent 7dd7ceb commit b1510cb
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2976,6 +2976,18 @@
# DEFAULT: true
# samigo.saveMediaToDb=false

# If saveMediaToDb has been set to false but there are existing Samigo media
# files stored in the database, set samigo.convertMedia to true to trigger a
# conversion on startup that moves those files out of the database and onto
# the file system.
# This uses batching to be safe for restarts or multiple
# nodes. Records are processed in batches of 10. If a batch is
# interrupted, records may be left with the value of "CONVERTING" in the
# location field. To re-initiate these, that field should be set to null
# for those records.
# DEFAULT: false
# samigo.convertMedia=true

# DEFAULT: {sakai.home}/samigo/answerUploadRepositoryPath/
# samigo.answerUploadRepositoryPath=${sakai.home}/samigo/answerUploadRepositoryPath/

Expand Down

0 comments on commit b1510cb

Please sign in to comment.