mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
Can't use MS SQL Server #469
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @emmguyot-adscom on GitHub (Apr 8, 2024).
I've tried to use MS Sql Server, but I always get an error on db:init :
What I've done :
@meltyshev commented on GitHub (Apr 8, 2024):
Hi! Unfortunately, it will be difficult to run Planka with a database other than Postgres, because there are places where we use database functions (e.g. to generate identifiers), also possible incompatibilities with some data types. We have plans to change the framework for the server part and use a different ORM, then it might be possible to use different types of database with Planka, but it won't be soon and definitely after the v2 release.
@emmguyot-adscom commented on GitHub (Apr 9, 2024):
Ok @meltyshev
Thank you for this answer. I'll stay on PostgreSQL