Skip to content

[Solved] Install on OCI and received 404 BucketNotFound #35

Answered by chadgeary
NanoCode012 asked this question in Q&A
Discussion options

You must be logged in to vote

Fixed via a7bca01 with a lifecycle dependency on the bucket - thanks! The lifecycle policy helps clean up old backups of cloudblock after 30 days to prevent reaching the free limit.

I suggest pulling this fix and re-running terraform. You may need to move your tfvars file out of the way to pull, e.g.:

cd cloudblock/oci
mv oci.tfvars pvars.tfvars
git pull
mv pvars.tfvars oci.tfvars
terraform apply -var-file="oci.tfvars"

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@NanoCode012
Comment options

@chadgeary
Comment options

@NanoCode012
Comment options

Answer selected by chadgeary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants