We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b30c6 commit 952a680Copy full SHA for 952a680
1 file changed
docker/updatedb
@@ -126,6 +126,7 @@ echo "Loading database ..."
126
gunzip < $DATADIR/ietf_utf8.sql.gz \
127
| pv --progress --bytes --rate --eta --size $(gzip --list --quiet $DATADIR/ietf_utf8.sql.gz | awk '{ print $2 }') \
128
| sed -e 's/ENGINE=MyISAM/ENGINE=InnoDB/' \
129
- | mysql --host=localhost --user=django --password=RkTkDPFnKpko -s -f ietf_utf8
+ | $parent/ietf/manage.py dbshell
130
+
131
132
0 commit comments