-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
provider/aws: [question] DBName cannot be set when restoring from a MySQL, PostgreSQL, or MariaDB snapshot #11278
Comments
Any luck with that restore @halfnibble ? |
@luismsousa Oh yes! I forgot to post back that the official answer from AWS support was to use the AWS CLI to do the restore: Restoring from a DB Snapshot And that did end up working for me. It doesn't sound like they have plans to fix the web interface anytime soon... |
This also happens to me intermittently. I have found that logging out and back in again often fixes this problem... |
logging out and back worked for me |
logging out and back in did not work for me. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
AWS RDS does not allow setting the DBName when restoring from a MySQL, PostgreSQL, or MariaDB snapshot, however it allows when restoring for Oracle and SQL Server -- vide cli documentation. A recent change on Terraform sets the DB Name on a restore operation for all databases. The current Terraform behavior is to show an AWS RDS exception (see below) whenever DB Name is set in a restore operation.
For this use case, is expected from Terraform to behave exact like AWS API or to execute a proactive validation before submission? Is expected Terraform to execute any validation during plan operation?
Actual Terraform Behavior
DB name is set on a restore from snapshot and Terraform issues this error:
Actual AWS CLI Behavior
Terraform Version
0.8.4
Affected Resource(s)
Steps to Reproduce
terraform apply
References
The text was updated successfully, but these errors were encountered: