Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Replace default storage DBMS #609

Open
EmanueleMinotto opened this issue Oct 23, 2015 · 7 comments
Open

Replace default storage DBMS #609

EmanueleMinotto opened this issue Oct 23, 2015 · 7 comments

Comments

@EmanueleMinotto
Copy link
Member

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.

@mickaelandrieu
Copy link
Contributor

Ping @mmoreram you already know I'm 👍 but didn't remember why you didn't want

@mmoreram
Copy link
Contributor

Well, SQLite is even more difficult to install than mysql :/
What do U think?

@mickaelandrieu
Copy link
Contributor

@mmoreram I think that we have more chance to have MySQL installed instead of SQLite :)

@EmanueleMinotto
Copy link
Member Author

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 "ext-pdo_sqlite": "*" is required.

Quoting https://www.sqlite.org/different.html :

SQLite does not need to be "installed" before it is used. There is no "setup" procedure.

@mickaelandrieu
Copy link
Contributor

Same problem as before, we can't add SQLite as a requirement, as SQLite is not a requirement xD.

@EmanueleMinotto
Copy link
Member Author

hehe that's right @mickaelandrieu, but I think that installing the SQLite PDO and changing the configuration would be enough

@mmoreram
Copy link
Contributor

mmoreram commented Feb 1, 2016

@EmanueleMinotto Doctrine migrations doesn't work with sqlite :( So, for me, it's a 👎

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants