aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index d03ef0a..de25c4d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -342,6 +342,11 @@ Migrate database schema:
$ install/bin/brep-migrate
+Note that if instead you need to recreate the whole database (e.g., migration
+is not possible), then one way to do it would be:
+
+$ psql -c 'DROP OWNED BY brep'
+
If using systemd, then start and enable the loader:
$ systemctl --user start brep-load.service