gpt4 book ai didi

laravel - 部署时无法运行迁移。拉拉维尔 5.2

转载 作者:行者123 更新时间:2023-12-02 10:31:33 26 4
gpt4 key购买 nike

考虑特使的以下任务:

@task('deploy', ['on' => 'web'])
cd personal_site
php artisan down
git pull origin master
composer install
php artisan migrate
php artisan up
@endtask

php artisan migrate // Blows up

错误是:

[user@xxxx]: **************************************
* Application In Production! *
**************************************
[user@xxxx]: Command Cancelled!
[user@xxxx]: Application is now live.

最佳答案

此警告是一项安全措施,旨在防止在生产环境中运行意外迁移。如果您确定要在该环境中运行它们,则需要使用 --force 选项:

php artisan migrate --force

关于laravel - 部署时无法运行迁移。拉拉维尔 5.2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34560113/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com