diff options
author | Ale Abdo <abdo@member.fsf.org> | 2019-09-24 15:37:47 +0200 |
---|---|---|
committer | Ale Abdo <abdo@member.fsf.org> | 2019-09-24 15:37:47 +0200 |
commit | 8dfa08f146e6eb66cc353546f00978d2d030fa5e (patch) | |
tree | ab833cf87feb1c903445e5c220ad275f5e24884c /doc/database.bb | |
parent | daef2d0546587f2d6787b4a6e2e9dc6bb81bb179 (diff) | |
download | volse-hubzilla-8dfa08f146e6eb66cc353546f00978d2d030fa5e.tar.gz volse-hubzilla-8dfa08f146e6eb66cc353546f00978d2d030fa5e.tar.bz2 volse-hubzilla-8dfa08f146e6eb66cc353546f00978d2d030fa5e.zip |
Improve admin documentation
Diffstat (limited to 'doc/database.bb')
-rw-r--r-- | doc/database.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/database.bb b/doc/database.bb index a72081e4a..a0c1e8841 100644 --- a/doc/database.bb +++ b/doc/database.bb @@ -1,3 +1,12 @@ +[h2]Database updates[/h2] + +In the [observer.baseurl]/admin/dbsync page the administrator can check if any update was not successful and, if so, retry it. + +If an update has failed but doesn't register as failed for some reason, the administrator can attempt to re-execute the update. For example for DB update #1999, by visiting the webpage: + +https://hubzilla.com.bradmin/dbsync/1999 + + [h2]Database Tables[/h2][table border=1][tr][th]Table[/th][th]Description[/th][/tr] [tr][td][zrl=[baseurl]/help/database/db_abconfig]abconfig[/zrl][/td][td]arbitrary storage for connections of local channels[/td][/tr] [tr][td][zrl=[baseurl]/help/database/db_abook]abook[/zrl][/td][td]connections of local channels[/td][/tr] |