This commit is contained in:
dfjera 2024-02-09 22:26:50 +01:00
parent 24e14c32ae
commit e1647fe331

View file

@ -1,5 +0,0 @@
#!/bin/sh
export C3NAV_CONFIG=/home/laura/Projekte/c3nav/data/c3nav.cfg
ssh root@34c3.c3nav.de "c3nav-manage 34c3 dumpdata mapdata --format json | gzip" | gunzip > production.json
python src/manage.py loaddata --app mapdata production.json
# rm production.json