mirror of
https://github.com/discourse/discourse.git
synced 2026-08-06 13:08:40 +08:00
Backups with S3 uploads can fail when duplicate upload records resolve to the same archive path. The hardlink fallback then tries to copy a file onto itself and raises a same-file error. This change treats that duplicate path as already covered and continues processing the rest of the backup. |
||
|---|---|---|
| .. | ||
| backup_file_handler_multisite_spec.rb | ||
| backup_file_handler_spec.rb | ||
| creator_spec.rb | ||
| database_restorer_multisite_spec.rb | ||
| database_restorer_spec.rb | ||
| local_backup_store_spec.rb | ||
| meta_data_handler_spec.rb | ||
| s3_backup_store_spec.rb | ||
| shared_context_for_backup_restore.rb | ||
| shared_examples_for_backup_store.rb | ||
| system_interface_multisite_spec.rb | ||
| system_interface_spec.rb | ||
| uploads_restorer_spec.rb | ||