Question
How do we migrate Deploy from on-premise to hosted in AWS cloud?
Answer
To migrate the On-prem Deploy instance to AWS, you need to do the following -
- Zip the <Deploy_Home> from the On-prem instance and extract it in the AWS EC2 instance.
- Dump the on-prem Oracle DB and import it into AWS RDS
The error Could not decrypt Base64 encoded password will occur if there is a mismatch with the encryption key of the source instance from where you copied the data. Hence when you migrate, you need to copy both the filesystem data and the database from the source to the target.
Comments
Please sign in to leave a comment.