Investigate other methods of distributing the PostgreSQL content
Open
G - Release Team
Install and Publishing
- Dominant language
- Python
- Stars
- 33
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Currently, we are distributing the PostgreSQL content by exporting the data to file geodatabases, which the CopyData.py script copies into the target PostgreSQL geodatabases.
Investigate other methods. For example, SQL Server allows you to create a disconnected database, which you can attach to another SQL Server instance; research if PostgreSQL has something similar. This may be faster then copying the data from the "distribution" file geodatabases.
Contributor guide
Assessment
This issue has not been assessed yet.