From 5c739af4a09a65bae7b841e97d5efb85e2b08c2e Mon Sep 17 00:00:00 2001 From: Umputun Date: Sat, 26 May 2018 18:48:19 -0500 Subject: [PATCH] update link to coreos bolt fork --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 786ff1bc..354f0e45 100644 --- a/README.md +++ b/README.md @@ -363,7 +363,7 @@ _all admin calls require auth and admin privilege_ ## Technical details -* Data stored in [boltdb](https://github.com/boltdb/bolt) (embedded key/value database) files under `BOLTDB_PATH` +* Data stored in [boltdb](https://github.com/coreos/bbolt) (embedded key/value database) files under `BOLTDB_PATH` * Each site stored in a separate boltbd file. * In order to migrate/move remark42 to another host boltbd files should be transferred. * Automatic backup process runs every 24h and exports all content in json-like format to `backup-remark-YYYYMMDD.gz`.