Error production-urgent

hi,
You may try this method to recover the database

  1. Check the site1.local database name by accessing the database server

mysql -uroot -p
SHOW DATABASES;

  1. Dump the database

mysqldump -uroot -p [database_name] > dump.sql

  1. Create new site and restore the database dump to the new site

bench new-site site2.local
bench --site site2.local --force restore ./dump.sql

*unfortunately you may not be able to recover the deleted hash