Correct way to edit sql queries.conf
Alan DeKok
aland at deployingradius.com
Tue Jun 9 13:51:50 CEST 2020
On Jun 9, 2020, at 5:42 AM, Jiří Hromádka <hrom.jiri at gmail.com> wrote:
> what is proper way to edit SQL queries in mods-config/sql/main/{dialect}/queries.conf to make them „update persistent“?
Installing a package does not over-write existing configuration files.
> Is direct editing queries.conf ok, or should I create new file which overrides just some queries I need to change and include it?
You can edit the file directly. I would also suggest using a revision control system, like "git" to track changes over time.
An added benefit of revision contol is to keep local backups.
Alan DeKok.
More information about the Freeradius-Users
mailing list