mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-07-20 01:55:51 +00:00
Updated FAQ (markdown)
parent
38e5528259
commit
fec5991991
1 changed files with 2 additions and 5 deletions
7
FAQ.md
7
FAQ.md
|
|
@ -16,11 +16,8 @@ Tell us about your experience as an administrator/user of Etherpad Lite. We're h
|
|||
### Will Etherpad Lite replace Etherpad?
|
||||
That's up to the community to decide. We believe Etherpad Lite solves a lot of the problems the original Etherpad software wasn't able to solve. However by completely rewriting we have removed some functionality that may be core to certain users.
|
||||
|
||||
### How can I prune the database, i.e., keep only the last n "revisions" ?
|
||||
Both var/dirty.db and MySQL grow quickly. How can this be cut down to a smaller size? Production instances should use MySQL or some mature database storage mechanism. Dirty.db is not really designed for production and is just included so you can easily get started with Etherpad Lite.
|
||||
|
||||
### Is there a built-in mechanism for pruning?
|
||||
???
|
||||
### How can I prune the database so that only the last n "revisions" are kept ?
|
||||
Both var/dirty.db and MySQL grow quickly. Production instances should use MySQL or some mature database storage mechanism. Dirty.db is not really designed for production and is just included so you can easily get started with Etherpad Lite. Etherpad Lite has no automated database pruning (removal of older revisions) mechanism.
|
||||
|
||||
### How can I view all existing pads and delete certain pads from my set of pads?
|
||||
You should use the [API](https://github.com/Pita/etherpad-lite/wiki/HTTP-API) to delete certain pads from your set of pads.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue