Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Conry <bconry@bestpractical.com>2022-10-12 00:30:59 +0300
committerJim Brandt <jbrandt@bestpractical.com>2022-10-12 16:47:02 +0300
commit8d051e045b65acbb19d7518ba6cc61c3dc8a81bd (patch)
tree21dd6c7ff147a80f89ef52d3347cf93112310cd2
parente13a26809ba39ead098266a5ca77248ef32fa3ef (diff)
Note configuration needed to load JSON initialdata
Document configuration to enable the JSON initialdata format so someone following the instructions from tracking-rt-configuration.pod with the default configuration will be able to load the changes into their target.
-rw-r--r--docs/tracking-rt-configuration.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/tracking-rt-configuration.pod b/docs/tracking-rt-configuration.pod
index 3d38a714c9..cfc834b076 100644
--- a/docs/tracking-rt-configuration.pod
+++ b/docs/tracking-rt-configuration.pod
@@ -144,6 +144,11 @@ and the new scrip we created:
}
+On your production RT, add the following configuration if you
+haven't done so previously:
+
+ Set( $InitialdataFormatHandlers, [ 'RT::Initialdata::JSON' ] );
+
You can now apply the changes.json initialdata to your production RT:
sbin/rt-setup-database --action insert --datafile new/changes.json