Up date error 4.5.46, Please Help to fix

I make update and I got error, Error: app is already configured, backup then delete the .env file to re-run the setup, Please any body can help to fix the error, I ready disable env file, but no work , so any body can help,

Hi,

Is it possible the database credentials in the .env file aren’t correct?

Are there any details about the error in storage/logs/laravel-error.log?

Also if you are using Docker I found this GitHub issue that could help you out.

1 Like

I had the same issue and hillel is right about the database credentials. storage/logs/laravel-error.log shows “Access denied for user ‘ninja’@‘localhost’” after applying 4.5.46. Put single quotes around your password in the .env file and reboot.

DB_PASSWORD=‘yourDBpassword’

1 Like