You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is probably a perfect use-case for what we're discussing in #22, or even for a new environment variable to be able to specify arguments to be passed to initdb (something like POSTGRES_INITDB_ARGS="--data-checksums"; since from what I can see, this just needs --data-checksums passed to the initdb invocation).
Looking at the docs, it looks like --data-checksums can only be passed to initdb; there isn't a way to do it after initialization. That makes me think that the change in #22 / #23 won't help here. It will need something like POSTGRES_INITDB_ARGS.
How to enable data page checksums in postgres:9.3 ?
The text was updated successfully, but these errors were encountered: