You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we are using sqlite3 drivers. However, this adds a lot of weird limitations, such as how UUID's are used and not offering SERIAL primary keys.
Right now, we have MySQL running for FreeRadius anyways. We need to determine how we can deploy, reliably, with MySQL running.
This ticket is to discuss how we can setup the development environment and how we manage deployments.
The text was updated successfully, but these errors were encountered:
Right now, we are using
sqlite3
drivers. However, this adds a lot of weird limitations, such as howUUID
's are used and not offeringSERIAL
primary keys.Right now, we have MySQL running for FreeRadius anyways. We need to determine how we can deploy, reliably, with MySQL running.
This ticket is to discuss how we can setup the development environment and how we manage deployments.
The text was updated successfully, but these errors were encountered: