Original: Description of problem:
The following line in the documentation looks to be incorrect: "A new feature flag, --pgStorage, has been added. With this flag, users with root privileges can manually set the location of their Postgres persistent storage." It is in fact possible to set pgstorage and not run as root - only the relevant access to the defined location is required which should be implicit.
Actual results:
A new feature flag, --pgStorage, has been added. With this flag, users with root privileges can manually set the location of their Postgres persistent storage.
Expected results:
A new feature flag, --pgStorage, has been added. With this flag, users can manually set the location of their Postgres persistent storage.
Additional info:
Documentation issue.