comparison doc/admin_guide.txt @ 7335:b84718ea4228

document result of running save-config in a tracker home directory
author John Rouillard <rouilj@ieee.org>
date Sun, 14 May 2023 01:03:09 -0400
parents a83c932a00dc
children 692242b3effd
comparison
equal deleted inserted replaced
7334:a83c932a00dc 7335:b84718ea4228
230 roundup_server -p 8017 -u roundup --save-config demo=/trackers/demo \ 230 roundup_server -p 8017 -u roundup --save-config demo=/trackers/demo \
231 sysadmin=/trackers/sysadmin 231 sysadmin=/trackers/sysadmin
232 232
233 Note it will save an old config.ini file to config.bak and create a 233 Note it will save an old config.ini file to config.bak and create a
234 new config.ini. The file is recreated from scratch ignoring the 234 new config.ini. The file is recreated from scratch ignoring the
235 contents of the current config.ini. You may need to merge the 235 contents of the current config.ini. You may need to merge the backup
236 backup and config files. 236 and config files. save-config doesn't attempt to load or verify an
237 existing config.ini. Running this in a tracker home directory will
238 move the exsiting config.ini to config.bak and replace it with the
239 roundup-server's config.ini. This will make the tracker in the
240 directory fail to start util the original config.ini is restored.
237 241
238 Configuring Compression 242 Configuring Compression
239 ======================= 243 =======================
240 244
241 Roundup will compress HTTP responses to clients on the fly. Dynamic, 245 Roundup will compress HTTP responses to clients on the fly. Dynamic,

Roundup Issue Tracker: http://roundup-tracker.org/