elucidate-server icon indicating copy to clipboard operation
elucidate-server copied to clipboard

Remove tablespace declaration from database script

Open danielgrant opened this issue 7 years ago • 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.

danielgrant avatar Jun 27 '17 16:06 danielgrant