EPrints Technical Mailing List Archive

Message: #03303


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

[EP-tech] Re: Adding fields to a live system - any data integrity concerns?


If you want to do it as a hotfix, the proper procedure would be to
1. Add expected columns and indexes to database tables
2. Add the field definition (which depends on 1)
3. (optional) Run whatever initialization scripts you need to run for
the field
4. apachectl graceful

Unfortunately, EPrints tools assume that you add the field definition
first and that they then update the database for you. This leaves a
window of inconsistency during which your users will get errors.

Obviously, if you don't mind a short service interruption, it's not a
concern and you can do it "offline" during a maintenance window:
1. apachectl stop
2. Add field definition
3. Use epadmin to update database
4. (optional) Run whatever initialization scripts you need to run for
the field
5. apachectl start

On 07/18/2014 02:58 PM, Andrew Beeken wrote:
> Hello all! I’ve just added a new field to our test EPrints and am ready to put it live. Obviously I understand how to do this from the command line, but my concerns are around any precautions that should be taken when doing this on a live system. I’m arranging for the server to be backed up as a precaution, however should it also be taken offline while the database is rewritten?
> 
> The University of Lincoln, located in the heart of the city of Lincoln, has established an international reputation based on high student satisfaction, excellent graduate employment and world-class research.
> 
> The information in this e-mail and any attachments may be confidential. If you have received this email in error please notify the sender immediately and remove it from your system. Do not disclose the contents to another person or take copies.
> 
> Email is not secure and may contain viruses. The University of Lincoln makes every effort to ensure email is sent without viruses, but cannot guarantee this and recommends recipients take appropriate precautions.
> 
> The University may monitor email traffic data and content in accordance with its policies and English law. Further information can be found at: http://www.lincoln.ac.uk/legal.
> 
> *** Options: http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech
> *** Archive: http://www.eprints.org/tech.php/
> *** EPrints community wiki: http://wiki.eprints.org/
> *** EPrints developers Forum: http://forum.eprints.org/
>