Provided by: incus-client_6.0.3-1_amd64 bug

NAME

       incus-admin-sql - Execute a SQL query against the local or global database

SYNOPSIS

       incus admin sql   [flags]

DESCRIPTION

       Description:
         Execute a SQL query against the local or global database

       The local database is specific to the cluster member you target the
       command to, and contains member-specific data (such as the member network
       address).

       The global database is common to all members in the cluster, and contains
       cluster-specific data (such as profiles, containers, etc).

       If you are running a non-clustered server, the same applies, as that
       instance is effectively a single-member cluster.

       If <query> is the special value "-", then the query is read from
       standard input.

       If <query> is the special value ".dump", the command returns a SQL text
       dump of the given database.

       If <query> is the special value ".schema", the command returns the SQL
       text schema of the given database.

       This internal command is mostly useful for debugging and disaster
       recovery. The development team will occasionally provide hotfixes to users as a
       set of database queries to fix some data inconsistency.

OPTIONS

       -f, --format="table"      Format (csv|json|table|yaml|compact)``

OPTIONS INHERITED FROM PARENT COMMANDS

       --debug[=false]      Show all debug messages

       --force-local[=false]      Force using the local unix socket

       -h, --help[=false]      Print help

       --project=""      Override the source project``

       -q, --quiet[=false]      Don't show progress information

       --sub-commands[=false]      Use with help or --help to view sub-commands

       -v, --verbose[=false]      Show all information messages

       --version[=false]      Print version number

SEE ALSO

       incus-admin(1)

HISTORY

       20-Dec-2024 Auto generated by spf13/cobra