Re: Quick runup: plugin installation?

2015-03-19 Thread Matt Brown
Thanks Ryan! For future reference, the following procedure worked: 1) grabbed the source zip 2) decompressed 3) accessed the directory with the setup.py (that I wished to install) 4) ran the following: python setup.py bdist_egg 5) located the `.egg` file in the ./dist/ directory 6) copied the

Re: upgrading to 0.8

2015-03-19 Thread Ryan J Ollos
On Thu, Mar 19, 2015 at 10:55 AM, Tim Tisdall tisd...@gmail.com wrote: On Thu, Mar 19, 2015 at 1:44 PM, Ryan J Ollos rjol...@apache.org wrote: The plugins are responsible for upgrading the INI file configuration when necessary. That is not to say that the Bloodhound plugins do this

Re: upgrading to 0.8

2015-03-19 Thread Tim Tisdall
On Thu, Mar 19, 2015 at 1:44 PM, Ryan J Ollos rjol...@apache.org wrote: The plugins are responsible for upgrading the INI file configuration when necessary. That is not to say that the Bloodhound plugins do this correctly for all cases. A backup of your original INI file would help us

Re: Quick runup: plugin installation?

2015-03-19 Thread Ryan J Ollos
On Thu, Mar 19, 2015 at 6:08 AM, Matt Brown matthewbr...@gmail.com wrote: Also for reference, _a_ list of plugins is available: http://trac-hacks.org/browser There is also an index of plugins: http://trac-hacks.org/wiki/HackIndex You may need to adjust the //Show hacks for release// filter to

Re: upgrading to 0.8

2015-03-19 Thread Ryan J Ollos
On Thu, Mar 19, 2015 at 9:04 AM, Tim Tisdall tisd...@gmail.com wrote: Well, I tried a fresh install and compared the .ini files. I tried to match my old .ini files to the new ones as much as possible and that seems to have corrected the problem. I guess the main issue is there's no method

PostgreSQL IntegrityError upgrading BH from v0.5 to v0.8

2015-03-19 Thread Vijay Varadan
Hello, I've been trying to upgrade Bloodhound from v0.5 to v0.8. I also tried upgrading from v0.5 to v0.7 and get the same error below. I followed the instructions at https://issues.apache.org/bloodhound/wiki/BloodhoundUpgrade. The version of PostgreSQL I'm using is 9.1.5 and I'm running on

Re: Quick runup: plugin installation?

2015-03-19 Thread Matt Brown
Also for reference, _a_ list of plugins is available: http://trac-hacks.org/browser On Thu, Mar 19, 2015 at 8:34 AM, Matt Brown matthewbr...@gmail.com wrote: Thanks Ryan! For future reference, the following procedure worked: 1) grabbed the source zip 2) decompressed 3) accessed the

Re: Quick runup: plugin installation?

2015-03-19 Thread Ryan J Ollos
On Thu, Mar 19, 2015 at 5:34 AM, Matt Brown matthewbr...@gmail.com wrote: Thanks Ryan! For future reference, the following procedure worked: 1) grabbed the source zip 2) decompressed 3) accessed the directory with the setup.py (that I wished to install) 4) ran the following: python

Re: upgrading to 0.8

2015-03-19 Thread Tim Tisdall
Well, I tried a fresh install and compared the .ini files. I tried to match my old .ini files to the new ones as much as possible and that seems to have corrected the problem. I guess the main issue is there's no method of upgrading the .ini files when upgrading to a newer version. In previous