Re: [Dspace-tech] DSpace 1.6.2 Release to fix key issues in 1.6.1

2010-08-03 Thread Clive Gould
Hi

I have just successfully upgraded DSpace from 1.5.2 to 1.6.2 on our
test server, going via DSpace 1.6.0 as an interim step :)

I am in the process of upgrading our production server and wonder if I
can skip the 1.6.0 stage and go straight from 1.5.2 to 1.6.2?

I have blogged the proposed upgrade procedure for future reference:

http://dspacebromley.blogspot.com/2010/08/dspace-162-upgrade-procedure.html

My main concern is with the database upgrade.

Do I have to run the SQL database upgrade script twice, once before
and once after applying the 1.6.2 bitstream fix, or can I get away
with running it just once after applying the bitstream fix?

Comments most welcome, before try and I find out the hard way ;)

Thanks

Clive



Message: 4
Date: Fri, 11 Jun 2010 09:13:22 -0400
From: Mark H. Wood mw...@iupui.edu
Subject: Re: [Dspace-tech] DSpace 1.6.2 Release to fix key issues in
   1.6.1
To: dspace-tech@lists.sourceforge.net
Message-ID: 20100611131322.gb2...@iupui.edu
Content-Type: text/plain; charset=us-ascii

On Fri, Jun 11, 2010 at 12:40:40PM +0100, Clive Gould wrote:
 We are currently running DSpace 1.5.2 and I was planning to upgrade
 over the summer holiday when I will have some time to spare.

 Is it possible to upgrade directly from 1.5.2 to 1.6.2 without going
 through the interim upgrade steps?

The answer depends on what we mean by steps.

You can install 1.6.2 in place of 1.5.2 without first installing 1.6.0
and then 1.6.1.  But you do have to carry out the upgrade instructions
(Upgrading a DSpace Installation), in order, for each version between
the one you start with and the one you end at.  For example, there
should be an SQL script for altering the database schema and
converting the data to match, in the upgrade instructions for 1.5.2 to
1.6.0, which cannot be skipped.

--
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Balance your desire for bells and whistles with the reality that only a
little more than 2 percent of world population has broadband.
   -- Ledford and Tyler, _Google Analytics 2.0_
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace 1.6.2 Release to fix key issues in 1.6.1

2010-08-03 Thread Andrea Bollini

 Hi Clive,
if you have tried a procedure on your test server and it works you 
should really reply it without changes in production ;-)


Anyway, I think that there is not issue to go directly from 1.5.2 to 
1.6.2 if all the sql upgrade are processed as in your blog post.
I have only notice that you edit the new configuration file (this is the 
right approach to be sure that all the new configuration parameters are 
properly configured)

/nano /home/dspace/dspace-1.6.2-src-release/dspace/config/dspace.cfg/


but you run ant with the old configuration file.

/ant -Dconfig=/home/dspace/config/dspace.cfg update/


Two suggestions:
- you want to take advantage of the war overlay mechanism, place your 
customized version of layout, logo, etc. in module/jspui with proper 
subpath and it will be packaged in the final version of the webapp 
without the need to keep (and compile) all the dspace sources on your server
- you can write a custom authentication method, mark it as implicit and 
implement in it your custom getSpecialGroups logic so that you have not 
to hack the LDAP authentication (be sure to add the custom 
authentication method to the authentication plugin stack).


Hope this help,
Andrea

Il 03/08/2010 12:43, Clive Gould ha scritto:

Hi

I have just successfully upgraded DSpace from 1.5.2 to 1.6.2 on our
test server, going via DSpace 1.6.0 as an interim step :)

I am in the process of upgrading our production server and wonder if I
can skip the 1.6.0 stage and go straight from 1.5.2 to 1.6.2?

I have blogged the proposed upgrade procedure for future reference:

http://dspacebromley.blogspot.com/2010/08/dspace-162-upgrade-procedure.html

My main concern is with the database upgrade.

Do I have to run the SQL database upgrade script twice, once before
and once after applying the 1.6.2 bitstream fix, or can I get away
with running it just once after applying the bitstream fix?

Comments most welcome, before try and I find out the hard way ;)

