transfert vers nosql-document

This commit is contained in:
2025-10-23 21:04:20 +02:00
parent e9d8844327
commit d33ef814df
2 changed files with 0 additions and 31311 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,8 +0,0 @@
#!/bin/bash
set -e
for file in /initdb.d/commandes/*.json; do
collection=$(basename "$file" .json)
echo "Importing $collection..."
mongoimport --db mydb --collection "$collection" --file "$file" --jsonArray
done