Skip to content

Postgres backend for production/test environments#68

Open
stevelaskaridis wants to merge 8 commits into
grnet:develfrom
stevelaskaridis:postgres_backend
Open

Postgres backend for production/test environments#68
stevelaskaridis wants to merge 8 commits into
grnet:develfrom
stevelaskaridis:postgres_backend

Conversation

@stevelaskaridis
Copy link
Copy Markdown
Member

Description

Move from SQLite to PosgreSQL database backend.

Github issues

Closes issues #67 (solved) and #56 (unsolved).

@stevelaskaridis
Copy link
Copy Markdown
Member Author

Test fails because database configuration is generated from ansible.

@NicolasLiampotis
Copy link
Copy Markdown
Contributor

The idea is to use SQLite in development and PostgreSQL in staging/production environment. Also SQLite may be used even in production for supporting offline signing (importing/exporting from/to SQLite db files).

So please adjust this PR so that both DB backends can be supported as described above. Unless you want to wait for the PR fix for #56 before changing ansible files.

@stevelaskaridis
Copy link
Copy Markdown
Member Author

The idea is to use SQLite in development and PostgreSQL in staging/production environment.
All right. Will change that.

Also SQLite may be used even in production for supporting offline signing (importing/exporting from/to SQLite db files).
This is ad-hoc and not really related to the applications main database.

@stevelaskaridis stevelaskaridis changed the title Postgres backend [WIP] Postgres backend for production/test environments Nov 13, 2015
@NicolasLiampotis
Copy link
Copy Markdown
Contributor

test this please (just to check that Jenkins configuration for pull request builds works)

@NicolasLiampotis
Copy link
Copy Markdown
Contributor

retest this please (Jenkins configuration for pull request builds should actually work this time)

@stevelaskaridis stevelaskaridis changed the title [WIP] Postgres backend for production/test environments Postgres backend for production/test environments Nov 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants