summaryrefslogtreecommitdiff
path: root/UPGRADE.md
diff options
context:
space:
mode:
Diffstat (limited to 'UPGRADE.md')
-rw-r--r--UPGRADE.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPGRADE.md b/UPGRADE.md
index 516e5ad24..26821d77c 100644
--- a/UPGRADE.md
+++ b/UPGRADE.md
@@ -28,3 +28,10 @@ cd <application-path>
./manage.py migrate
```
+And finaly some manual db migrations (user, database name and password can be found in your local settings):
+
+```
+cd <ishtar-path>
+psql -U myishtardbuser myishtardb -f scripts/migrate_from_v1_to_v2.sql
+```
+