[MDEV-15088] Lighter version of Windows Zip distributions Created: 2018-01-26 Updated: 2020-08-25 Resolved: 2018-09-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging |
| Fix Version/s: | 10.2.18, 10.3.10 |
| Type: | Task | Priority: | Major |
| Reporter: | Claudio Nanni | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 2 |
| Labels: | windows, zip | ||
| Description |
|
The current 10.2.12 Windows 64 Zip file is 200MB, the MSI is 54MB, |
| Comments |
| Comment by michel memeteau [ 2018-01-26 ] |
|
Currently here we strip down all the pdb files and transactions log files. |
| Comment by Vladislav Vaintroub [ 2018-01-26 ] |
|
my first idea would be to strip mysql-test, it has a lot of files, that nobody really needs. we need pdb in some form, to be able to debug customers problems. We can either move them to additional package - but this needs some support from our infrastructure, thus maybe not right now. stripping transaction logs - they take only 500K in compressed form, i.e 0.25% of current package size, does not help much, does it? |
| Comment by michel memeteau [ 2018-04-18 ] |
|
That would already help yes , I guess a Minimal package ( without pdb ? ) and a default full package would be good |