-
Notifications
You must be signed in to change notification settings - Fork 847
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
Q: upgrade from 2.2.10 to 3 #2706
Comments
which branch are you on and what does VVV's splash screen show? |
Hi Tom, Thanks for the quick response. The splash screen says the following: v3.12 Ruby:2.6.6, Path:"/Users/stvaughan/vagrant-local" Platform: darwin19.2.0 shell:/bin/zsh vagrant-hostsupdater vagrant-goodhosts shared_db_folder_disabled From the two commands you suggested I got the following: git status Changes not staged for commit: Untracked files: no changes added to commit (use "git add" and/or "git commit -a") On the above ACF and TTricks are two of the test WordPress sites I have installed. They are also two aliases I have at the top of the install so mayne this is what is referred to here. Pic to Upload is just a folder of pictures for uploading to the TTrick site. Its at the top level of the install as well. VAGRANT UPDATE is the one I don't seem to be able to identify. AND git remote -v
|
Yup this explains it:
|
Thanks Tom, |
@irishetcher did you get it updated in the end? |
Hi Tom, It still keeps installing to the same version. But, I do notice that I am actually on v3.12 not the Vagrant version v2.2.10 as I first reported by mistakes. So maybe that's where I should be anyway? I managed to deal with the VAGRANT UPDATE file. That file has theses instructions to update? VAGRANT UPDATE
By any chance are these the instructions to update? There are so many versions of update around, it's always hard to guage which one to use. git status is also saying that the directory I have placed in the top level (Pic to Upload) is untracked I followed the instructions to git add but then it wants me to push it. Not sure, if this is something that is pushed somewhere, where that somewhere is. If I try to move that directory out and run git status agian I get a list of warnings so I just followed the instructions to restore. git restore --staged Pic\ to\ Upload Appologies if my explanation is vague. The command line is not something I use everyday. What I have works for some local work. I have started using Local by Flywheel as well so for what I need this might suffice. |
I don't know where you got those instructions from, they look out of date, but all update instructions assume you have a clean git checkout, if To be clear, the issues you've had so far aren't specific to VVV, they're generic git problems |
These are the current instructions: https://varyingvagrantvagrants.org/docs/en-US/installation/keeping-up-to-date/
|
I think trying git pull may be my issue here. I think it must have been installed from the download originally. Is there any way I can hook up to the git repository for this. I just tried a manual install, but tricky trying to figure out what not to overrite. I made a mess but managed to rcover with a backup of the original directory. |
You splash screen and git status output indicate that you're on the
|
This might be helpful: https://stackoverflow.com/questions/52704/how-do-i-discard-unstaged-changes-in-git#52713
|
A |
Hi,
I just noticed, after not using VVV for a while that that my version is at 2.2.10. I have attempted to update to a variant of version 3 but I keep arrivibg back at 2.2.10. I have tried the follwoing procedure:
turn off the VM
vagrant halt
destroy the Ubuntu 14 VM
vagrant destroy
pull down the latest update
git pull
provision a shiny new Ubuntu 18 VM
vagrant up --provision
Anyone have any insights into why VVV may not be updating? I'm on the latest version of mac0S.
The text was updated successfully, but these errors were encountered: