Website migration from v1 #384
Closed
rallisf1
started this conversation in
Show and tell
Replies: 1 comment
-
|
Closing for v3 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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.
\nwith commas,, thus you get a comma separated list of all your site's page idsinand 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.exttohttps://v2-instance.supabase.co/storage/v1/object/public/images/site-id/file-name.ext@iconify/svelte/dist/Icon.svelte->@iconify/svelteprimoprefix 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