Hi, I would like to set up RADIUS to send accounting packets to a local MySQL database and a remote PostgreSQL database. From the research that I did, this does not seem to be possible unless having them set redundant to each other. Is there a possible way to achieve this, please? I have started by setting up RADIUS to write accounting packets to the remote PostgreSQL, which was successful. However, I needed to test that if the remote database is unavailable, RADIUS will still start up. Unfortunately, although I did the change below, RADIUS will not start if the PostgreSQL database is not available. How is it possible to accomplish this, if not as shown below, please? pool { # Connections to create during module instantiation. # If the server cannot create specified number of # connections during instantiation it will exit. # Set to 0 to allow the server to start without the # database being available. start = 0 Furthermore, I am attaching RADIUS debug logs showing what I've explained above. Thanks in advance. Kind Regards, SG