We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent0466ed3 commit2d116dcCopy full SHA for 2d116dc
class/wpsdb-cli.php
@@ -78,16 +78,12 @@ function cli_create_profile( $name, $assoc_args ) {
78
79
$new_profile["table_migrate_option"] ='migrate_only_with_prefix';
80
81
-// This is probably going to be a faff to do so leave it.
82
-$new_profile["replace_old"] =array(
83
-"//staging.bprc.out.re",
84
-"/opt/bprc/releases/20171002153612Z/web"
85
-);
86
-
87
-$new_profile["replace_new"] =array(
88
-"//bprc.local",
89
-"/app/web"
90
+// This replacement is typically done by calling the other WordPress site all
+// retrieving its variables.
+//
+// For the moment this is a TODO
+$new_profile["replace_old"] =array();
+$new_profile["replace_new"] =array();
91
92
$new_profile["save_computer"] ="1";
93
$new_profile["gzip_file"] ="1";