stechstudio/laravel-locking-migrations
Composer 安装命令:
composer require stechstudio/laravel-locking-migrations
包简介
Ensure only one server runs migrations at a time
README 文档
README
If your app deployment process deploys to multiple instances at the same time, and each of those attempts to run migrations, you can run into problems.
This package adds a --lock option to the php artisan migrate command, which will ensure only one server runs migrations at a time.
Installation
Via Composer
$ composer require stechstudio/laravel-locking-migrations
Usage
In your composer.json post-install-cmd hook (or wherever you are running migrations during deploy) simply add the --lock option.
php artisan migrate --lock
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-12-19