https://supabase.com/ logo
Join DiscordCommunities
Powered by
# off-topic
  • c

    caryyon

    12/20/2021, 11:44 PM
    I am still unable
    j
    e
    • 3
    • 17
  • j

    jonny

    12/21/2021, 12:10 AM
    dash login issues
  • p

    poutingemoji

    12/21/2021, 1:07 AM
    is there some sort of limit to how many rows i can import into a supabase table? i have this csv file with about 10k rows. i tried importing all 10k and gut a 431 undefined error. i tried importing 5k and it succeeds but i just get the header columns with no rows and it works with about 430~ of them
  • p

    poutingemoji

    12/21/2021, 1:07 AM
    im trying to migrate from mongodb
  • u

    0xAvneesh

    12/21/2021, 8:54 AM
    received my supabase tee and some stickers πŸŽ‰ πŸ₯³ https://twitter.com/avneesh0612/status/1472968664739581953
  • p

    patrik

    12/21/2021, 2:59 PM
    is there a timetable for @supabase/ui, looking forward to theming
  • c

    caryyon

    12/21/2021, 4:38 PM
    I've been using firebase for years now for quick MVP projects.... now I'm never using it again. supabase is way faster to set up and easier to get going.
  • m

    Mike_

    12/21/2021, 6:01 PM
    Hey, does anyone know if there is some way to export SQL for re-generating the postgres schema? Would be great to back up the schema generation SQL in case of somehow losing it, or e.g. if you want to replicate it over to a new supabase project. Seems like something that is worth checking into version control...
  • f

    florian-lefebvre

    12/21/2021, 6:20 PM
    Check out https://supabase-schema.vercel.app
  • j

    jonny

    12/21/2021, 6:24 PM
    i'll try and commit to a timeline on it soon. I've also been doing a figma kit along with it, hence its taken a while.
  • k

    ktosiek

    12/21/2021, 6:32 PM
    Is the dashbord slow for everyone, or just me? It seems that any change that causes DDL takes seconds
  • n

    nixfixbix

    12/21/2021, 8:40 PM
    Hi all - quick question: how do I change my password to my app? I have a
    @
    in my password which breaks the database url string
  • n

    nixfixbix

    12/21/2021, 8:44 PM
    Found the way to escape special characters here: https://github.com/vitaly-t/connection-string/wiki/FAQ#how-to-use-special-symbols-for-user-name-or-password - But I'd still like to know how to change passwords
  • s

    Senah

    12/22/2021, 3:21 AM
    I know you can have over 10k rows. Have you tried copy and pasting the csv in instead of uploading the file?
  • p

    poutingemoji

    12/22/2021, 3:23 AM
    yeah, same limitation
  • k

    ktosiek

    12/22/2021, 8:24 AM
    have you tried connecting straight to the DB with psql? You can see the connection string in your project's Settings -> Database
  • p

    poutingemoji

    12/22/2021, 8:26 AM
    yeah, you want me to try to load the csv into the tables that way?
  • p

    poutingemoji

    12/22/2021, 8:26 AM
    through my codebase?
  • p

    poutingemoji

    12/22/2021, 8:26 AM
    i should try that
  • k

    ktosiek

    12/22/2021, 8:29 AM
    pretty much, yeah. psql can do raw COPY, but with 10k rows whatever you do should be fast enough
  • k

    ktosiek

    12/22/2021, 8:38 AM
    actually, I wonder if the public PostgreSQL endpoint can be turned off? Or limited to specific source IPs? I know it's protected by a password, but it still feels like an unnecessary risk.
  • u

    user

    12/22/2021, 1:50 PM
    https://supabase.com/docs/going-into-prod#security
  • k

    ktosiek

    12/22/2021, 2:01 PM
    I don't see anything about the raw postgresql access on that list - have I missed something?
  • u

    user

    12/22/2021, 2:01 PM
    I think you don't need to worry about that if you have RLS
  • u

    user

    12/22/2021, 2:01 PM
    but I'm not sure
  • u

    user

    12/22/2021, 2:01 PM
    you can contact support and ask
  • k

    ktosiek

    12/22/2021, 2:04 PM
    RLS is not really relevant here. I'm thinking about attacks like exhausting max_connections (I think a new backend is started before authentication), or attacks on PostgreSQL's authentication implementation (I mean, it's a database, not exactly first line of defense in most installations).
  • z

    Zyrto

    12/22/2021, 2:08 PM
    If security and having control over your whole stack is extremely important for you maybe Supabase is not the best choice here, make your own API over an internal Postgres database
  • k

    ktosiek

    12/22/2021, 2:10 PM
    Oh, I don't need that control, it'd just be nice to have as an additional precaution :-)
  • z

    Zyrto

    12/22/2021, 2:13 PM
    I think they will add all that kind of informations just before the production release. For the moment the project is not considered entreprise grade production ready
1...167168169...392Latest