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

🐛 Bug: Persistence not backing up to S3 on latest version of Noco #8549

Closed
1 task done
MoeDawood15 opened this issue May 22, 2024 · 6 comments · Fixed by #8555
Closed
1 task done

🐛 Bug: Persistence not backing up to S3 on latest version of Noco #8549

MoeDawood15 opened this issue May 22, 2024 · 6 comments · Fixed by #8555
Assignees
Labels

Comments

@MoeDawood15
Copy link

Please confirm if bug report does NOT exist already ?

  • I confirm there is no existing issue for this

Steps to reproduce ?

Deploy as ECS task on FARGATE

Set the following variables
NC_S3_BUCKET_NAME | AWS S3 bucket name for S3 storage plugin. |  
NC_S3_REGION | AWS S3 region for S3 storage plugin. |  
NC_S3_ACCESS_KEY | AWS access key ID for S3 storage plugin. |  
NC_S3_ACCESS_SECRET | AWS access secret for S3 storage plugin.

Deploy a new service

Am I missing something , all my permissions are set correctly as this worked previously for me with

AWS_ACCESS_KEY | AWS access key ID for S3 storage plugin. |  
AWS_ACCESS_SECRET | AWS access secret for S3 storage plugin.

This is now deprecated

Desired Behavior

Folder with persistence should be created on S3

This worked fine on the older version

Project Details

Noco DB used on AWS ECS Fargate

Attachments

No response

@pranavxc
Copy link
Member

pranavxc commented May 22, 2024

We changed the environment variable and deprecated the old one but forgot to add backward compatibility. We fixed it here - #8526, will make a bug fix release soon with the change.

To confirm the behaviour you can try our dev release image - nocodb/nocodb-daily:0.207.1-20240522-1802

@MoeDawood15
Copy link
Author

Hi

Thank you for the prompt response

I will try the image below and await the fix

@NViviers
Copy link

Hey, I'm working on the exact same environment as @MoeDawood15, pulling this image seems to help a little bit, but it causes further issues. Our existing user's account details are showing as incorrect, and using the "forgot password" feature gives me this error:

message: Request failed with status code 400

undefined

@pranavxc
Copy link
Member

Hey, I'm working on the exact same environment as @MoeDawood15, pulling this image seems to help a little bit, but it causes further issues. Our existing user's account details are showing as incorrect, and using the "forgot password" feature gives me this error:

message: Request failed with status code 400

undefined

Can you check the docker log and share if you found any error logs?

@NViviers
Copy link

Absolutely, I've attached the a CSV for the logs.
log-events-viewer-result.csv

@pranavxc
Copy link
Member

pranavxc commented May 23, 2024

@NViviers: Can we connect over our discord channel ? https://discord.gg/5RgZmkW (my user id: pranavxc)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants