From fcb894dd14b320a74b9242701f05d99507049b1f Mon Sep 17 00:00:00 2001 From: Matthew Ruschmann Date: Sat, 10 Dec 2016 11:21:10 -0500 Subject: [PATCH] Add warning about inaccessible database to requirements in README.me --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bee7657..7d478f5 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ the Gogs API does not permit modification of timestamps. - Install go - Set GOPATH - *Backup your Gogs data!* Your first migration may not go as planned +- API returns an error if the database cannot be accessed. Therefore, you avoid all other sources of traffic during the migration # Building and running