Skip to content

Commit

Permalink
[OpenDataServices/cove#130] Add instructions for database migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Nov 19, 2015
1 parent 56856b5 commit 4d00906
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ You should update the virtuoso admin password - through the virutoso HTTP user i
To get more recent builds than live, replace `:live` with `:master` in the above.


### Performing database migrations

Run this against the etl container (you will need to replace `etl` with the name of your conatiner):

```
docker exec etl manage.py migrate
```


### Backup data

Expand Down

0 comments on commit 4d00906

Please sign in to comment.