Project disappeared.

I’ve been doing backups of my project and the development environment, but has been accidentally deleted the database where they are staying and I can only Scriptcase files that are on the web server. Is there any way to create database based on files I have.?

Thanks.

Re: Project disappeared.

There is no way to recover a DB from the project.
I would look into creating a cron job that runs a script to execute mysqldump to backup your tables.

Here is a PHP script that will create a backup script for you. You can use what you need:
http://bash.cyberciti.biz/backup/wizard-ftp-script.php

Regards,
Scott.

Re: Project disappeared.

The database where scriptcase saves the configuration of my project was phased out, for this reason I can not change anything, not even the project appears after reinstalling.

I can do?

Re: Project disappeared.

I believe you are dead in the water

You may want to contact NetMake Support and see if they have a solution, but I would not count on it. Deleting the DB for SC is like removing the Registry from Windows. It uses the DB to store everything.

Are there no backups of the system were the DB was stored before it was phased out? Another question … you said phased out … do you mean you were using a DB not exclusive to yourself? You should not trust others with the security of your development code/DB. This is like having a public DIR and hoping another user does not delete a file.

I believe you will have to start over as if this is your first install. I would make sure you install the DB on your local drive and have backups for yourself.

Regards,
Scott.