Han Qiao

Results 436 comments of Han Qiao

Hi @plmwd , the local postgres logs are stored inside the postgres container, timestamped by the hour. ```bash $ docker exec -it supabase_db_supabase-dev ls -la /var/log/postgresql total 228 drwxrwxr-t 1...

Hi @ferantivero , appreciate your contribution. We have enabled log rotation in local Postgres. I believe this solves the main problem of logs growing indefinitely. There's another issue with reducing...

We have moved to execute seed sql using pgx, hence avoiding the docker api limit. Feel free to open this ticket again if the latest version doesn't work for you.

Hi @eeston , we have made the scanner buffer size configurable. You might need to play around with buffer sizes to fit your seed file. Perhaps 5mb could be a...

> I assume the csv upload option is also limited to 1mb? I just checked with our support team. The csv upload option does not impose such size limits. You...

Although not perfect, cli v1 does support type generation for tables. https://supabase.com/docs/reference/cli/usage#supabase-gen If you encounter any issues with type gen, please don’t hesitate to open another issue. We will look...

Hi @RyanTippsTX , the CLI supports typegen for Supabase hosted project. ```bash supabase gen types typescript --db-url ``` You can obtain the url from your project dashboard -> database tab.

Currently you can do this without linking but `supabase init` is required to create the toml file. It also starts a docker container for generating types.

Hi @OskarArce , thanks for reporting. I can reproduce this locally and we are working on a fix. I will ping you again once a new version of `supabase/studio` docker...

We have fixed this issue in the latest version of `studio`. You may need to clear your local image cache and restart supabase to fetch the latest version. ```bash supabase...