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

switch from sqlite to postgresql #445

Open
ThomasWaldmann opened this issue Dec 27, 2019 · 3 comments
Open

switch from sqlite to postgresql #445

ThomasWaldmann opened this issue Dec 27, 2019 · 3 comments
Assignees
Milestone

Comments

@ThomasWaldmann
Copy link
Member

ThomasWaldmann commented Dec 27, 2019

postgres.int :: /etc/postgres/.../pg_hba.conf is ansible managed

... so i need to update ansible files to not lose my changes (nsupdate_info db host rule).

@ThomasWaldmann ThomasWaldmann self-assigned this Dec 27, 2019
@ThomasWaldmann ThomasWaldmann added this to the 1.0 release milestone Dec 27, 2019
@ThomasWaldmann ThomasWaldmann changed the title postgres.int :: /etc/postgres/.../pg_hba.conf is ansible managed switch from sqlite to postgresql Dec 27, 2019
@ThomasWaldmann
Copy link
Member Author

@ThomasWaldmann
Copy link
Member Author

@ThomasWaldmann
Copy link
Member Author

Creating a fake django_session table to make dumpdata happy:

create table django_session(session_key, session_data, expire_date);

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

1 participant