New restoration script framework, with a minimum requirement of PHP 7.2. The new restoration script is a complete rewrite of the old one, which had started becoming difficult to maintain. Moreover, it is now much more flexible and powerful, even allowing you to run the restoration from CLI. Please also note that the version number, and the documentation of the restoration script is now separate from that of the backup software.
Maximum batch row size for database backup is now 10000 by default, with a maximum of 1000000. This setting controls how many database records will be read at once when backing up large tables. Increasing the default limit to 10000 will increase the speed of the backup process, but may cause problems with large tables. If you have memory to spare, you can increase the limit to a higher value. If you have a very large table which consistently causes the backup to fail, you can decrease the limit back to 1000 (the old default), or an even lower value. Please note that this setting's value is only increased by default on new backup profiles; existing backup profiles will have to be edited manually.