remorses / planetscale-to-supabase

Script to migrate Mysql data and schema to Supabase
66 stars 4 forks source link

docker: Error response from daemon: The system cannot find the file specified. #1

Closed washedlih closed 2 months ago

washedlih commented 4 months ago

Getting this error after running npx migrate-planetscale-to-supabase and inputting my Supabase postgres string. I have docker compose up running too.

docker: Error response from daemon: The system cannot find the file specified. See 'docker run --help'. Error: Could not run 'docker': code 127 at ChildProcess. (C:\Users\Mac\AppData\Local\npm-cache_npx\5c9413c17d99d699\node_modules\migrate-planetscale-to-supabase\dist\index.js:268:27)

remorses commented 4 months ago

please paste the full logs

washedlih commented 4 months ago

2024-04-09 22:35:06 db-1 | 2024-04-10T02:35:06.929107Z 0 [System] [MY-013172] [Server] Received SHUTDOWN from user . Shutting down mysqld (Version: 8.3.0). 2024-04-09 22:35:07 db-1 | 2024-04-10T02:35:07.764972Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.3.0) MySQL Community Server - GPL. 2024-04-09 22:35:07 db-1 | 2024-04-10T02:35:07.764996Z 0 [System] [MY-015016] [Server] MySQL Server - end. 2024-04-09 22:35:16 db-1 | 2024-04-10 02:35:16+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.3.0-1.el8 started. 2024-04-09 22:35:17 db-1 | 2024-04-10 02:35:17+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' 2024-04-09 22:35:17 db-1 | 2024-04-10 02:35:17+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.3.0-1.el8 started. 2024-04-09 22:35:17 db-1 | '/var/lib/mysql/mysql.sock' -> '/var/run/mysqld/mysqld.sock' 2024-04-09 22:35:17 db-1 | 2024-04-10T02:35:17.109742Z 0 [System] [MY-015015] [Server] MySQL Server - start. 2024-04-09 22:35:17 db-1 | 2024-04-10T02:35:17.292876Z 0 [Warning] [MY-010918] [Server] 'default_authentication_plugin' is deprecated and will be removed in a future release. Please use authentication_policy instead. 2024-04-09 22:35:17 db-1 | 2024-04-10T02:35:17.292891Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.3.0) starting as process 1 2024-04-09 22:35:17 db-1 | 2024-04-10T02:35:17.299154Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started. 2024-04-09 22:35:17 db-1 | 2024-04-10T02:35:17.415556Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended. 2024-04-09 22:35:17 db-1 | 2024-04-10T02:35:17.615703Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed. 2024-04-09 22:35:17 db-1 | 2024-04-10T02:35:17.615732Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel. 2024-04-09 22:35:17 db-1 | 2024-04-10T02:35:17.622776Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory. 2024-04-09 22:35:17 db-1 | 2024-04-10T02:35:17.637727Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '::' port: 33060, socket: /var/run/mysqld/mysqlx.sock 2024-04-09 22:35:17 db-1 | 2024-04-10T02:35:17.637778Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.3.0' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server - GPL.

remorses commented 4 months ago

I mean the logs with the error, do you have any more logs?

washedlih commented 4 months ago

I'm not seeing anymore logs unfortunately.