IQSS / dataverse-sample-data

Scripts and sample data for demo purposes
6 stars 11 forks source link

Can't spin up on EC2 due to new dataverse.postgres.log_lock_waits setting #7

Closed pdurbin closed 5 years ago

pdurbin commented 5 years ago

When I try to spin up Dataverse on EC2 I get this error:

TASK [dataverse : log_lock_waits when told] **** fatal: [localhost]: FAILED! => {"msg": "The conditional check 'dataverse.postgres.log_lock_waits == true' failed. The error was: error while evaluating conditional (dataverse.postgres.log_lock_waits == true): 'dict object' has no attribute 'log_lock_waits'\n\nThe error appears to have been in '/home/centos/dataverse/tasks/postgres.yml': line 54, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: log_lock_waits when told\n ^ here\n"} to retry, use: --limit @/home/centos/dataverse/dataverse.retry

@landreev already has a fix ready in pull request #6