Laravel migrate on production server

This is the right way to go about it.

When you run a migration on production, you best be sure what it’s going to do to your database, as some actions might not be rollbackable.

The confirmation prompt is there to make you stop and think twice before potentially cause harm.

Some migration operations are destructive, which means they may cause
you to lose data. In order to protect you from running these commands
against your production database, you will be prompted for
confirmation before the commands are executed. To force the commands
to run without a prompt, use the –force flag

https://laravel.com/docs/5.5/migrations#running-migrations

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)