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
Is your feature request related to a problem? Please describe.
Im running Wishlist in Kubernetes and have the volumes mapped to NFS share. Sqlite doesn't play well with NFS as the database gets locked.
Describe the solution you'd like
Make it possible to use postgres as database. The ORM should already support it.
Describe alternatives you've considered
Don't map the volume to an NFS, and have the storage stored separated from all my other applications.
The text was updated successfully, but these errors were encountered:
It's unfortunate that SQLite doesn't play well with network shares. Prisma used to directly support having multiple database engines, but removed it a while ago (prisma/prisma#3834). I believe there are still some (somewhat hacky) ways to achieve it, which I can look into.
Is your feature request related to a problem? Please describe.
Im running Wishlist in Kubernetes and have the volumes mapped to NFS share. Sqlite doesn't play well with NFS as the database gets locked.
Describe the solution you'd like
Make it possible to use postgres as database. The ORM should already support it.
Describe alternatives you've considered
Don't map the volume to an NFS, and have the storage stored separated from all my other applications.
The text was updated successfully, but these errors were encountered: