[Rt-commit] rt branch 5.0/tracking-rt-configuration-doc-update created. rt-5.0.3-125-gb9cbc9b417
BPS Git Server
git at git.bestpractical.com
Tue Oct 11 21:36:57 UTC 2022
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".
The branch, 5.0/tracking-rt-configuration-doc-update has been created
at b9cbc9b4177a0707b3fbb31d2ef0d683782f53ca (commit)
- Log -----------------------------------------------------------------
commit b9cbc9b4177a0707b3fbb31d2ef0d683782f53ca
Author: Brian Conry <bconry at bestpractical.com>
Date: Tue Oct 11 16:30:59 2022 -0500
Note configuration needed to load JSON initialdata
This change documents the necessity of configuration enabling the use of
the JSON initialdata format so that someone following the instructions
from tracking-rt-configuration.pod with the default configuration will
be able to load the changes into their target.
diff --git a/docs/tracking-rt-configuration.pod b/docs/tracking-rt-configuration.pod
index 3d38a714c9..21b3627f7e 100644
--- a/docs/tracking-rt-configuration.pod
+++ b/docs/tracking-rt-configuration.pod
@@ -144,6 +144,11 @@ and the new scrip we created:
}
+In order to apply the changes.json initialdata to your production RT
+you will need to add thee following to your configuration:
+
+ 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
-----------------------------------------------------------------------
hooks/post-receive
--
rt
More information about the rt-commit
mailing list