diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-12-19 22:12:08 -0500 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-12-19 22:12:08 -0500 |
commit | d4ab74b25eeccef4701f05a56165268e7a17038c (patch) | |
tree | a33bddb261c4e10958a070bf27e236973648000b /doc/admin/hub_snapshots.md | |
parent | 87248c9f47dca9f3862332430cc2f4e6160bb85a (diff) | |
download | volse-hubzilla-d4ab74b25eeccef4701f05a56165268e7a17038c.tar.gz volse-hubzilla-d4ab74b25eeccef4701f05a56165268e7a17038c.tar.bz2 volse-hubzilla-d4ab74b25eeccef4701f05a56165268e7a17038c.zip |
Move headings down to start at H3 at Mario's direction
Diffstat (limited to 'doc/admin/hub_snapshots.md')
-rw-r--r-- | doc/admin/hub_snapshots.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/admin/hub_snapshots.md b/doc/admin/hub_snapshots.md index 7e4ba95b2..ab0948aa8 100644 --- a/doc/admin/hub_snapshots.md +++ b/doc/admin/hub_snapshots.md @@ -1,4 +1,4 @@ -# Hub Snapshot Tools +### Hub Snapshot Tools Hubzilla developers frequently need to switch between branches that might have incompatible database schemas or content. The following two scripts create and @@ -7,7 +7,7 @@ root and the entire database state. Each script requires a config file called `hub-snapshot.conf` residing in the same folder and containing the specific directories and database details of your hub. -# Config +### Config The format of the config file is very strict. There must be no spaces between the variable name and the value. Replace only the content inside the quotes with your @@ -24,7 +24,7 @@ configuration. Save this file as `hub-snapshot.conf` alongside the scripts. # The target snapshot folder where the git repo will be initialized SNAPSHOTROOT="/root/snapshots/hubzilla/" -# Snapshot +### Snapshot Example usage: @@ -84,7 +84,7 @@ Example usage: exit 0 -# Restore +### Restore #!/bin/bash # Restore hub to a previous state. Input hub config and commit hash |