Has anyone had success in migrating Branch Versioned Datasets to a new database instance while maintaining branch history?
We are working through a migration from a Windows Server 2019 hosted PostgreSQL 15 instance into a PostgreSQL 15 RDS instance in AWS and have had some trouble maintaining branch history with cross-database copy workflows.
Ultimately we are looking to maintain the ability to rollback to a historical moment in our new database, but would prefer to keep things in the same active table. We are aware of this lovely article outlining the ability to do so from a dedicated archive table which we could migrate to the instance as a net-new table but wanted to confirm if our desired workflow was possible.
Things we've tried:
Thanks in advance for any insight!
Restore an on-premises PostgreSQL database backup into the AWS RDS PostgreSQL database.
Mapping and Charting Solutions (MCS) Enterprise Databases Best Practices
How to Move the PostgreSQL Enterprise Geodatabase with pg_dump and pg_restore How to Upgrade the PostgreSQL and PostGIS version for the Ent. Geodatabase on Windows How to Upgrade the PostgreSQL and PostGIS version for the Ent. Geodatabase on LinuxAWS Documentation
Backing up, restoring, and exporting data - Amazon Relational Database Service
PostgreSQL pg_dump and pg_restore utility - Database Migration Guide
Note: you will need an EC2 instance with pgAdmin or PostgreSQL installed to be able to run the pg_dump and pg_restore commands.
Branch Version One-way feature service-to-feature service sync
https://www.esri.com/arcgis-blog/products/arcgis-enterprise/data-management/one-way-feature-service-...
Awesome. Thanks @MarceloMarques! I'll see where we get with the server-to-service sync.