Skip to content

Commit c98dce4

Browse files
author
Gaetano Giunta
committed
readme
1 parent 60788c7 commit c98dce4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,16 @@ Example: executing the sql snippet `select current_date` in parallel on all data
5454

5555
php bin/console db3v4l:sql:execute --sql='select current_date'
5656

57+
exit
58+
docker-compose stop
59+
5760
If you have a bigger set of SQL commands to execute than it is practical to put in a command-line, you can save them
5861
to a file and then execute it in parallel on all databases:
5962

60-
php bin/console sql:execute --file=/my_huge_script.sql
61-
63+
php bin/console sql:execute --file=./shared/my_huge_script.sql
64+
65+
*NB* to share files between the host computer and the container, put them in the `shared` folder.
66+
6267
From within the worker container, you can also list all available databases:
6368

6469
php bin/console db3v4l:instance:list

0 commit comments

Comments
 (0)