We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
API improvement
We already have backup & restore tools to backup and restore the database when something goes bad.
But it's not easy to use. You must use the COPY SQL and greptime cli together.
COPY
greptime cli
https://docs.greptime.com/user-guide/administration/disaster-recovery/back-up-&-restore-data
https://docs.greptime.com/user-guide/upgrade#cli
The steps are cumbersome and not user-friendly.
It's better to redesign it for DR, including:
No response
The text was updated successfully, but these errors were encountered:
show create database
create database sql
Sorry, something went wrong.
We now have the tool, and it can be closed.
fengjiachun
No branches or pull requests
What type of enhancement is this?
API improvement
What does the enhancement do?
We already have backup & restore tools to backup and restore the database when something goes bad.
But it's not easy to use. You must use the
COPY
SQL andgreptime cli
together.https://docs.greptime.com/user-guide/administration/disaster-recovery/back-up-&-restore-data
https://docs.greptime.com/user-guide/upgrade#cli
The steps are cumbersome and not user-friendly.
It's better to redesign it for DR, including:
Implementation challenges
No response
The text was updated successfully, but these errors were encountered: