From jeff.green.ca at gmail.com Mon Apr 7 23:40:12 2014 From: jeff.green.ca at gmail.com (Jeff Green) Date: Mon, 7 Apr 2014 20:40:12 -0700 Subject: [Evergreen-admin] Evergreen-admin Digest, Vol 15, Issue 2 In-Reply-To: References: Message-ID: Bumping this to see if anyone can help... On Mon, Mar 31, 2014 at 9:00 AM, < evergreen-admin-request at list.evergreen-ils.org> wrote: > Send Evergreen-admin mailing list submissions to > evergreen-admin at list.evergreen-ils.org > > To subscribe or unsubscribe via the World Wide Web, visit > > http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-admin > > or, via email, send a message with subject or body 'help' to > evergreen-admin-request at list.evergreen-ils.org > > You can reach the person managing the list at > evergreen-admin-owner at list.evergreen-ils.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Evergreen-admin digest..." > > > Today's Topics: > > 1. Upgrade 2.2.0 to latest... Database error on 2.3-2.4.0 script > (Jeff Green) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sun, 30 Mar 2014 09:42:56 -0700 > From: Jeff Green > To: "" > > Subject: [Evergreen-admin] Upgrade 2.2.0 to latest... Database error > on 2.3-2.4.0 script > Message-ID: > < > CAMNpBqo+wfWJdXZbFXMd++094jOhTUU_fqDbdEjMMd_mj-qzOg at mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > Hi. I'm running into an issue upgrading EG 2.2.0 to the latest, and could > use some help on what to try next. The upgrade crashes during the 2.3-2.4.0 > script, on the DROP EXTENSION tsearch2 command. > > There was an IRC chat ( > > http://evergreen-ils.org/irc_logs/evergreen/2013-06/%23evergreen.27-Thu-2013.log > ) > about adding a couple statements. However, still got the same error. > > I also tried DROP...CASCADE; but that created other errors later. > > So, I rolled back to my previous snapshot (VM) and am asking for some > advice on how to proceed! Any suggestions on what to do next? > > Here's the error: > 2014-02-28 13:48:30 PST ERROR: cannot drop extension tsearch2 because other > objects depend on it > > Here's the statements I added immediately before the DROP EXTENSION > tsearch2: > DROP AGGREGATE agg_tsvector(tsvector); > DROP FUNCTION tsvector_concat(tsvector, tsvector); > > Script is also throwing these errors: > > psql:2.3-2.4.0-upgrade-db.sql:3996: ERROR: text search configuration > "english_nostop" does not exist > psql:2.3-2.4.0-upgrade-db.sql:3997: ERROR: text search configuration > "english_nostop" does not exist > psql:2.3-2.4.0-upgrade-db.sql:3998: ERROR: text search configuration > "english_nostop" does not exist > psql:2.3-2.4.0-upgrade-db.sql:3999: ERROR: text search configuration > "english_nostop" does not exist > psql:2.3-2.4.0-upgrade-db.sql:4000: ERROR: text search configuration > "english_nostop" does not exist > > > Thanks! > > -- > Jeff Green > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://list.evergreen-ils.org/pipermail/evergreen-admin/attachments/20140330/55548f7b/attachment-0001.html > > > > ------------------------------ > > _______________________________________________ > Evergreen-admin mailing list > Evergreen-admin at list.evergreen-ils.org > http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-admin > > > End of Evergreen-admin Digest, Vol 15, Issue 2 > ********************************************** > -- Jeff Green -------------- next part -------------- An HTML attachment was scrubbed... URL: From klussier at masslnc.org Tue Apr 8 11:19:20 2014 From: klussier at masslnc.org (Kathy Lussier) Date: Tue, 08 Apr 2014 11:19:20 -0400 Subject: [Evergreen-admin] Evergreen-admin Digest, Vol 15, Issue 2 In-Reply-To: References: Message-ID: <53441378.5050709@masslnc.org> Hi Jeff, I don't have an answer to your question, but if you aren't getting any answers here, you might want to try your question on the open-ils-dev list since it seems to be a bit more active than this list. Cheers! Kathy Kathy Lussier Project Coordinator Massachusetts Library Network Cooperative (508) 343-0128 klussier at masslnc.org Twitter: http://www.twitter.com/kmlussier On 4/7/2014 11:40 PM, Jeff Green wrote: > Bumping this to see if anyone can help... > > > On Mon, Mar 31, 2014 at 9:00 AM, > > wrote: > > Send Evergreen-admin mailing list submissions to > evergreen-admin at list.evergreen-ils.org > > > To subscribe or unsubscribe via the World Wide Web, visit > http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-admin > > or, via email, send a message with subject or body 'help' to > evergreen-admin-request at list.evergreen-ils.org > > > You can reach the person managing the list at > evergreen-admin-owner at list.evergreen-ils.org > > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Evergreen-admin digest..." > > > Today's Topics: > > 1. Upgrade 2.2.0 to latest... Database error on 2.3-2.4.0 script > (Jeff Green) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sun, 30 Mar 2014 09:42:56 -0700 > From: Jeff Green > > To: " >" > > > Subject: [Evergreen-admin] Upgrade 2.2.0 to latest... Database error > on 2.3-2.4.0 script > Message-ID: > > > > Content-Type: text/plain; charset="utf-8" > > Hi. I'm running into an issue upgrading EG 2.2.0 to the latest, > and could > use some help on what to try next. The upgrade crashes during the > 2.3-2.4.0 > script, on the DROP EXTENSION tsearch2 command. > > There was an IRC chat ( > http://evergreen-ils.org/irc_logs/evergreen/2013-06/%23evergreen.27-Thu-2013.log) > about adding a couple statements. However, still got the same error. > > I also tried DROP...CASCADE; but that created other errors later. > > So, I rolled back to my previous snapshot (VM) and am asking for some > advice on how to proceed! Any suggestions on what to do next? > > Here's the error: > 2014-02-28 13:48:30 PST ERROR: cannot drop extension tsearch2 > because other > objects depend on it > > Here's the statements I added immediately before the DROP EXTENSION > tsearch2: > DROP AGGREGATE agg_tsvector(tsvector); > DROP FUNCTION tsvector_concat(tsvector, tsvector); > > Script is also throwing these errors: > > psql:2.3-2.4.0-upgrade-db.sql:3996: ERROR: text search configuration > "english_nostop" does not exist > psql:2.3-2.4.0-upgrade-db.sql:3997: ERROR: text search configuration > "english_nostop" does not exist > psql:2.3-2.4.0-upgrade-db.sql:3998: ERROR: text search configuration > "english_nostop" does not exist > psql:2.3-2.4.0-upgrade-db.sql:3999: ERROR: text search configuration > "english_nostop" does not exist > psql:2.3-2.4.0-upgrade-db.sql:4000: ERROR: text search configuration > "english_nostop" does not exist > > > Thanks! > > -- > Jeff Green > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > > > ------------------------------ > > _______________________________________________ > Evergreen-admin mailing list > Evergreen-admin at list.evergreen-ils.org > > http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-admin > > > End of Evergreen-admin Digest, Vol 15, Issue 2 > ********************************************** > > > > > -- > Jeff Green > > > > _______________________________________________ > Evergreen-admin mailing list > Evergreen-admin at list.evergreen-ils.org > http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-admin -------------- next part -------------- An HTML attachment was scrubbed... URL: From alexey.lazar at mnsu.edu Tue Apr 8 13:05:33 2014 From: alexey.lazar at mnsu.edu (Lazar, Alexey Vladimirovich) Date: Tue, 8 Apr 2014 17:05:33 +0000 Subject: [Evergreen-admin] Upgrade 2.2.0 to latest... Database error on 2.3-2.4.0 script In-Reply-To: References: Message-ID: <8ECAFE1C-BED3-459D-B2F7-5CB05817CA47@mnsu.edu> Hi, Jeff. I do not have a specific answer, but a few things I would do to troubleshoot: * Review all the schema patches from the upgrade log table in the database and cross-reference with patch numbers in the upgrade and/or version-upgrade script folders. Anything missing? * Grep through the schema upgrade folder and version-upgrade folder for the keywords that come up in your errors to see what/when was added or could be missing * You may want to search through bugs and git repo Generally, I found that is it more reliable to use minor version schema upgrade scripts up to the max ?minor" version and then upgrading to the next ?major? version. Also, I found that when I encountered a ?weird" error that is not generally known in the community, it was a local error. The two I have encountered were related to missing schema patches. Just FYI, over the past couple years I have upgraded data all the way from 2.0 to 2.5 now and from 2.2 to 2.5 and have not seen this error. I know this does not specifically answer your question directly, but I hope this helps a little. Aleksey On 2014-03-30, at 11:42 , Jeff Green wrote: > Hi. I'm running into an issue upgrading EG 2.2.0 to the latest, and could use some help on what to try next. The upgrade crashes during the 2.3-2.4.0 script, on the DROP EXTENSION tsearch2 command. > > There was an IRC chat (http://evergreen-ils.org/irc_logs/evergreen/2013-06/%23evergreen.27-Thu-2013.log) about adding a couple statements. However, still got the same error. > > I also tried DROP...CASCADE; but that created other errors later. > > So, I rolled back to my previous snapshot (VM) and am asking for some advice on how to proceed! Any suggestions on what to do next? > > Here's the error: > 2014-02-28 13:48:30 PST ERROR: cannot drop extension tsearch2 because other objects depend on it > > Here's the statements I added immediately before the DROP EXTENSION tsearch2: > DROP AGGREGATE agg_tsvector(tsvector); > DROP FUNCTION tsvector_concat(tsvector, tsvector); > > Script is also throwing these errors: > psql:2.3-2.4.0-upgrade-db.sql:3996: ERROR: text search configuration "english_nostop" does not exist > psql:2.3-2.4.0-upgrade-db.sql:3997: ERROR: text search configuration "english_nostop" does not exist > psql:2.3-2.4.0-upgrade-db.sql:3998: ERROR: text search configuration "english_nostop" does not exist > psql:2.3-2.4.0-upgrade-db.sql:3999: ERROR: text search configuration "english_nostop" does not exist > psql:2.3-2.4.0-upgrade-db.sql:4000: ERROR: text search configuration "english_nostop" does not exist > > > Thanks! > > -- > Jeff Green > > _______________________________________________ > Evergreen-admin mailing list > Evergreen-admin at list.evergreen-ils.org > http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-admin Aleksey Lazar IS Developer and Integrator - PALS http://www.mnpals.org/