kenwood / dbbackup
package to create database backup and send to email
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
This package is auto-updated.
Last update: 2025-06-29 01:28:49 UTC
README
Introduction
A simple and light-weight sistem to backup your database.
Installation
Simply install the package through Composer. From here the package will automatically register its service provider.
composer require kenwood/DBbackup
Config
To publish the config file, run the following:
php artisan vendor:publish --provider="kenwood\DBbackup\DatabaseBackupServiceProvider" --tag="config"
Documentation
this paquetto was created to make backups from the laravel console, and send these backups by email. the commands for backing up are:
php artisan db:backup
to apply a backup:
php artisan db:applyBackup
and to send the email is:
php artisan db:sendBackup
or back up and send it:
php artisan db:backup --send
Databases supported
- [MYSQL]
- [Postgre SQL]
Road map
DBbackup is still under strong development, I decided to ship it at this early stage so that you can help me improve it, however I am already using it on many websites.
Here's the plan for what's coming:
- Support MYSQL
- Support PostgreSql
- Send mail with backup
- Support SQL Server
- Support SQL lite
- Can upload backup on cloud like s3 or others
Problems
If you discover any problem related issues, please email kenwoodinternationalcorp@gmail.com directly instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.