Show
Ignore:
Timestamp:
04/17/03 23:33:16 (21 years ago)
Author:
jalet
Message:

Version 1.03 is out.

Location:
pykota/trunk/initscripts
Files:
2 added
2 removed
2 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/initscripts/README

    r889 r942  
    3434    if you want to use PostgreSQL as the Quota Storage Backend. 
    3535     
    36   * pykota-upgrade-postgresql.sql : 
     36  * VERYOLDpykota-upgrade-postgresql.sql : 
    3737   
    3838    This file upgrades the PostgreSQL Quota Storage Database schema 
    3939    from versions before 1.01 to version 1.01. 
    40     Don't use it if you already run a post-1.01 PyKota version. 
     40    DON'T USE IT IF YOU ALREADY RUN A POST-1.01 PyKota VERSION. 
    4141     
    42   * upgrade-1.01-to-1.03.sh : 
     42  * upgrade-from-before-1.03.py : 
    4343   
    4444    This shell script upgrades the PostgreSQL Quota Storage Database schema 
     
    4949    Server), without prompting for a password. Please read this script and  
    5050    adapt it to your own configuration before running it. THIS IS IMPORTANT. 
     51     
     52    THIS SCRIPT MAKES ANY REASONABLE CHECK TO ENSURE THAT YOUR DATAS WON'T  
     53    BE LOST, AND ALSO DUMPS YOUR OLD DATABASE TO A TEXT FILE BEFORE DOING 
     54    ANYTHING. IT WAS TESTED SEVERAL TIMES AND SHOULDN'T PRODUCE ANY ERROR 
     55    EXCEPT ABOUT THE pykotaadmin and pykotauser POSTGRESQL USERS WHO  
     56    ALREADY EXIST WHEN THE DATABASE SCHEMA IS UPGRADED. THIS IS NORMAL ! 
    5157   
  • pykota/trunk/initscripts/README.postgresql

    r900 r942  
    6969        - Executes the pykota-upgrade-postgresql.sql script :   
    7070         
    71             pykota=# \i pykota-upgrade-postgresql.sql 
     71            pykota=# \i VERYOLDpykota-upgrade-postgresql.sql 
    7272             
    7373        - Quit the psql frontend :     
     
    7676             
    7777        - Your PostgreSQL PyKota storage is now ready 
    78           for use. 
     78          for use for the next step, i.e. upgrade the 
     79          database schema to version 1.03. PLEASE 
     80          TAKE ANY STEPS DESCRIBED IN THE NEXT SECTION. 
    7981   
    8082  If you already run PyKota v1.01 or above, you don't need 
     
    9193   
    9294* If you are already running PyKota 1.01 or 1.02 and want to upgrade to  
    93   1.03, YOU HAVE TO RUN the upgrade-1.01-to-1.03.sh shell script. 
     95  1.03, YOU HAVE TO RUN the upgrade-from-before-1.03.py shell script. 
    9496  NOT LAUNCHING THIS SCRIPT WILL CAUSE PYKOTA TO STOP WORKING ! 
    95   Please don't run this script if your existing version of PyKota is  
    96   already 1.03 or higher. 
     97  PLEASE NEVER RUN THIS SCRIPT IF YOUR EXISTING VERSION OF PYKOTA IS  
     98  ALREADY 1.03 OD HIGHER.