Time: {ts '2026-01-27 08:10:09'}
Error getting database list: Datasource [gcdm] doesn't exist
Error checking global database: Datasource [gcdm] doesn't exist
Error checking fed table structure: Datasource [gcdm] doesn't exist
This might mean the global database or fed table doesn't exist yet.
Error checking main gcdm fed table: Datasource [gcdm] doesn't exist
Error checking global database tables: Datasource [gcdm] doesn't exist
The global database likely doesn't exist or isn't accessible.
Test insert failed: Datasource [gcdm] doesn't exist
SQL State:
Detail: available datasource names are [gccd_log,gccd_global,gccd_archive,globalD,gccd]
If the global database doesn't exist, you need to run:
-- Create the global database CREATE DATABASE IF NOT EXISTS `global` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci; -- Import the global schema -- Run the global.sql file to create all tables