-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrades from Craft 2 not working - all settings lost. #55
Comments
Aha, good shout! I’ll have a look for you as soon as I can :)
On Tue, 2 Apr 2019 at 02:31, Jeremy Daalder ***@***.***> wrote:
https://github.com/angell-co/Spoon/blob/3b7d9c0f8ee265ca77780ee9584d4a86b64292a9/src/migrations/Install.php#L246
Hey - so not everyone going to 3.1 is going to be on 3 first.
In particular, Commerce users are forced to go to Craft 3.1 if they want
Commerce 2 - but of course they will be coming, by definition, from Craft 2
/ Commerce V1.
Thus, can I ask that you do a migration that can cope with this please?
Because stopping on 3 along the way is simply not possible in my case :(
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#55>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAYq-0kuWFz0JGOghae-NHeeZriXR-28ks5vcrLggaJpZM4cW8pi>
.
--
-Josh
angell.io - specialist Craft CMS development and consultancy
|
Ho hum. Is it possible for you to send me a DB backup and zip of the project (redact all security config info if you can) to josh@angell.io? I want to make sure I can migrate your exact setup. Its not quite as simple as I thought ... |
Hey Josh Big DB & project, with a lot of customer info in it etc - do you just need the PMM table, or really the whole thing? (Just a general note - not sure how you're doing it but the most succesful migrations i have seen are the ones that just go into the DB pretty directly and avoid the project stuff...I know e.g. linkit struggled for ages to do it the 'recommended' way but some quick DB code was able to do the same thing much easier...) jeremy |
Aha yes, I remember the site now!
OK then, send me the PMM table and the plugins table, that should be enough
for me to work with internally.
And yeah, direct SQL is often simpler ... 😂
On Sat, 6 Apr 2019 at 00:22, Jeremy Daalder ***@***.***> wrote:
Hey Josh
Big DB & project, with a lot of customer info in it etc - do you just need
the PMM table, or really the whole thing?
(Just a general note - not sure how you're doing it but the most succesful
migrations i have seen are the ones that just go into the DB pretty
directly and avoid the project stuff...I know e.g. linkit struggled for
ages to do it the 'recommended' way but some quick DB code was able to do
the same thing much easier...)
jeremy
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#55 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAYq-8ZYi6aoxd1uDJCU8HTY3X04yNnBks5vd9qwgaJpZM4cW8pi>
.
--
-Josh
angell.io - specialist Craft CMS development and consultancy
|
Thanks – will send those over via Discord…
|
Just a thought...while you are in there looking at this, one little thing - I'd personally prefer to see the Spoon setup stuff moved into the utilities area - to me that left column is for stuff like entries and to give access to things that will change a lot/regularly. Spoon is kinda a static thing, for the most part, once set up. Just a thought - might be worth asking in Discord what people thing but my OCD doesn't like plugins appearing in there personally. Of course feel free to completely ignore me. Most likely I will be doing my Craft 2-> 3 final migration this weekend, so I will just reconfigure Spoon manually after that I guess...not a big deal! |
To conclude this - we’ve worked out you can just rename the old |
Just to confirm - did a test run this morning with a super simple migration:
...and that has worked fine (for my relatively simple case at least!). |
Brilliant, thanks for confirming that @bossanova808! FYI I’ve opened a new issue for the utilities thing, I’ll think about it and probably ask around :) Follow #60 for updates. |
https://github.com/angell-co/Spoon/blob/3b7d9c0f8ee265ca77780ee9584d4a86b64292a9/src/migrations/Install.php#L246
Hey - so not everyone going to 3.1 is going to be on 3 first.
In particular, Commerce users are forced to go to Craft 3.1 if they want Commerce 2 - but of course they will be coming, by definition, from Craft 2 / Commerce V1.
Thus, can I ask that you do a migration that can cope with this please?
Because stopping on 3 along the way is simply not possible in my case :(
The text was updated successfully, but these errors were encountered: