-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
fix: update render.yaml to being compatible with langflow 1.0 #3071
fix: update render.yaml to being compatible with langflow 1.0 #3071
Conversation
Pull Request Validation ReportThis comment is automatically generated by Conventional PR Whitelist Report
Result Pull request does not satisfy any enabled whitelist criteria. Pull request will be validated. Validation Report
Result Pull request satisfies all enabled pull request rules. Last Modified at 30 Jul 24 12:54 UTC |
This pull request is automatically being deployed by Amplify Hosting (learn more). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@nicoloboschi This commit seems to break all existing Render installs (like ours) as it changes the sqlite DB folder. I'm trying to figure out the fix and/or restoring from backups. As it is, it looks like our Sqlite DB got wiped. |
hey @conradchu thanks for your feedback. I'm sorry to hear that. The previous render file was not compatible with 1.0.x docker image layout. Which version were you running? For production deployment I'd recommend to not rely on "main" branch files but use your own repository and apply changes once you tested it carefully. |
…ow-ai#3071) (cherry picked from commit fc73e2c)
We wanted to inform you that we have identified the cause of the recent data loss and are taking steps to prevent it from happening again in the future. Unfortunately, this incident resulted in the loss of some data. Cause of the IssueOn July 1, 2024, Langflow updated their Dockerfile to use a different home path, which was deployed on our Render server. This change altered our environment variable, causing our SQLite database folder to move to a new path: Key Events Leading to Data Loss
Remediation and Future PlansTo prevent similar incidents in the future, we have:
Key TakeawaysThis incident highlights two important lessons:
|
render.yaml is outdated and it doesn't work with the latest docker image
Fixes #2723