Thanks

Clive



Message: 4
Date: Fri, 11 Jun 2010 09:13:22 -0400
From: Mark H. Woodmw...@iupui.edu
Subject: Re: [Dspace-tech] DSpace 1.6.2 Release to fix key issues in
1.6.1
To: dspace-tech@lists.sourceforge.net
Message-ID:20100611131322.gb2...@iupui.edu
Content-Type: text/plain; charset=us-ascii

On Fri, Jun 11, 2010 at 12:40:40PM +0100, Clive Gould wrote:

We are currently running DSpace 1.5.2 and I was planning to upgrade
over the summer holiday when I will have some time to spare.

Is it possible to upgrade directly from 1.5.2 to 1.6.2 without going
through the interim upgrade steps?

The answer depends on what we mean by steps.

You can install 1.6.2 in place of 1.5.2 without first installing 1.6.0
and then 1.6.1.  But you do have to carry out the upgrade instructions
(Upgrading a DSpace Installation), in order, for each version between
the one you start with and the one you end at.  For example, there
should be an SQL script for altering the database schema and
converting the data to match, in the upgrade instructions for 1.5.2 to
1.6.0, which cannot be skipped.

--
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Balance your desire for bells and whistles with the reality that only a
little more than 2 percent of world population has broadband.
-- Ledford and Tyler, _Google Analytics 2.0_
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech





--
Dott. Andrea Bollini
Project Manager, IT Architect  Systems Integrator
Sezione Servizi per le Biblioteche e l'Editoria Elettronica
CILEA, http://www.cilea.it
tel. +39 06-59292853
cel. +39 348-8277525

---

Disclaimer: the content of this email is confidential and may be privileged, 
and it must not be disclosed or copied without the sender's consent. If you 
have received this message in error, please notify the sender and remove it 
from your system. The content of this email does not constitute legal advice, 
nor any responsibility is accepted for loss or damage incurred as a result of 
acting upon its contents or attachments.
The statements and opinions expressed in this email are those of the author and 
do not necessarily reflect those of the employer.

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us

Re: [Dspace-tech] DSpace 1.6.2 Release to fix key issues in 1.6.1

2010-06-13 Thread Kim Shepherd
Hi Dale,

DSpace 1.6.2 is scheduled for public release on Wednesday, June 16 (GMT).
There will be another announcement on that day to confirm it is released, 
mirrored on all maven repositories, and available on Sourceforge.

Cheers!

