oracle / oracle-database-operator

The Oracle Database Operator for Kubernetes (a.k.a. OraOperator) helps developers, DBAs, DevOps and GitOps teams reduce the time and complexity of deploying and managing Oracle Databases. It eliminates the dependency on a human operator or administrator for the majority of database operations.
Universal Permissive License v1.0
140 stars 45 forks source link

Does it support Always Free Autonomous Databases creation? #88

Open mathiasmaciel97 opened 8 months ago

mathiasmaciel97 commented 8 months ago

Error returned by Database Service

Http Status Code: 403.
Error Code: Forbidden.
Message: Always Free Autonomous Databases do not offer the following features and operations: CPU scaling, storage scaling, storage shrinking, private endpoints, manual backups, restore, preview version software, Oracle Database edition, Oracle Service Gateway connect, DB tools, wallet rotation with grace period, and license updating. Paid Autonomous Database instances cannot be created in a Free-Tier only account. Paid Autonomous Databases cannot be cloned to Always Free Autonomous Databases.
ting-lan-wang commented 8 months ago

Hi @mathiasmaciel97, the ADB controller doesn't only support paid ADBs in the current release. I'm working on the enhancement to support Always Free ADBs.