BACKUP Errors for MariaDB Xpand
This page is part of MariaDB's Documentation.
The parent of this page is: Errors for MariaDB Xpand
Topics on this page:
Overview
MariaDB Xpand supports a BACKUP statement. The statement can raise errors in certain circumstances.
BACKUP Errors
Errors indicating that something is wrong with the
BACKUPstatement:Bad Parameter.:"Backup..." is invalidBad parameter.: *.* is repeated in the listBad parameter.: DB "..." is included multiple timesBad parameter.: "..." is included multiple timesBad parameter.: nothing to back up!Unrecognized backup url scheme: ...syntax error: ...
Errors indicating you are trying to backup something that cannot be backed-up, or doesn't exist:
Generic Error: no user DB foundBad parameter.: Hidden database '...' cannot be backed upNo such database: '...'Not found: Object "..." does not existNot found: There are more than one "..."Backup only supported for TABLES right now: ...
Errors indicating you are trying to backup something currently unavailable:
Representation is unavailable: ...Generic Backup Error: Couldn't find baserep for ...Generic Backup Error: Couldn't find columns for ...
Errors indicating that Xpand is unable to parse URL or connect to FTP server:
Bad backup URL: ...
Errors indicating that there is already a backup at that location:
Backup already exists in create: ...
Errors indicating file written to backup was shorter than it should have been
Upload of slice was truncated on remote host: ...
Errors indicating that the statement would not backup any data:
EXCLUDING *.* is invalid
Errors indicating an object is excluded more than once:
"..." is repeated in the EXCLUDING clause
Zlib Errors
Errors indicating internal buffering error:
Internal Error: Unexpected buffering stopInternal Error: Unexpected stop
FTP Errors
Errors indicating bad internal usage of our FTP interface:
File not foundFTP Socket ClosedInvalid argument to APISocket timeout while waiting for server responseUnexpected error response from serverUnexpected response to PASS commandUnexpected response to USER commandUnexpected temporary error response from server
SFTP Errors
Errors indicating that there is no process reading from the other end of a pipe:
A file that isn't a directory was specified when a directory is requiredAn attempt was made to modify something on a read-only file systemBad file descriptorBroken pipe
Error typically indicating that you are trying to delete a directory:
Directory not empty, where an empty directory was expected
Error indicating that an existing file was specified in a context where it only makes sense to specify a new file:
File exists
Error indicating that the write operation on a file failed because the disk is full:
No space left on device
Errors indicating that the system tried to use the device represented by the file you specified, and it couldn't find the device:
No such device or addressNo such file or directoryPermission deniedSSH authentication failed
Error indicating that the SSH server closed the connection due to a timeout:
SSH timeout
Error indicating that you tried to transmit data over a socket, without first specifying a destination for the data:
The socket is not connected to anything
Error indicating a cycle of symbolic links:
Too many levels of symbolic links were encountered in looking up a file name
Error indicating something unexpected happened in the SSH protocol:
Unexpected SSH error
