Website migration from v1 #384
rallisf1
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I migrated a website I made from Primo v1 to v2 yesterday.
Just writing down the steps I took for future reference and in case anyone needs to do the same.
Disclaimer: Your case might be different. Myself I have kept a Primo v1 instance running for a few old sites. Practically you don't need the Primo v1 instance. If you don't have a copy of its assets you need its supabase instance to download them.
\n
with commas,
, thus you get a comma separated list of all your site's page idsin
and paste the comma separated page ids list you got in the last stephttps://v1-instance.supabase.co/storage/v1/object/public/sites/site-name/file-name.ext
tohttps://v2-instance.supabase.co/storage/v1/object/public/images/site-id/file-name.ext
@iconify/svelte/dist/Icon.svelte
->@iconify/svelte
primo
prefix from any class selectors in your page/site/compontents cssThat's it, everything should work now.
Beta Was this translation helpful? Give feedback.
All reactions