File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -595,9 +595,9 @@ public function devImportDb($sql_file) {
595595 $ this ->_exec ("$ this ->drush_cmd -y sql-drop " );
596596 $ this ->_exec ("$ this ->drush_cmd sqlq --file= $ sql_file " );
597597 $ this ->_exec ("$ this ->drush_cmd cr " );
598- $ this ->_exec ("$ this ->drush_cmd upwd admin password " );
599598 $ this ->_exec ("$ this ->drush_cmd updb --entity-updates -y " );
600599 $ this ->say ('Duration: ' . date_diff (new DateTime (), $ start )->format ('%im %Ss ' ));
600+ $ this ->_exec ("$ this ->drush_cmd upwd admin password " );
601601 $ this ->say ('Database imported, admin user password is : password ' );
602602 }
603603
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ services:
6363 image : redis:alpine
6464 command : |
6565 redis-server
66- --maxmemory 512Mi
66+ --maxmemory 512mb
6767 --maxmemory-policy allkeys-lru
6868 --save ""
6969 # --requirepass password
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ services:
6363 image : redis:alpine
6464 command : |
6565 redis-server
66- --maxmemory 512Mi
66+ --maxmemory 512mb
6767 --maxmemory-policy allkeys-lru
6868 --save ""
6969 # --requirepass password
You can’t perform that action at this time.
0 commit comments