Closed (fixed)
Project:
SQLite Vacuum
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2022 at 10:43 UTC
Updated:
23 Jun 2022 at 18:19 UTC
Jump to comment: Most recent
Vacuum from command line.
Do it.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
geek-merlinComment #5
geek-merlinThanks @yaslama for the MR!
Looks good to me. Does it work for you?
One nit: If the connection is not sqlite, the command should print an error messge.
(And FTR: It would also be nice to print out file sizes before / after, but that can be done in a followup.)
Comment #6
yaslama commentedThanks @geek-merlin for the review.
The command works for me and I added an error message when the db is not sqlite
Comment #7
geek-merlinComment #9
geek-merlinMerged and released. Added followup. Thanks a lot!