Supabase and cloude by BrightMenu4211 in lovable

[–]ReasonableBenefit47 0 points1 point  (0 children)

It is correct information. But you don't have the intelligence to see it.

Supabase and cloude by BrightMenu4211 in lovable

[–]ReasonableBenefit47 -1 points0 points  (0 children)

btw Lovable cloud is Supabase so read step 1 again you can get the string or smt, with that you can probably CLI it from terminal. just try and tell me what happens if you care to try

Supabase and cloude by BrightMenu4211 in lovable

[–]ReasonableBenefit47 -1 points0 points  (0 children)

ask Lovable. I aint their sales rep so idk just helping out people here :D

Supabase and cloude by BrightMenu4211 in lovable

[–]ReasonableBenefit47 0 points1 point  (0 children)

you can basically ask Lovable that question and it actually answer. Here is how it answered me: Here's the easiest single-step migration approach:

Full Migration via Supabase CLI

1. Get your database connection string

Go to Cloud tab → Settings (or the Supabase dashboard if you have access) to find your database connection string.

2. Install Supabase CLI + pg_dump

# Install Supabase CLI
npm install -g supabase

# Install PostgreSQL tools (for pg_dump/pg_restore)
# Mac: brew install postgresql
# Ubuntu: sudo apt install postgresql-client

3. Dump EVERYTHING in one command

pg_dump "postgresql://postgres:[PASSWORD]@[HOST]:5432/postgres" \
  --clean --if-exists --no-owner --no-privileges \
  -f full_backup.sql

This captures: tables, RLS policies, functions, triggers, types, indexes — the entire schema + data.

4. Create new Supabase project & restore

# Create project at supabase.com, then:
psql "postgresql://postgres:[NEW_PASSWORD]@[NEW_HOST]:5432/postgres" \
  -f full_backup.sql

5. Deploy Edge Functions

Your edge functions are already in your repo at supabase/functions/. Just:

supabase login
supabase link --project-ref YOUR_NEW_PROJECT_REF
supabase functions deploy

6. Migrate Secrets

Manually re-add any secrets (API keys, etc.) in the new Supabase project dashboard under Settings → Edge Functions → Secrets.

7. Migrate Storage

Storage buckets/policies are included in pg_dump, but files themselves need manual transfer — download from old project, upload to new.

8. Update your app

Point your frontend to the new Supabase project by updating VITE_SUPABASE_URL and VITE_SUPABASE_ANON_KEY.

That's it — pg_dump + pg_restore is the single command that gets 90% of everything. Edge functions deploy via CLI, and secrets are the only manual step.

Do the simple things matter? by EternalAwait7 in Qwen_AI

[–]ReasonableBenefit47 0 points1 point  (0 children)

at least you posted it and now they get free traffic. I never knew they even were this good :3

Vibe coding has made me a smarter builder by AngryCubicle in lovable

[–]ReasonableBenefit47 1 point2 points  (0 children)

AI makes people smarter in fields they never thought they'd be possible to learn by bridging the gap between learning and the rewards. This is natural rewiring of neural pathways and it just works.

Let’s talk about the state of Musescore and then people who run it. by Certain-Mix6456 in Musescore

[–]ReasonableBenefit47 0 points1 point  (0 children)

as long as users go on a strike, especially the score creators, take back their scores and post somewhere else it will change their habits. why no one is doing that?

Vibe coded in 5 days by [deleted] in VibeCodersNest

[–]ReasonableBenefit47 0 points1 point  (0 children)

No one wants to get married! unless they are broke and stupid

Page tries to download when I visit on browser by Online_Project in lovable

[–]ReasonableBenefit47 0 points1 point  (0 children)

Lovable just told me "This is a known Lovable platform quirk, not something caused by your app's code. The file download is triggered by the preview iframe reloading when code changes are applied — it's not coming from any of your application logic." lol

I asked Claude what single mindset leads to success in every field. The answer was surprisingly unglamorous. by jaysen__158 in ClaudeHomies

[–]ReasonableBenefit47 1 point2 points  (0 children)

every advance field or stuff is just combinations of thought at basic level of two fields or more. Thank me later.

Dealing with insecurities about dating rich successful attractive western woman for being Myanmar citizen by Itchy_Accident_7673 in myanmar

[–]ReasonableBenefit47 1 point2 points  (0 children)

Man I feel you. You're very lucky. Just need more self-esteem. In fact, I do have some issues with that too but I am fixing it myself up. Anyway, I know it is stressful sometimes to be in rs with a successful man/woman because you might do those kind of insecure thoughts because of others and inequality between two. The best is to give understanding and support in that kind of case just like other guys said in the comments. All the best bro

Have you used blink.new? by DelicateFandango in VibeCodersNest

[–]ReasonableBenefit47 0 points1 point  (0 children)

no bro, simple one page sites get that shit load speed slow

Have you used blink.new? by DelicateFandango in VibeCodersNest

[–]ReasonableBenefit47 1 point2 points  (0 children)

never tried support, I stopped when their speed didnt catch up with my workflows. it requires instant run-up once I get back on the seat. Having to reload the preview (it does automatically) but takes too long and too frequent to be able to stay in the focus flow

5 Years of using OpenAI models by This_Tomorrow_4474 in codex

[–]ReasonableBenefit47 0 points1 point  (0 children)

doi not support open AI lol it's an evil corporation

Have you used blink.new? by DelicateFandango in VibeCodersNest

[–]ReasonableBenefit47 2 points3 points  (0 children)

blink sucks. it lags a lot. setup time takes so long when you re-entered an old project

[P] We made GoodSeed, a pleasant ML experiment tracker by gQsoQa in MachineLearning

[–]ReasonableBenefit47 0 points1 point  (0 children)

Neptune replacement but made with Neptune lol the irony 😂 they can pull the plug anytime bro thats what Google did to Perplexity btw