2

I am currently working on an application using Sails version 0.9.9 but I want to upgrade to utilize the new support for data model associations. I found this article about migrating applications from 0.8.x to 0.9.x but is there anything I should do to safely upgrade my application from 0.9.x to 0.10.x?

  • 1
    Check out the following docs regarding upgrading in sails (version 0.9x to 0.10x) http://beta.sailsjs.org/#!documentation/reference/Upgrading/Upgrading.html – JohnGalt Apr 24 '14 at 20:59
  • Unfortunately, this doc doesn't list specific instructions on how to safely upgrade and migrate your application. – kmwagner9217 Apr 28 '14 at 14:39

2 Answers2

1

Yes! A lot has changed in the latest version. Check out this link. Also, make sure you check out the website for the newest documentation on v0.10

cramrod
  • 81
  • 3
  • I found that upgrade doc on the Sails site but it doesn't seem to say anything about what actually needs to be done to upgrade, but rather how to do new things in your 0.10.x application. And when I checked this morning the doc was empty.. – kmwagner9217 Apr 28 '14 at 12:52
  • That link is just a template page with no content, and the docs contain no link that I can find to how to upgrade from v0.9 to v0.10 – Dave Sag May 31 '14 at 02:26
0

I ran npm update sails -g and my application starts up and runs the same as it used to. I'm guessing it was a simple enough app that it isn't affected by the upgrade.