Skip to content

Commit

Permalink
docs: readme for database grant
Browse files Browse the repository at this point in the history
  • Loading branch information
dadiorchen committed Jan 25, 2024
1 parent 34e1544 commit 81db0f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions database-grants/terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,15 @@ Apply:
terraform apply -var-file=dev.env.tfvars
```

# About the `extra` folder

Put increased grant here, don't put them in the main folder because the order
matters, if you put them in the main folder, they will be applied before the
schema is created, which will cause error.

# Troubleshooting

## Error: role or object does not exist

When applying a new schema/grant, sometimes error reports xxx does not exist. But if you run it again, it works. Known issue [here](https://github.com/Greenstand/treetracker-infrastructure/issues/201)

0 comments on commit 81db0f7

Please sign in to comment.