Skip to content
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

Namespace wrong while using create_backup_from_onprem #201

Closed
dibar89 opened this issue Sep 22, 2019 · 2 comments
Closed

Namespace wrong while using create_backup_from_onprem #201

dibar89 opened this issue Sep 22, 2019 · 2 comments
Labels
Database Issue pertains to the Database service

Comments

@dibar89
Copy link

dibar89 commented Sep 22, 2019

Hi Team,

I am an encountered an issue while creating database backup using create_backup_from_onprem script in OCI CLI. i noticed object storage namespace is not correct while executing backup script.

Getting error while running create_backup_from_onprem

oci._vendor.requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://swiftobjectstorage.ap-mumbai-1.oraclecloud.com/v1/dbbackupbom/iF0ydees7V0yWxyuAYtF/parameter.log

Parameter log showing below error

Either the bucket named 'iF0ydees7V0yWxyuAYtF' does not exist in the namespace 'dbbackupbom' or you are not authorized to access it

seems backup script using namespace dbbackupbom, however my correct namespace is bmnoo8fd7ute

[oracle@oracledev oci-cli-scripts]$ oci os ns get
{
"data": "bmnoo8fd7ute"
}

Not sure how to correct this issue. could you please anyone help me on this ?

@paul-hummel-oracle
Copy link
Member

Cross referencing to stackoverflow in case it gets answered there:
https://stackoverflow.com/questions/58048642/oci-cli-create-backup-from-onprem-script-error/58069636#58069636

@vish1
Copy link
Member

vish1 commented Mar 5, 2020

Found this solution from submitter on stackoverflow (https://stackoverflow.com/a/58193954)

Finally I got found correct answer and resolution for this issue.

Cause: Error occurred due to newly launched region having some internal bug. i used Mumbai region which was recently launched.

Resolution : Choose another stable region. Ashburn region works for me.

@vish1 vish1 closed this as completed Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Database Issue pertains to the Database service
Projects
None yet
Development

No branches or pull requests

3 participants