diff --git a/gpdb-doc/dita/best_practices/gptransfer.xml b/gpdb-doc/dita/best_practices/gptransfer.xml index 450baca18bba1729460f84d90a4f0b4a8e3a22ff..144f938fe6a3284c871b168f1704e1d646e3a68e 100644 --- a/gpdb-doc/dita/best_practices/gptransfer.xml +++ b/gpdb-doc/dita/best_practices/gptransfer.xml @@ -232,9 +232,9 @@ host2_name,host2_ipaddr

The --full option and the --schema-only option can be used together if you want to copy a database in phases, for example, during scheduled - periods of downtime or low activity. Run gptransfer --full --schema-only -d - <database_name> ... to create the full database on the destination - cluster, but with no data. Then you can transfer the tables in stages during scheduled down + periods of downtime or low activity. Run gptransfer --full --schema-only ... + to create the full database schema on the destination + cluster, but with no data. You can then transfer the tables in stages during scheduled down times or periods of low activity. Be sure to include the --truncate or --drop option when you later transfer tables to prevent the transfer from failing because the table already exists at the destination.

@@ -281,9 +281,8 @@ host2_name,host2_ipaddr smaller tables.

  1. Before you begin to transfer data, replicate the schema or schemas from the source - cluster to the destination cluster. Do not use gptransfer with the - --full –schema-only options. Here are some options for copying the - schema: