Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Dolibarr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NoCloud
docker
Dolibarr
Commits
d166b718
Verified
Commit
d166b718
authored
Aug 12, 2019
by
David Beniamine
Browse files
Options
Downloads
Patches
Plain Diff
Added dump
parent
0220d5dc
Branches
15-api-for-annotations-on-video
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Readme.md
+7
-1
7 additions, 1 deletion
Readme.md
dumps/internal.sql.gz
+0
-0
0 additions, 0 deletions
dumps/internal.sql.gz
with
7 additions
and
1 deletion
Readme.md
+
7
−
1
View file @
d166b718
...
...
@@ -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
This diff is collapsed.
Click to expand it.
dumps/internal.sql.gz
0 → 100644
+
0
−
0
View file @
d166b718
File added
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment