I accidentally deleted my deploy folder. What now?

Hello!
My question is pretty simple and I hope there is a fast way to restore my installation. I accidentally deleted my razuna deploy folder under tomcat/webapps . Now razuna is not working anymore. When I try to access it it asks me for a new installation. I have a full installation on MySQL db and 500 assets. Is there a way to restore the installation without install all from scratch and reimport all the assets ?

Regards

Raz2

Did nobody encounter this problem ? What’s inside the deploy folder exactly ?
Thanks

  1. Make a backup of your existing razuna database.
  2. Install Razuna into the webapps folder again
  3. Run the first time client
  4. Under advanced setup select mysql
  5. Finish first time setup
  6. Shutdown Razuna
  7. Import the “old” razuna database into the “new” razuna database
  8. Start Razuna

This should do it. Needless to say that you should always make backups :wink:

Thank you, it worked!