Duplicate SQL queries

Josip Rodin joy at entuzijast.net
Mon Dec 14 11:12:12 CET 2009


On Mon, Dec 14, 2009 at 09:04:11AM +0000, Santiago Balaguer García wrote:
>    It is a long time since I work with FR and hotspots. I am using a
>    Postgres database, but I want to move to a ORACLE database.
> 
> To keep the consistency and the service I want to run simultaneously both
> databases, so the INSERTs and UPDATEs have to be done in Postgres and
> ORACLE databases.
> 
>   Which file do I have to modify and what I have to add in the config file?

Name your old SQL module instance somehow, and switch virtual host
configuration to use that; then add your new (different) SQL module instance
with a different name, and then add it everywhere the old one is mentioned.
Module instances are named simply by using e.g. 'sql mynewmodulename { ...'.

-- 
     2. That which causes joy or happiness.



More information about the Freeradius-Users mailing list