I have a custom ravendb analyzer and I need to upgrade it to a newer version.
When I try and copy the new version into the analyzers folder I get an OS warning saying the file is in use.
I suppose this means that I need to stop raven, copy the file and restart it. But that would result in downtime as my db will obviously be offline during this time.
Is there another way of doing it?