Migrating config.json to DB

I think the documentation assumes a MySQL deployment.
The equivalent query for PostgreSQL would be:

SELECT * FROM configurations WHERE Active = 't';

Looking at the provided screenshots everything looks in order.

1 Like