rupadana/remote-database-backup
最新稳定版本:1.0.0
Composer 安装命令:
composer create-project rupadana/remote-database-backup
包简介
Remote Database Backup: Your Data, Securely Backed Up Anytime, Anywhere.
关键字:
README 文档
README
RDB is a web application built using FilamentPHP v3.
This tool offers a seamless and secure way to manage and back up your databases remotely. With an intuitive user interface, it allows you to schedule backups, and monitor backup with ease.
Designed for efficiency and reliability, RDB is the perfect solution for businesses and developers looking to safeguard their critical data effortlessly.
Prerequisites
You must install mysql-client and postgresql-client since this project uses mysqldump and pg_dump.
Installation
Clone the repository
composer create-project rupadana/remote-database-backup
Update your local environment
Run artisan app:install
php artisan app:install
Default user
email : rupadana@codecrafters.id
password : 12345678
Supervisor
This project must use supervisorctl to manage database queues. Make sure you configure it itself.
Database Backup Runner
Currently, we support two runners to back up mysql and postgresql databases.
You can easly adding your custom runner by extends class AbstractBackupRunner and register it on AppServiceProvider
\App\Filament\Resources\DatabaseResource\Services\Backup\BackupRunner::register(CustomBackupRunner::class);
Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
Security Vulnerabilities
If you discover a security vulnerability within this project, please send an e-mail to Rupadana via rupadana@codecrafters.id. All security vulnerabilities will be promptly addressed.
License
The Remote Database Backup is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 101
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 15
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-07-16