-
-
Notifications
You must be signed in to change notification settings - Fork 428
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
S3 Bucket Creation Error - invalid character(s) found in the bucket name #771
Comments
Thanks @david-lovelystay Fixed here #772 To use the automation image with this fix, recreate the console container with the addition of the Example:
|
When running my console with that added env variable the create cluster process just hangs forever until it times out. I tried also changing the console image itself to the one with the same tag to the same effect. Can't seem to get any logs out of it neither from the front end or the container itself. What I did notice is that the |
Is it strange, the log in the "Operations" section is empty? The console internal logs are available in the
As well as Ansible logs (in json format) are available in the
|
I'm getting the following logs in
There's also the following a bit earlier:
The cluster is apparently created at a database level, but there's an issue with spawning the I see no other relevant error logs. |
can I assume that the image has not yet been uploaded to your server/computer, for example due to limitations in Internet bandwidth? Try to wait for the image to load, or perform a pull manually:
|
It's been fixed, thanks. Seems the Have a nice day Closing the issue. |
Hello,
I was creating an AWS cluster using the
vitabaks/postgresql_cluster_console:2.0.0
image, but the S3 bucket task failed with the following error:Looking closely, it seems the cluster name is being shown as being
test-cluster}
instead oftest-cluster
.Looking at the Ansible variable here seems there's an extra curly bracket that's causing this issue.
Hope this is useful
Thanks
The text was updated successfully, but these errors were encountered: