Skip to content
Snippets Groups Projects
Select Git revision
  • ia2
  • adql2.1-ia2
  • private_rows
  • master default protected
4 results

RotateFileAction.java

  • Grégory Mantelet's avatar
    474da7f4
    [UWS,TAP] Fix the backup file writing. · 474da7f4
    Grégory Mantelet authored
    Instead of writing the new backup content in the final backup file directly,
    write it first in a temporary file and then change the files name.
    
    This fix prevents incomplete backup files (particularly in case of one backup
    file per user) when stopping/restarting by force.
    474da7f4
    History
    [UWS,TAP] Fix the backup file writing.
    Grégory Mantelet authored
    Instead of writing the new backup content in the final backup file directly,
    write it first in a temporary file and then change the files name.
    
    This fix prevents incomplete backup files (particularly in case of one backup
    file per user) when stopping/restarting by force.