ryancramerdesign / ProcessDatabaseBackups

Create and/or restore database backups.
7 stars 1 forks source link

Prevent warnings if storing backups using mysqldump in /site/assets/backups/database/ #13

Open jlahijani opened 4 months ago

jlahijani commented 4 months ago

I use the /site/assets/backups/database/ folder to store database backups that I create using mysqldump (in addition the the Database Backups module).

When using mysqldump, it doesn't create the "WireDatabaseBackups" comments in the .sql file which the module then uses to read data and display in the main table that lists all the backups.

As a result, I get this warning (php 8.3): Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in [.../ProcessDatabaseBackups/ProcessDatabaseBackups.module:243](vscode://file/%2Fhome%2Fjlahijani%2FSites%2Fprocesswire-modules%2FProcessDatabaseBackups%2FProcessDatabaseBackups.module:243)