* fix starting xdebug for other php-versions
+ dump db bash helpers
This commit is contained in:
4
bash/dump.sh
Executable file
4
bash/dump.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
cd $HOME/structure
|
||||
dbId=$(docker ps -q --filter name=db)
|
||||
docker exec $dbId mysqldump -u root -p123456 $1 | pv > $2
|
Reference in New Issue
Block a user