Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pixel Humain
docker
Commits
ee2e589b
Commit
ee2e589b
authored
Mar 29, 2022
by
thomas craipeau
Browse files
update
parent
a22b4353
Changes
2
Hide whitespace changes
Inline
Side-by-side
PHP7.md
View file @
ee2e589b
...
...
@@ -217,5 +217,5 @@ EOF
### Mongo dump 3.6 vers retsore 4.2
```
bash
docker-compose
-f
docker-compose-apache.yml
exec
-T
mongo mongodump
--archive
--gzip
>
all-db.archive.gz
docker-compose
-f
docker-compose-apache.yml
exec
-T
mongo42 mongorestore
--gzip
--archive
< all-db.arhive.gz
docker-compose
-f
docker-compose-apache.yml
exec
-T
mongo42 mongorestore
--gzip
--archive
< all-db.ar
c
hive.gz
```
\ No newline at end of file
README.md
View file @
ee2e589b
...
...
@@ -217,5 +217,5 @@ EOF
### Mongo dump 3.6 vers retsore 4.2
```
bash
docker-compose
-f
docker-compose-apache.yml
exec
-T
mongo mongodump
--archive
--gzip
>
all-db.archive.gz
docker-compose
-f
docker-compose-apache.yml
exec
-T
mongo42 mongorestore
--gzip
--archive
< all-db.arhive.gz
docker-compose
-f
docker-compose-apache.yml
exec
-T
mongo42 mongorestore
--gzip
--archive
< all-db.ar
c
hive.gz
```
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment