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
[beans@intermine pgtune]$ psql --version psql (PostgreSQL) 9.4.8
So that's what I'm running, but I tell pgtune that it's 9.1 since that's the latest settings file you've got in the repo:
[beans@intermine pgtune]$ ./pgtune -i postgresql.conf -o postgresql.conf.tuned -V 9.1 -c 100 -L Traceback (most recent call last): File "./pgtune", line 698, in <module> sys.exit(main(sys.argv)) File "./pgtune", line 687, in main wizard_tune(config, options, settings) File "./pgtune", line 593, in wizard_tune if settings.memory_unit(key): File "./pgtune", line 402, in memory_unit return (self.param_to_dict[setting])['memory_unit'] KeyError: 'wal_buffers'
The text was updated successfully, but these errors were encountered:
It will be fixed via e.g. #18.
You can also try andreif@allthethings which contains #18 and even some other fixes.
allthethings
Sorry, something went wrong.
No branches or pull requests
So that's what I'm running, but I tell pgtune that it's 9.1 since that's the latest settings file you've got in the repo:
The text was updated successfully, but these errors were encountered: