bigg_models icon indicating copy to clipboard operation
bigg_models copied to clipboard

Latest database dump is not available

Open famosab opened this issue 3 years ago • 1 comments

The link given in the ReadMe is broken.

famosab avatar Apr 05 '22 11:04 famosab

While this is not as straightforward, please note that the latest database dumps can still be obtained.

They have been baked into the images available here (thanks to user mephenor).

You can start these containers with a command like docker run -v /some/path/on/your/system:/root -it mephenor/bigg_docker:1.6 bash and then copy the file /bigg_database_dump/database.dump to the /root folder in the container to get it out. (see https://docs.docker.com/storage/bind-mounts/).

Schmoho avatar Jul 01 '22 19:07 Schmoho