- Notifications
You must be signed in to change notification settings - Fork4.6k
Ask users to have backups before installing the new version and fix cap letter.#9917
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
coderabbitaibot commentedMay 27, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
WalkthroughThe confirmation prompt displayed during the installation process has been revised. The new message clarifies that users should ensure backups themselves before overwriting a previous installation, and the default answer is now set to "No" instead of "Yes." The underlying logic for handling user input remains unchanged. Changes
Poem
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (3)
🔇 Additional comments (1)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat withCodeRabbit:
SupportNeed help? Create a ticket on oursupport page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
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.
Pull Request Overview
This PR updates the confirmation message during installation to clarify that no automatic backup is performed, and it corrects the capitalization for the default input.
- Clarifies that users must ensure they have their own backups.
- Changes the default selection indicator from Y to N.
Uh oh!
There was an error while loading.Please reload this page.
Security Scan Results for PRDocker Image Scan Results
Source Code Scan Results🎉 No vulnerabilities found! |
Uh oh!
There was an error while loading.Please reload this page.
The previous message is being understood like appwrite performing backups by default prior to installing the next version.
However this is not true and only the docker compose file is being backed-up.
This way people makes sure to have a backup prior to upgrading and prevents them from breaking things.
Also the Y letter is capitalized, but it's not the default option. Toggled it to N.
Summary by CodeRabbit