Remove tablespace declaration from database script
Opened this issue · 0 comments
danielgrant commented
The current database script annotations.sql
that creates the database declares a tablespace of pg_default
. This has been shown to cause issues with AWS RDS, which denies access to that tablespace.
Solution: remove the tablespace
declaration entirely.