13:10:26 INFO ⚙️ Command(s) 13:10:26 INFO └─ /streak (streak) 13:10:26 INFO 📢 Event(s) 13:10:26 INFO └─ messageCreate 13:10:26 INFO 📦 tempvoice (v1.0.0) 13:10:26 INFO ⚙️ Command(s) 13:10:26 INFO └─ /tempvoice 13:10:26 INFO └─ remove 13:10:26 INFO └─ setup 13:10:26 INFO 🧩 Component(s) 13:10:26 INFO └─ ✅ TempVoice Buttons registered. 13:10:26 INFO └─ ✅ TempVoice Modals registered. 13:10:26 INFO └─ ✅ TempVoice Select Menus registered. 13:10:26 INFO 📢 Event(s) 13:10:26 INFO └─ voiceStateUpdate 13:10:26 INFO 📦 ticket (v1.0.0) 13:10:26 INFO ⚙️ Command(s) 13:10:26 INFO └─ /ticket 13:10:26 INFO └─ add 13:10:26 INFO └─ close 13:10:26 INFO └─ [panel] 13:10:26 INFO └─ create 13:10:26 INFO └─ delete 13:10:26 INFO └─ reload 13:10:26 INFO └─ remove 13:10:26 INFO └─ transcript 13:10:26 INFO └─ [type] 13:10:26 INFO └─ create 13:10:26 INFO └─ delete 13:10:26 INFO 🧩 Component(s) 13:10:26 INFO └─ Interaction: 'ticketcreate', 'ticketclose', 'ticketselect' (User Facing) 13:10:26 INFO └─ Panel Setup: 'tkt-panel-modal-show', 'tkt-panel-create' 13:10:26 INFO └─ Type Setup: 'tkt-type-step1-show', 'tkt-type-step1-submit', 'tkt-type-step2-show', 'tkt-type-step2-submit' (Multi-Modal Flow) 13:10:26 INFO └─ Interaction: 'ticket-close-with-reason', 'tkt-close-reason-submit', 'ticket-claim' (Staff Facing) 13:10:26 INFO ▬▬▬▬▬▬▬▬▬▬▬▬▬▬[ Connect Database ]▬▬▬▬▬▬▬▬▬▬▬▬▬▬ 13:10:26 INFO 🚀 Dashboard server listening on 0.0.0.0:2022 13:10:26 INFO 🌐 Public URL (check Discord Dev Portal): http://node-in1.aeroxdev.xyz:2022 13:10:26 WARN 🟠 [REDIS] Connection error: 13:10:26 WARN [REDIS] Connection #1 closed. Attempting immediate failover... 13:10:26 WARN [REDIS] Failover exhausted. Scheduling full reconnect... 13:10:26 WARN 🟠 [REDIS] Connection error: 13:10:26 WARN [REDIS] Connection #1 closed. Attempting immediate failover... 13:10:26 WARN [REDIS] Failover exhausted. Scheduling full reconnect... 13:10:26 WARN 🟠 [REDIS] Connection error: 13:10:26 WARN [REDIS] Connection #1 closed. Attempting immediate failover... 13:10:26 WARN [REDIS] Failover exhausted. Scheduling full reconnect... 13:10:26 WARN 🟠 [REDIS] Connection error: 13:10:26 WARN [REDIS] Connection #1 closed. Attempting immediate failover... 13:10:26 WARN [REDIS] Failover exhausted. Scheduling full reconnect... (node:33) [SEQUELIZE0006] DeprecationWarning: This database engine version is not supported, please update your database server. More information https://github.com/sequelize/sequelize/blob/main/ENGINE.md (Use `node --trace-deprecation ...` to show where the warning was created) 13:10:26 WARN 🟠 [REDIS] Connection error: 13:10:26 WARN [REDIS] Connection #1 closed. Attempting immediate failover... 13:10:26 WARN [REDIS] Failover exhausted. Scheduling full reconnect... 13:10:27 DEBUG Executing (default): SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_NAME = 'Sessions' AND TABLE_SCHEMA = 'sql12810466' 13:10:27 WARN 🟠 [REDIS] Connection error: 13:10:27 WARN [REDIS] Connection #1 closed. Attempting immediate failover... 13:10:27 WARN [REDIS] Failover exhausted. Scheduling full reconnect... 13:10:27 DEBUG Executing (default): SELECT 1 1 AS result 13:10:27 DEBUG Executing (default): CREATE TABLE IF NOT EXISTS `Sessions` (`sid` VARCHAR(36) , `expires` DATETIME, `data` TEXT, `createdAt` DATETIME NOT NULL, `updatedAt` DATETIME NOT NULL, PRIMARY KEY (`sid`)) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE utf8mb4_unicode_ci; 13:10:27 INFO 🚜 Checking migrations for 44 files... 13:10:27 DEBUG Executing (default): SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = 'sql12810466'; 13:10:27 DEBUG Executing (default): SHOW INDEX FROM `Sessions` 13:10:27 DEBUG Executing (default): CREATE TABLE IF NOT EXISTS `migrations` (`id` INTEGER auto_increment , `name` VARCHAR(255) NOT NULL, `batch` INTEGER NOT NULL DEFAULT 1, `migration_time` DATETIME, PRIMARY KEY (`id`)) ENGINE=InnoDB; 13:10:27 DEBUG Executing (default): SELECT name FROM migrations ORDER BY id ASC 13:10:27 WARN 🟠 [REDIS] Connection error: 13:10:27 WARN [REDIS] Connection #1 closed. Attempting immediate failover... 13:10:27 WARN [REDIS] Failover exhausted. Scheduling full reconnect... 13:10:27 DEBUG Executing (default): SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = 'sql12810466'; 13:10:27 DEBUG Executing (default): SELECT name FROM migrations ORDER BY id ASC 13:10:27 DEBUG Executing (default): CREATE TABLE IF NOT EXISTS `inventory_adventures` (`id` INTEGER NOT NULL auto_increment , `userId` VARCHAR(255) NOT NULL, `itemName` VARCHAR(255) NOT NULL, `quantity` INTEGER NOT NULL DEFAULT 1, PRIMARY KEY (`id`)) ENGINE=InnoDB; 13:10:27 DEBUG Executing (default): ALTER TABLE `inventory_adventures` ADD UNIQUE INDEX `unique_inventory_stack` (`userId`, `itemName`) 13:10:27 DEBUG Executing (default): SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = 'sql12810466'; 13:10:27 DEBUG Executing (default): INSERT INTO migrations (name, batch, migration_time) VALUES ('20251120_000001_create_inventory_adventures_table.js', 1, '2025-12-03 13:10:27') 13:10:27 WARN 🟠 [REDIS] Connection error: 13:10:27 WARN [REDIS] Connection #1 closed. Attempting immediate failover... 13:10:27 WARN [REDIS] Failover exhausted. Scheduling full reconnect... 13:10:27 INFO ✅ Migrated: 20251120_000001_create_inventory_adventures_table.js 13:10:27 DEBUG Executing (default): CREATE TABLE IF NOT EXISTS `user_adventures` (`id` INTEGER NOT NULL auto_increment , `userId` VARCHAR(255) NOT NULL UNIQUE, `level` INTEGER DEFAULT 1, `xp` INTEGER DEFAULT 0, `hp` INTEGER DEFAULT 100, `maxHp` INTEGER DEFAULT 100, `gold` INTEGER DEFAULT 50, `strength` INTEGER DEFAULT 10, `defense` INTEGER DEFAULT 5, `characterId` VARCHAR(255), `monsterName` VARCHAR(255), `monsterHp` INTEGER DEFAULT 0, `monsterStrength` INTEGER DEFAULT 0, `monsterGoldDrop` INTEGER DEFAULT 0, `monsterXpDrop` INTEGER DEFAULT 0, PRIMARY KEY (`id`)) ENGINE=InnoDB; 13:10:28 DEBUG Executing (default): SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = 'sql12810466'; 13:10:28 DEBUG Executing (default): INSERT INTO migrations (name, batch, migration_time) VALUES ('20251120_000002_create_user_adventures_table.js', 1, '2025-12-03 13:10:28') 13:10:28 INFO ✅ Migrated: 20251120_000002_create_user_adventures_table.js 13:10:28 DEBUG Executing (default): CREATE TABLE IF NOT EXISTS `users` (`id` INTEGER NOT NULL auto_increment , `guildId` VARCHAR(255) NOT NULL, `userId` VARCHAR(255) NOT NULL, `level` INTEGER DEFAULT 1, `xp` INTEGER DEFAULT 1, `lastMessage` DATETIME DEFAULT NULL, `warnings` JSON, PRIMARY KEY (`id`)) ENGINE=InnoDB; 13:10:28 ERROR 🔥 Migration Failed: Migration 20251122_000001_create_users_table.js (up) failed: Original error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'JSON, PRIMARY KEY (`id`)) ENGINE=InnoDB' at line 1 [Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ---------- [Pterodactyl Daemon]: Exit code: 1 [Pterodactyl Daemon]: Out of memory: false [Pterodactyl Daemon]: Checking server disk space usage, this could take a few seconds... [Pterodactyl Daemon]: Updating process configuration files... [Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take a few seconds... [Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete... [Pterodactyl Daemon]: Finished pulling Docker container image v20.19.6 :/home/container$ if [[ -d .git ]]