Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

davidy's avatar

Please guys, does it have a way to recover deleted data (users etc.) after running php artisan migrate:fresh

i made a big mistake guys. i run php artisan migrate:fresh on the production server. please guys, does it have a way to recover deleted data (users etc.) ?

0 likes
1 reply
jlrdw's avatar

You're probably going to have to do a restore from one of your normal database backups. You will lose only data from the last main backup.

At a trucking company I worked at we backed up daily I do not know how often you guys back up.

Please or to participate in this conversation.