Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arcgis-egdb deployment with RDS and HA Servers (10.9.1) #327

Open
travisnburton opened this issue Aug 31, 2022 · 1 comment
Open

arcgis-egdb deployment with RDS and HA Servers (10.9.1) #327

travisnburton opened this issue Aug 31, 2022 · 1 comment

Comments

@travisnburton
Copy link

It's unclear how to deploy egdb on RDS for primary and secondary 'ArcGIS Server' instances.

cookbooks/arcgis-egdb#dependencies "...does not support creating databases in Amazon RDS..."

templates/arcgis-egdb/10.9.1#arcgis-egdb-rds-postgres "Creates a geodatabase 'egdb' in PostgreSQL on Amazon RDS..."

Assuming the arcgis-egdb-rds-postgres works to provision an RDS database, would i use the same template on both the primary and secondary 'ArcGIS Server' instances? (I would expect psql to fail on the secondary when trying to create a database that already exists.)

Thanks!

@pbobov
Copy link
Contributor

pbobov commented Aug 31, 2022

arcgis-egdb-rds-postgres.json creates a geodatabase 'egdb' in PostgreSQL on Amazon RDS and registers it with ArcGIS Server. It must run only once on either primary or secondary ArcGIS Server instance.

If you run it more than once (or on different instances), it should just do nothing because Chef recipes are expected to be idempotent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants