We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Recently I was migrating ORCA backed from REDIS to SQL and was following Armory docs.
I faced the issue where orca_migrate needed CREATE permission too on the orca db.
orca_migrate
CREATE
orca
Found this even in the slack channel of Spinnaker: https://spinnakerteam.slack.com/archives/C091CCWRJ/p1598407679091100?thread_ts=1598362581.058100&cid=C091CCWRJ
It has already been committed to Spinnaker.io docs: spinnaker/spinnaker.github.io@a2c4db6
Let me know if I can send a PR for this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Recently I was migrating ORCA backed from REDIS to SQL and was following Armory docs.
I faced the issue where
orca_migrate
neededCREATE
permission too on theorca
db.Found this even in the slack channel of Spinnaker: https://spinnakerteam.slack.com/archives/C091CCWRJ/p1598407679091100?thread_ts=1598362581.058100&cid=C091CCWRJ
It has already been committed to Spinnaker.io docs: spinnaker/spinnaker.github.io@a2c4db6
Let me know if I can send a PR for this.
The text was updated successfully, but these errors were encountered: