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

Update database naming restrictions #3042

Merged
merged 2 commits into from
Jul 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion website/docs/diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ slug: /diff/ # referenced in README.md and beacon
- name cannot start with the reserved prefix `_ferretdb_`;
- database name must not include non-latin letters;
- collection name must be valid UTF-8 characters;
- database name must not start with a number;
9. FerretDB offers the same validation rules for the `scale` parameter in both the `collStats` and `dbStats` commands.
If an invalid `scale` value is provided in the `dbStats` command, the same error codes will be triggered as with the `collStats` command.

Expand Down