Hi David, That is certainly strange! I just installed the previous version of arches and then performed an upgrade (pip install arches --upgrade) and I now have the "arches/management/patches" directory and associated files. It can't hurt to try again. Did you notice any errors during the upgrade? Could it be a file locking issue? You might try closing all windows that reference the file system and of course you should stop the webserver and elesticsearch. Let me know if any of this helps. Cheers, Alexei
Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Wed, Jul 29, 2015 at 10:09 AM, David Lopes <[email protected]> wrote: > Hi, > > This is David (cimbre.ddns.net) and I have a question regarding the path > where to apply the patch: Are the folders /arches/management/patches/ > created during the process,? Or where are they located? Because I can't > find them in the present structure (I applied the upgrade and did not > reinstall) > > Thanks a lot > > David Lopes > > > > terça-feira, 21 de Julho de 2015 às 22:38:32 UTC+1, Alexei Peters escreveu: >> >> Hi Everyone, >> The Arches team has been busy trying to improve Arches and fix a few bugs >> as well. >> Below you'll find a listing of all the changes that are included in the >> latest releases. >> >> The main impetus for this release was this bug >> <https://bitbucket.org/arches/arches3/issues/278/hip-trouble-with-entering-multiple> >> found >> by Bojan Kastelic (thanks Bojan!) >> >> Users are encouraged to update at their earliest convenience. Completely >> re-installing Arches and Arches-HIP is the easiest way to accomplish this. >> >> If you can't completely re-install Arches (because you have data in the >> system that you want to preserve) then you'll need to upgrade by running >> the following commands: >> >> pip install arches --upgrade >> pip install arches-hip --upgrade >> >> After upgrading you'll need to apply a patch by running this command >> (remembering to update the path to the patch file): >> >> (on linux) --> sudo python manage.py install_patch -s {path to arches >> v3}/arches/management/patches/20150717_upgrade_to_v3_0_4 >> >> (on windows) --> python manage.py install_patch -s {path to arches >> v3}/arches/management/patches/20150717_upgrade_to_v3_0_4 >> >> >> Cheers, >> The Arches Team >> >> Listing of changes in the latest releases: >> >> Arches 3.0.4 >> >> - exclude uploaded files from the pip install >> - add Resource and Entity model tests, add more intuitive CAR test >> resource >> - adding a way to get the version of Arches from the command line >> - adding the ability to apply a patch to a running system >> - Removed mock creator and updater details from search results until >> they can be >> - update old ENTITY_MODEL setting to new RESOURCE_MODEL setting. >> - part of a fix to the component form, where only one component could >> be saved, fixes #278 >> - Changed postgis template name to template_postgis_20 >> - fix the errors being thrown by the loading of the test db schema >> - Adding tool to index arches from the database. >> - Improved uuid identification method >> - add a link to arches thread on mergenodes >> - Added logic that checks if a legacy id in an authority document is >> a uuid and if >> - Fixed loading of map and geometries in wizard forms. >> - Added a resize trigger after a wizard form is toggled open. A >> listener in the >> - fix error where adding a "query" after adding a "filter" didn't >> actually add the "query" to the dsl >> - improve the logic when retrieving the prefLabel of a concept from >> Elasticsearch >> - Added form level validation to base form >> - allow for multiple nodes in a singleEdit branch, add a call to >> validate on node change of singleEdit forms >> - update install docs >> - update installation documents for windows >> >> >> Hip 1.0.3 >> >> - adding new help topic with S3 info >> - Changed the export config path to ''. Users can define it, if >> needed, in their app settings. >> - part of a fix to the component form, where only one component could >> be saved, related to this arches issue >> >> https://bitbucket.org/arches/arches3/issues/278/hip-trouble-with-entering-multiple >> - Many documentation updates and additions >> >> -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
