Merge "Add docs for restoring an etherpad"
This commit is contained in:
commit
79f0a5d413
@ -14,14 +14,14 @@ At a Glance
|
|||||||
===========
|
===========
|
||||||
|
|
||||||
:Hosts:
|
:Hosts:
|
||||||
* http://etherpad.openstack.org
|
* https://etherpad.opendev.org
|
||||||
:Ansible:
|
:Ansible:
|
||||||
* https://opendev.org/opendev/system-config
|
* https://opendev.org/opendev/system-config
|
||||||
* :git_file:`playbooks/roles/etherpad`
|
* :git_file:`playbooks/roles/etherpad`
|
||||||
* :git_file:`playbooks/service-etherpad.yaml`
|
* :git_file:`playbooks/service-etherpad.yaml`
|
||||||
* :git_file:`inventory/service/host_vars/etherpad01.opendev.org.yaml`
|
* :git_file:`inventory/service/host_vars/etherpad01.opendev.org.yaml`
|
||||||
:Projects:
|
:Projects:
|
||||||
* http://etherpad.org/
|
* https://etherpad.org/
|
||||||
* https://github.com/ether/etherpad-lite
|
* https://github.com/ether/etherpad-lite
|
||||||
:Bugs:
|
:Bugs:
|
||||||
* https://storyboard.openstack.org/#!/project/748
|
* https://storyboard.openstack.org/#!/project/748
|
||||||
@ -65,3 +65,16 @@ welcome message boilerplate for a new pad. Check the pad's history and
|
|||||||
note that it has no authors and no prior revisions.
|
note that it has no authors and no prior revisions.
|
||||||
|
|
||||||
.. _HTTP API: https://github.com/ether/etherpad-lite/wiki/HTTP-API
|
.. _HTTP API: https://github.com/ether/etherpad-lite/wiki/HTTP-API
|
||||||
|
|
||||||
|
Restoring a Pad
|
||||||
|
---------------
|
||||||
|
|
||||||
|
It also happens that the content of a pad gets overwritten with the
|
||||||
|
wrong content, one common example is someone using a translation tool
|
||||||
|
on it, not being aware that this changes the document for everyone
|
||||||
|
instead of just locally. Via the revision slider you can identify the
|
||||||
|
last good version and then restore it via the API::
|
||||||
|
|
||||||
|
wget -qO- "http://localhost:9001/api/1.2.11/restoreRevision?apikey=$(sudo \
|
||||||
|
docker-compose -f /etc/etherpad-docker/docker-compose.yaml exec etherpad \
|
||||||
|
cat /opt/etherpad-lite/APIKEY.txt)&padID=XXXXXXXXXX&rev=NNN" ; echo
|
||||||
|
Loading…
Reference in New Issue
Block a user