Skip to content
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

Best method for update all without loose regions and users #328

Open
johnfelipe opened this issue May 27, 2020 · 1 comment
Open

Best method for update all without loose regions and users #328

johnfelipe opened this issue May 27, 2020 · 1 comment
Labels
Projects
Milestone

Comments

@johnfelipe
Copy link

Hi dear, Wich one is best method for update opensim to latest, without loose any in actual instance?

@greythane
Copy link
Member

Hi Johnfelipe,
I assume you mean upgrading WhiteCore here :)

To upgrade if you build from source, once the compilation has completed, all you need to do is to replace the existing 'bin' folder in your running instance with the newly compiled 'bin' folder

You do the following...

  • Rename the existing 'bin' folder in your configured WhiteCoreSim instance - i.e.'bin_old'
  • From your build setup folder, copt the newly compiled 'bein' folder from the (build) WhiteCoreSim folder
    • i.e. (Build)/WhiteCoreSim/bin --> (Configured) WhiteCoreSim/bin
  • Restart and you will be running the new code using the existing config, regions, database etc

There is also an auto upgrade process in place but this is not yet fully operational (work in progress)

@fly-man- fly-man- added this to the 0.9.5 milestone Nov 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
0.9.5
Awaiting triage
Development

No branches or pull requests

3 participants