Question

I am running Etherpad Lite on windows, and apparently it is persisting pads across shutdowns. But where? Does it run sqlite inside the node.exe process? What files does it use to store whichever database it might be using?

Was it helpful?

Solution

They use dirtyDB as its datastore if you dont specify a postgres, sqlite or mysql configuration in $APPDIR$/settings.json

The dirtyDB file path is also set in the settings.json file. -- They recommend using dirtyDB only for testing.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top