Skip to content
Snippets Groups Projects
Verified Commit d166b718 authored by David Beniamine's avatar David Beniamine
Browse files

Added dump

parent 0220d5dc
Branches 15-api-for-annotations-on-video
No related tags found
No related merge requests found
......@@ -10,7 +10,13 @@
## Databases
There is a dump from a database used for internal developpements. You can import it by running:
There is a `dumps/` directory in this repository holding dumps from dev the instances of Dolibarr we use
### Internal tools
[There is a dump](dumps/internal.sql.gz) from a database used for internal developpements. You can import it by running:
```bash
docker exec -i $(docker-compose ps -q mariadb) mysql -uroot -p'password-from.env' < dump.sql
```
You must set your mysql password to `7rU2//B7XEe[UrnPs6bPOWu[c]#}I>K-` after importing this dump
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment