Can I "restore" from Prod Environment

Hi,

I have developed a working software on SC 7, and it works fine in Prod Envir.

Now before I made a backup, my computer crashed.

This time I have installed SC8 on my computer. How do I copy the working software from the PROD environment, so that I can continue my development?

Thanking for helping.

You cannot. Your defines and settings are stored in a sqlite database and then the phpcode is generated from there. The definition is not stored on your production environment. You can recover code snippets if you have made custom code by looking into the generated php, but fully restore from prod is not possible.