Hello,
I’m trying to deploy a Directus 9 site and I’m getting the error:
Cloning into ‘/home/cleavr/mzkgughbmpo5007w3192.cleaver.rocks/current’… npm WARN deprecated @types/cssnano@5.1.0: This is a stub types definition. cssnano provides its own type definitions, so you do not need this installed. npm WARN deprecated @types/pino@7.0.5: This is a stub types definition. pino provides its own type definitions, so you do not need this installed. npm WARN deprecated keyv-memcache@1.3.3: This project has been renamed to @keyv/memcache which will be updated moving forward. npm WARN deprecated fastify-warning@0.2.0: This module renamed to process-warning npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. added 909 packages, changed 4 packages, and audited 920 packages in 1m 91 packages are looking for funding run npm fund
for details 3 high severity vulnerabilities Some issues need review, and may require choosing a different dependency. Run npm audit
for details. 13:05:09 Initializing bootstrap… node:internal/process/promises:246 triggerUncaughtException(err, true /* fromPromise */); ^ Error: connect ECONNREFUSED 127.0.0.1:3306 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1161:16) -------------------- at Protocol._enqueue (/home/cleavr/mzkgughbmpo5007w3192.cleaver.rocks/current/node_modules/mysql/lib/protocol/Protocol.js:144:48) at Protocol.handshake (/home/cleavr/mzkgughbmpo5007w3192.cleaver.rocks/current/node_modules/mysql/lib/protocol/Protocol.js:51:23) at Connection.connect (/home/cleavr/mzkgughbmpo5007w3192.cleaver.rocks/current/node_modules/mysql/lib/Connection.js:116:18) at /home/cleavr/mzkgughbmpo5007w3192.cleaver.rocks/current/node_modules/knex/lib/dialects/mysql/index.js:66:18 at new Promise () at Client_MySQL.acquireRawConnection (/home/cleavr/mzkgughbmpo5007w3192.cleaver.rocks/current/node_modules/knex/lib/dialects/mysql/index.js:61:12) at create (/home/cleavr/mzkgughbmpo5007w3192.cleaver.rocks/current/node_modules/knex/lib/client.js:249:39) { errno: -111, code: ‘ECONNREFUSED’, syscall: ‘connect’, address: ‘127.0.0.1’, port: 3306, fatal: true }