dlcs/elucidate-server

Remove tablespace declaration from database script

Opened this issue · 0 comments

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.