Skip to content

Tags: spatie/laravel-backup

Tags

9.3.3

Toggle 9.3.3's commit message
correct translation for application

9.3.2

Toggle 9.3.2's commit message
Cast type

9.3.1

Toggle 9.3.1's commit message
Fix styling

9.3.0

Toggle 9.3.0's commit message
Use MariaDb dumper

The spatie/laravel-backup package currently uses MySQL dumper for all MySQL-compatible databases, including MariaDB.

However, MariaDB has deprecated the mysqldump utility in favor of mariadb-dump as documented in their official documentation.

Recently, a dedicated MariaDB dumper was added to the spatie/db-dumper package in PR #220, which properly uses the mariadb-dump utility.

This PR updates this package to utilize the new dumper when a MariaDB connection is required.

on-behalf-of: @e-solutions-GmbH [email protected]

9.2.9

Toggle 9.2.9's commit message

Verified

This commit was signed with the committer’s verified signature.
freekmurze Freek Van der Herten
Merge branch 'main' of github.com:spatie/laravel-backup

9.2.8

Toggle 9.2.8's commit message

Verified

This commit was signed with the committer’s verified signature.
freekmurze Freek Van der Herten
Merge branch 'main' of github.com:spatie/laravel-backup

9.2.7

Toggle 9.2.7's commit message
Create notifications.php

9.2.6

Toggle 9.2.6's commit message
Laravel 12 Support

9.2.5

Toggle 9.2.5's commit message
Fix styling

9.2.4

Toggle 9.2.4's commit message
remove hardcoded values