A process is needed for migrating application data between branch deployments
@SeaNarron pointed out that we don't have a mechanism currently for moving application data between deployments (prod -> staging, prod -> dev, staging -> dev).
There exists a job to dump the databases for GALILEO Search and Admin from AWS to GALILEO hardware for backup purposes. The data is compressed with postgresql's custom format option and could easily be simply restored into another database if the databases are portable in such a way.