We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
The text was updated successfully, but these errors were encountered:
https://gist.github.com/sirodoht/f598d14e9644e2d3909629a41e3522ad maybe helpful.
Sorry, something went wrong.
https://django-extensions.readthedocs.io/en/latest/dumpscript.html
Creating a fake django_session table to make dumpdata happy:
dumpdata
create table django_session(session_key, session_data, expire_date);
ThomasWaldmann
No branches or pull requests
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).
The text was updated successfully, but these errors were encountered: