mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
restart app after restore db
This commit is contained in:
parent
32d29734fd
commit
a11edd9c6f
@ -44,6 +44,7 @@ docker-compose up -d postgres
|
||||
docker-compose exec postgres dropdb -U postgres fabmanager_production
|
||||
docker-compose exec postgres createdb -U postgres fabmanager_production
|
||||
docker-compose exec postgres psql -U postgres -d fablab_production -f /var/lib/postgresql/data/fabmanager_production_$(date -I).sql
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
<a name="postgresql-limitations"></a>
|
||||
|
Loading…
Reference in New Issue
Block a user