Niklaus, > When I want to do some sort of daily backup, which is better, > mongodb or the file storage?
Not everything has a mongodb backend (IIRC only accounts use it), everything else uses file-based stores, so you will need to back up (if you use both). > Can Apache Wave _run_ (not compile) w/o Eclipse? Eclipse pulls in a > whole lot of dependencies that use up a lot of diskspace and I don't > necessarily want on my server... Yes, you will need to install the JRE, but that should be about it. You will only need to deploy the dist and war directories (and important files such as the run-server script, config files, gadget list, etc.) rather than the whole source base. Ali
