You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was doing a pretty basic task with roundhousE -- restoring a backup. Worked
great for the simpler databases in this app, but when I got to the two with
fulltext indexes the restores failed badly as it was trying to write the
fulltext indexes to the original location which did not exist on the dev
machine. The other databases, which by default would have gone to the same
place, were automagically fixed.
In this case our production keeps databases on D:\sql but my laptop has but a
C:\ drive.
Steps to reproduce:
1) create a database on another machine with a fulltext index located someplace
you don't have on the dev machine
2) try and restore the data to something that doesn't have that path.
3) Watch the errors.
Original issue reported on code.google.com by [email protected] on 26 Apr 2012 at 1:41
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 26 Apr 2012 at 1:41The text was updated successfully, but these errors were encountered: