承接 cubesystems/laravel-mysql-s3-backup 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

cubesystems/laravel-mysql-s3-backup

最新稳定版本:1.4

Composer 安装命令:

composer require cubesystems/laravel-mysql-s3-backup

包简介

Backup the MySQL database of your Laravel app to Amazon S3

README 文档

README

This is a very simple database backup script for Laravel. It takes a mysqldump and saves it to Amazon S3 or compatible object storage.

This package is very opinionated. Other backup scripts can support other database types or other places besides S3 to store your backup. This does not.

Installation

  1. Install package

    composer require cubesystems/laravel-mysql-s3-backup
    
  2. Publish and edit the config

    php artisan vendor:publish --provider="LaravelMysqlS3Backup\ServiceProvider"

    Edit config/mysql-s3-backup.php

Usage

$ php artisan db:backup

That's it. No arguments or optional parameters.

Credit

This package was originally forked from fitztrev before a complete rewrite.

License

Laravel MySQL to S3 Backup is open-sourced software licensed under the MIT license.

统计信息

  • 总下载量: 327
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2022-12-11