Actions
Feature #1398
closedCompress SQL export files
Status:
Closed
Priority:
Normal
Assignee:
Category:
Data import/export
Target version:
Start date:
2020-10-21
Estimated time:
Description
Exported files should be compressed by default. The projects and their data are growing and in combination with automatic backups needed storage space grows exponential. It also reduces bandwidth when downloading/transferring.
We are using 7z compression (https://7-zip.org/).
Updated by Alexander Watzinger about 4 years ago
- Related to Feature #1402: API: CSV export in API added
Updated by Alexander Watzinger almost 4 years ago
- Target version changed from 225 to 6.0.0
Updated by Alexander Watzinger over 3 years ago
- Subject changed from Export: compress files to Compress SQL export files
- Description updated (diff)
- Status changed from Acknowledged to Closed
- Assignee set to Alexander Watzinger
After doing some research I decided to go with 7z compression.
Actions