https://supabase.com/ logo
#off-topic
Title
# off-topic
s

sylar815

08/02/2021, 2:50 AM
@User can anyone from the team share your feedback on this?
b

burggraf

08/02/2021, 3:39 AM
As far as I understand, older projects will not automatically be migrated to 13.3, but this is something you can do by creating a new project then doing a backup and restore.
We are working on fixing some permissions issues first, then I'll be doing some testing of the procedure and I'll post a script for it.
I've done it myself, but I had to manually elevate my
postgres
user privileges temporarily, then set it back afterwards.
With the team I'll bring up the idea of doing the upgrade from the dashboard -- I'll see how feasible or desirable that might be, and if might have any possible problems.
In the meantime, I don't think there's anything in 13.3 I personally really NEED -- keep in mind 12.x is still working fine (as are all my projects still based on it) 😄
m

magicquin

08/02/2021, 3:53 AM
Definitely prefer 13!
s

sylar815

08/02/2021, 5:41 AM
but shouldn't be this done automatically for atleast paid customers?
b

burggraf

08/02/2021, 12:43 PM
Not necessarily, as it may cause issues for some people. Maybe if it's requested? I wouldn't want a host ever touching my projects unless I specifically needed them to.
s

sylar815

08/02/2021, 1:18 PM
Okay, and the user's how they will be migrated?
With the script you suggested
b

burggraf

08/02/2021, 4:26 PM
Yeah users are just a table. They migrate just fine - no changes there.
s

sylar815

08/03/2021, 2:03 AM
With passwords?
Won't the secret kye be different?
Key
b

burggraf

08/03/2021, 2:05 AM
oh yeah, that won't work
s

sylar815

08/03/2021, 2:06 AM
Social logins etc
b

burggraf

08/03/2021, 2:06 AM
I'm talking to the team about this now
s

sylar815

08/03/2021, 2:06 AM
Ok thanks
b

burggraf

08/03/2021, 2:06 AM
social logins should work
if you copy the client_ids and secrets over
but you also need to modify the callback URL in each provider because your database domain has changed with the new project
I had to do this the other day
s

sylar815

08/03/2021, 2:07 AM
Yes, correct
It says, team is working on migrating old projects. Just noticed
b

burggraf

08/03/2021, 2:15 AM
Yes, we're working on a migration path.