Kim.

 -Original Message-
 From: Poulter, Dale [mailto:dale.poul...@vanderbilt.edu]
 Sent: Friday, 11 June 2010 11:25 p.m.
 To: Tim Donohue; dspace-general; dspace-tech; dspace-devel
 Subject: Re: [Dspace-tech] DSpace 1.6.2 Release to fix key issues in
 1.6.1
 
 I am not seeing the 1.6.2 source package on sourceforge.  Do you know
 when it is expected to be available?
 
 -Original Message-
 From: Tim Donohue [mailto:tdono...@duraspace.org]
 Sent: Thursday, June 10, 2010 5:28 PM
 To: dspace-general; dspace-tech; dspace-devel
 Subject: [Dspace-tech] DSpace 1.6.2 Release to fix key issues in 1.6.1
 
 The DSpace Developers would like to announce the release schedule for
 DSpace 1.6.2, which resolves an few key issues in 1.6.1.
 
 DSpace 1.6.2 is scheduled for public release on Wednesday, June 16,
 2010.
 
 DSpace 1.6.2 is a bug-fix release which will resolve two key issues
 found within 1.6.1.  This release will not introduce any new features.
 
 Shortly after the 1.6.1 release, it came to our attention that we
 accidentally broke the Unix-based 'start-handle-server' script (which
 provides an easy way to start up the DSpace Handle Server on Unix/Linux
 servers).  Although this issue does not cause any instability with
 DSpace software itself, the developers feel that it is important enough
 that it should be resolved as soon as possible.
 
 The DSpace 1.6.2 release resolves this 'start-handle-server' script
 issue, and also makes a few small improvements to the official DSpace
 Documentation.  In addition, 1.6.2 resolves a minor URL escaping issue
 located in the 1.6.x JSPUI.
 
 Because of the overlooked 'start-handle-server' bug, the DSpace
 Developers have taken steps to improve our Handle Server testing
 processes for future releases. CNRI (Corporation for National Research
 Initiatives) has kindly donated a Handle System Prefix
 (http://handle.net) to the DSpace project to help us improve our future
 testing processes.  We would like to thank CNRI for their kind
 donation.
   We also apologize for any issues this bug may have caused with your
 local 1.6.1 upgrades.
 
 Sincerely,
 
 The DSpace Developers
 
 ---
 ---
 ThinkGeek and WIRED's GeekDad team up for the Ultimate
 GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
 lucky parental unit.  See the prize list and enter to win:
 http://p.sf.net/sfu/thinkgeek-promo
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
 ---
 ---
 ThinkGeek and WIRED's GeekDad team up for the Ultimate
 GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
 lucky parental unit.  See the prize list and enter to win:
 http://p.sf.net/sfu/thinkgeek-promo
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace 1.6.2 Release to fix key issues in 1.6.1

2010-06-11 Thread Poulter, Dale
I am not seeing the 1.6.2 source package on sourceforge.  Do you know when it 
is expected to be available?

-Original Message-
From: Tim Donohue [mailto:tdono...@duraspace.org] 
Sent: Thursday, June 10, 2010 5:28 PM
To: dspace-general; dspace-tech; dspace-devel
Subject: [Dspace-tech] DSpace 1.6.2 Release to fix key issues in 1.6.1

The DSpace Developers would like to announce the release schedule for 
DSpace 1.6.2, which resolves an few key issues in 1.6.1.

DSpace 1.6.2 is scheduled for public release on Wednesday, June 16, 2010.

DSpace 1.6.2 is a bug-fix release which will resolve two key issues 
found within 1.6.1.  This release will not introduce any new features.

Shortly after the 1.6.1 release, it came to our attention that we 
accidentally broke the Unix-based 'start-handle-server' script (which 
provides an easy way to start up the DSpace Handle Server on Unix/Linux 
servers).  Although this issue does not cause any instability with 
DSpace software itself, the developers feel that it is important enough 
that it should be resolved as soon as possible.

The DSpace 1.6.2 release resolves this 'start-handle-server' script 
issue, and also makes a few small improvements to the official DSpace 
Documentation.  In addition, 1.6.2 resolves a minor URL escaping issue 
located in the 1.6.x JSPUI.

Because of the overlooked 'start-handle-server' bug, the DSpace 
Developers have taken steps to improve our Handle Server testing 
processes for future releases. CNRI (Corporation for National Research 
Initiatives) has kindly donated a Handle System Prefix 
(http://handle.net) to the DSpace project to help us improve our future 
testing processes.  We would like to thank CNRI for their kind donation. 
  We also apologize for any issues this bug may have caused with your 
local 1.6.1 upgrades.

Sincerely,

The DSpace Developers

--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace 1.6.2 Release to fix key issues in 1.6.1

2010-06-11 Thread Mark H. Wood
On Fri, Jun 11, 2010 at 12:40:40PM +0100, Clive Gould wrote:
 We are currently running DSpace 1.5.2 and I was planning to upgrade
 over the summer holiday when I will have some time to spare.
 
 Is it possible to upgrade directly from 1.5.2 to 1.6.2 without going
 through the interim upgrade steps?

The answer depends on what we mean by steps.

You can install 1.6.2 in place of 1.5.2 without first installing 1.6.0
and then 1.6.1.  But you do have to carry out the upgrade instructions
(Upgrading a DSpace Installation), in order, for each version between
the one you start with and the one you end at.  For example, there
should be an SQL script for altering the database schema and
converting the data to match, in the upgrade instructions for 1.5.2 to
1.6.0, which cannot be skipped.

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Balance your desire for bells and whistles with the reality that only a 
little more than 2 percent of world population has broadband.
-- Ledford and Tyler, _Google Analytics 2.0_


pgpNTTQoWb7Xy.pgp
Description: PGP signature
--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech