For your database restoration you have few options: – You can restore your database from a local backup that you have created.You should have a .sql dump of the database on your local computer. In this case you should create a new database and then import this .sql file in it. Then you should reconfigure [...]