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:
authorJim Brandt <jbrandt@bestpractical.com>2022-10-12 16:48:27 +0300
committerJim Brandt <jbrandt@bestpractical.com>2022-10-12 16:48:27 +0300
commitd52b11cb513a16ba7807435b8bc0257ce42ddf36 (patch)
tree21dd6c7ff147a80f89ef52d3347cf93112310cd2
parente13a26809ba39ead098266a5ca77248ef32fa3ef (diff)
parent8d051e045b65acbb19d7518ba6cc61c3dc8a81bd (diff)
Merge branch '5.0/tracking-rt-configuration-doc-update' into 5.0-trunk
-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