DatabaseEntries deleted by rake

Hi there,

i unfoutunately raked my rails-project.
This caused an erase of all entries of my sql database. The Model is
still there but all entries are missing.

Is the any possibility to redo this steop or recover the entries?

THANK YOU

Hans H. wrote:

Hi there,

i unfoutunately raked my rails-project.
This caused an erase of all entries of my sql database.

What Rake task did that?

The Model is
still there but all entries are missing.

Is the any possibility to redo this steop or recover the entries?

That’s up to your database and has nothing to do with Rails. You will
most likely have to restore from your latest DB backup.

THANK YOU

Best,

Marnen Laibow-Koser
http://www.marnen.org
[email protected]

.< that has nothing to with rails , did you make a backup?

rake actually just runs commands, what happen was the same as if you had
erased them manually.

On Wed, Sep 15, 2010 at 1:39 PM, Marnen Laibow-Koser