How to upload a database on Kiwi TCMS from json file?
问题 I have kiwi TCMS on docker through docker-compose.yml. And i have file json with database (old version of kiwi) To dump database from old serwer i use: docker exec -it kiwi_web /Kiwi/manage.py dumpdata --all --indent 2 > database.json . In new kiwi TCMS i want use my old database, but after enter this command docker exec -it kiwi_web /bin/bash -c '/Kiwi/manage.py sqlflush | /Kiwi/manage.py dbshell' i get: CommandError: You appear not to have the 'mysql' program installed or on your path.