Hi! Find out the problem. It was related to wordpress cache redis pro plugin.
Plugin WP: REDIS PRO
define('WP_REDIS_CONFIG', [
'host' => '127.0.0.1',
'port' => 6379,
'database' => 0,
'maxttl' => 86400 * 7,
'timeout' => 1.0,
'read_timeout' => 1.0,
// 'prefetch' => true,
// 'split_alloptions' => true,
'debug' => false,
]);
define('WP_REDIS_DISABLED', false);
All sites were searching the database = 'database' => 0
Each site needs to be separate.
'database' => 0 - SITE A
'database' => 1 - SITE B
'database' => 2 - SITE C
'database' => 3 - SITE D...
I could not express my gratitude to aapanel support, especially to @aaPanel_Kern