helloswish / craft-db-dump

A simple way to perform database backups in Craft CMS.
MIT License
4 stars 1 forks source link

How to send option for 'zip'? #5

Open davorpeic opened 3 months ago

davorpeic commented 3 months ago

Hi,

Craft has option to zip the backup when db is too large, not sure if this parameter is exposed in the plugin. I'm referring to this line https://github.com/craftcms/cms/blob/98b779a6408b230ad8f1711ab3246b7594e519a3/src/console/controllers/BackupController.php#L45

Thanks dp

chadcrowell commented 3 months ago

I'll take a look at this when I prep this plugin for Craft 5. The backup functions have changed since I built this plugin (including the one you linked, which is deprecated), so I'll make sure I get everything up to date. The newer functions also include the zip option.

davorpeic commented 3 months ago

Great, thanks for the info :)