1RT-DUMP-METADATA(1) User Contributed Perl Documentation RT-DUMP-METADATA(1)
2
3
4
6 rt-dump-metadata - dump configuration metadata from an RT database
7
9 rt-dump-metdata [--all]
10
12 "rt-dump-metadata" is a tool that dumps configuration metadata from the
13 Request Tracker database into XML format, suitable for feeding into
14 "rt-setup-database". To dump and load a full RT database, you should
15 generally use the native database tools instead, as well as performing
16 any necessary steps from UPGRADING.
17
18 This is NOT a tool for backing up an RT database. See also
19 "initialdata" in docs for more straightforward means of importing data.
20
22 "--all" or "-a"
23 When run with "--all", the dump will include all configuration
24 metadata; otherwise, the metadata dump will only include 'local'
25 configuration changes, i.e. those done manually in the web
26 interface.
27
28 "--limit-to-privileged" or "-l"
29 Causes the dumper to only dump privileged users.
30
31 "--skip-disabled" or "-s"
32 Ignores disabled rows in the database.
33
34
35
36perl v5.30.1 2020-03-09 RT-DUMP-METADATA(1)