Skip to content

Fails with KeyError: 'wal_buffers' using -V 9.1 against a 9.4.8 Pg (not supported I suppose) #20

@sammyjava

Description

@sammyjava
[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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions