diff --git a/docs/deployment.md b/docs/deployment.md index 9d31ee5..88657bc 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -109,7 +109,19 @@ page, and the same information can be retrieved as a JSON object from } ``` -// TODO + ## Backup @@ -119,7 +131,10 @@ file, so it cannot be opened by any other processes while vspd is running. To facilitate back-ups, vspd will periodically write a copy of the bbolt database to the path `{homedir}/data/{network}/vspd.db-backup`. A copy of the -database file will also be written to this path when vspd shuts down. +database file will also be written to this path when vspd shuts down. This file +should be backed up often and regularly (probably at least hourly). Backups +should be transferred off-site, ideally to a server which is not part of the +vspd deployment. It is also possible to generate and download a database backup on demand from the admin page of the vspd web front-end. @@ -129,3 +144,20 @@ the admin page of the vspd web front-end. The database file contains everything needed to restore a vspd deployment - simply place the database file into the vspd data directory and start vspd as normal. + + + +## Listing on decred.org + +The process for listing a new VSP on [decred.org](https://decred.org/vsp/), and +consequently in Decrediton, is detailed at +[docs.decred.org](https://docs.decred.org/advanced/operating-a-vsp/).