You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: users of the current RDS build need the database pre-created and the postgis extension already installed, or else they need superuser access to the RDS instance.
Impact
Frees up project teams to install as many databases later as they like without superuser (i.e. #team-infra) intervention.
Ensuring there is an SQL method of doing this will make this possible to add to the future "RDS server CloudFormation" automation.
Tasks
Find out the manual (i.e. psql) way to do it
Find the SQL command sequence to be able to do this the same way for every server
Definition of Done
It's a one-step SQL command to enable this on a new or existing RDS instance for #team-infra.
When RDS non-superusers create a new database, postgis is installed by default.
The text was updated successfully, but these errors were encountered:
What's the SQL equivalent? Will it always be necessary to have a human run psql commands from an attached shell somewhere, for postgis to be available for their RDS instance? Seems ridiculous in a CI/CD day and age.
MikeTheCanuck
changed the title
Adding PostGIS to PostgreSQL template1 so that all new databases get it automatically
Adding PostGIS to PostgreSQL template1 so that all new databases get postgis automatically
May 19, 2019
Summary
Problem: users of the current RDS build need the database pre-created and the
postgis
extension already installed, or else they need superuser access to the RDS instance.Impact
Frees up project teams to install as many databases later as they like without superuser (i.e. #team-infra) intervention.
Ensuring there is an SQL method of doing this will make this possible to add to the future "RDS server CloudFormation" automation.
Tasks
psql
) way to do itDefinition of Done
It's a one-step SQL command to enable this on a new or existing RDS instance for #team-infra.
When RDS non-superusers create a new database,
postgis
is installed by default.The text was updated successfully, but these errors were encountered: