Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use any other database than sqlite #4

Closed
schinken opened this issue Feb 6, 2019 · 5 comments
Closed

Use any other database than sqlite #4

schinken opened this issue Feb 6, 2019 · 5 comments
Assignees

Comments

@schinken
Copy link
Contributor

schinken commented Feb 6, 2019

sqlite does not support needed transactional features. I've updated the server package and the documentation on the website already

@CptPie CptPie self-assigned this Feb 11, 2019
@CptPie
Copy link
Contributor

CptPie commented Feb 17, 2019

I am currently working on moving the database to postgreSQL.
@schinken does the backend create the database and the corresponding tables or is it necessary to already have a database / all tables created?

@schinken
Copy link
Contributor Author

If you have created the database, you just have to run php bin/console doctrine:schema:create

@schinken
Copy link
Contributor Author

I've got an idea how I maybe can get this working again with sqlite

@CptPie
Copy link
Contributor

CptPie commented Feb 18, 2019

I think it should be rather easy to use some other database (postgres/mysql), so no need to cling on sqlite. On the other side i have trouble to get the communication between the database container and the strichliste container working.

@CptPie
Copy link
Contributor

CptPie commented Jul 22, 2019

Done as by Release 1.6.2

@CptPie CptPie closed this as completed Jul 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants