common_site_config.json
{
"background_workers": 1,
"default_site": "103wi.local",
"developer_mode": 1,
"file_watcher_port": 6789,
"frappe_user": "mac",
"gunicorn_workers": 17,
"live_reload": true,
"maintenance_mode": 0,
"pause_scheduler": 0,
"rebase_on_pull": false,
"redis_cache": "redis://localhost:13002",
"redis_queue": "redis://localhost:11002",
"redis_socketio": "redis://localhost:12002",
"restart_supervisor_on_update": false,
"restart_systemd_on_update": false,
"serve_default_site": true,
"shallow_clone": true,
"socketio_port": 9002,
"use_redis_auth": false,
"webserver_port": 8000
}
site_config.json
{
"db_name": "_190af071dfa1f43e",
"db_password": "2CHKbDH9SYfS9p2e",
"db_type": "mariadb",
"developer_mode": 1,
"ignore_csrf": 1,
"user_type_doctype_limit": {
"employee_self_service": 20
}
}
When I ran this command
bench --site 103wi.local backup --with-files --ignore-backup-conf
mysqldump: Couldn’t execute ‘SELECT COLUMN_NAME, JSON_EXTRACT(HISTOGRAM, ‘$.“number-of-buckets-specified”’) FROM information_schema.COLUMN_STATISTICS WHERE SCHEMA_NAME = ‘_190af071dfa1f43e’ AND TABLE_NAME = ‘__Auth’;’: Unknown table ‘column_statistics’ in information_schema (1109)