Backup error #133527
Labels
A-disaster-recovery
A-jobs
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
O-community
Originated from the community
T-jobs
X-blathers-triaged
blathers was able to find an owner
Hello , we have an issue in our production cockroachDB.
When i try to backup a table from our Database i run into this issue:
Node liveness error
This is the command that i use:
BACKUP public.message INTO 'nodelocal://1/1' AS OF SYSTEM TIME '-10s';
BTW: our daily backups fail as well , this is the Command we use to schedule our daily backups:
Our setup:
CPU
Memory : 160 GB
Windows :10 - 64 bit architecture
CockroachDB Version : 23.1.8
Running Command:
%~dp0cockroach.exe start-single-node --insecure --cache=.25 --max-sql-memory=.25 && (echo 'didn't fail') || (start cockroach.bat)
Also we are using CockroachDB for the purpose of Nakama chat and messaging System.
Our backup has been recently running into this issue.
I can't tell you how to reproduce this issue specifically because we have around 1 million+ users and millions of rows in the messages table of our database , but i can provide logs if necessary.
Thank you in advance
Jira issue: CRDB-43662
The text was updated successfully, but these errors were encountered: