-
Notifications
You must be signed in to change notification settings - Fork 43
Replace default storage DBMS #609
Comments
Ping @mmoreram you already know I'm 👍 but didn't remember why you didn't want |
Well, SQLite is even more difficult to install than mysql :/ |
@mmoreram I think that we have more chance to have MySQL installed instead of SQLite :) |
Probably I'm misunderstanding what you mean guys, but afaik SQLite doesn't need to be installed nor it's so few supported, so only the Quoting https://www.sqlite.org/different.html :
|
Same problem as before, we can't add SQLite as a requirement, as SQLite is not a requirement xD. |
hehe that's right @mickaelandrieu, but I think that installing the SQLite PDO and changing the configuration would be enough |
@EmanueleMinotto Doctrine migrations doesn't work with sqlite :( So, for me, it's a 👎 |
To simplify the installation of bamboo on local environment I would recommend to use SQLite instead of MySQL (like https://github.com/symfony/symfony-demo does).
This could also reduce the requirements on development.
The text was updated successfully, but these errors were encountered: