The disk database
The disk schema persists the configuration to disk.
The persistent configuration will be available on next restarts.
List all tables
Admin> SHOW TABLES from disk;
tables
--------------------------------------------
global_settings
global_variables
mysql_aws_aurora_hostgroups
mysql_collations
mysql_firewall_whitelist_rules
mysql_firewall_whitelist_sqli_fingerprints
mysql_firewall_whitelist_users
mysql_galera_hostgroups
mysql_group_replication_hostgroups
mysql_hostgroup_attributes
mysql_query_rules
mysql_query_rules_fast_routing
mysql_replication_hostgroups
mysql_servers
mysql_servers_ssl_params
mysql_users
pgsql_firewall_whitelist_rules
pgsql_firewall_whitelist_sqli_fingerprints
pgsql_firewall_whitelist_users
pgsql_hostgroup_attributes
pgsql_ldap_mapping
pgsql_query_rules
pgsql_query_rules_fast_routing
pgsql_replication_hostgroups
pgsql_servers
pgsql_users
proxysql_servers
restapi_routes
scheduler
(29 rows)
These tables are the persistent equivalent of configuration of in-memory tables.
Configuration on in-memory tables is lost across restarts, while the content of configuration on disk tables is persistent.