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
Currently, dstack supports only SQLite as the server's database. SQLite works great when running the server locally but may not be suitable for production deployments. The proposal is to let users opt-in to use Postgres.
SQLite also imposes a restriction that the dstack server cannot have multiple replicas. We can lift this restriction when using Postgres. This will require changing how concurrent access is handled and is to be addressed in a different issue.
The text was updated successfully, but these errors were encountered:
Currently, dstack supports only SQLite as the server's database. SQLite works great when running the server locally but may not be suitable for production deployments. The proposal is to let users opt-in to use Postgres.
SQLite also imposes a restriction that the dstack server cannot have multiple replicas. We can lift this restriction when using Postgres. This will require changing how concurrent access is handled and is to be addressed in a different issue.
The text was updated successfully, but these errors were encountered: