From 8d051e045b65acbb19d7518ba6cc61c3dc8a81bd Mon Sep 17 00:00:00 2001 From: Brian Conry Date: Tue, 11 Oct 2022 16:30:59 -0500 Subject: 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. --- docs/tracking-rt-configuration.pod | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3