Sponsor:

Your company here — click to reach over 10,000 unique daily visitors

incus.admin.sql - Man Page

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.

This command targets the global database and works in both local
and cluster mode.

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

2-Jul-2024 Auto generated by spf13/cobra

Info

Jul 2024 Auto generated by spf13/cobra