@@ -87,7 +87,7 echo PHP_EOL . 'Complete' . PHP_EOL . PH | |||||
87 |
|
87 | |||
88 | // run dvdgiessen dbsr |
|
88 | // run dvdgiessen dbsr | |
89 | echo 'Replace domain information in database:' . PHP_EOL; |
|
89 | echo 'Replace domain information in database:' . PHP_EOL; | |
90 | $command = 'php vendor\dvdgiessen\dbsr\index.php --host ' . $envs[$dest]['host'] . ' --user ' . $envs[$dest]['user'] . ' --password ' . $envs[$dest]['password'] . ' --database ' . $envs[$dest]['name'] . ' --charset utf8 -- ' . $envs[$source]['domain'] . ' ' . $envs[$dest]['domain']; |
|
90 | $command = 'php vendor\dvdgiessen\dbsr\index.php --host ' . $envs[$dest]['host'] . ' --port ' . $envs[$dest]['port'] . ' --user ' . $envs[$dest]['user'] . ' --password ' . $envs[$dest]['password'] . ' --database ' . $envs[$dest]['name'] . ' --charset utf8 -- ' . $envs[$source]['domain'] . ' ' . $envs[$dest]['domain']; | |
91 | echo ' search for: ' . $envs[$source]['domain'] . PHP_EOL; |
|
91 | echo ' search for: ' . $envs[$source]['domain'] . PHP_EOL; | |
92 | echo ' replace with: ' . $envs[$dest]['domain'] . PHP_EOL; |
|
92 | echo ' replace with: ' . $envs[$dest]['domain'] . PHP_EOL; | |
93 | echo ' command: ' . $command . PHP_EOL; |
|
93 | echo ' command: ' . $command . PHP_EOL; |
General Comments 0
You need to be logged in to leave comments.
Login now