Show
Ignore:
Timestamp:
03/29/03 14:58:58 (21 years ago)
Author:
jalet
Message:

PostgreSQL upgrade script included now

Location:
pykota/trunk/initscripts
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/initscripts/README.postgresql

    r873 r874  
    2323---------------------------------------------------- 
    2424 
     25This script is to be used to create an empty Quota Storage 
     26DataBase using PostgreSQL as a backend. 
     27 
     28If you have already installed PyKota, and have datas in your 
     29Quota Storage DataBase, you may prefer to  skip this section 
     30and read the next one. 
     31 
    2532        - Launch the psql frontend and connect to the 
    2633          database template1 as a PostgreSQL administrator 
     
    4148         
    4249============================================================ 
     50 
     51Upgrade script : 
     52 
     53  An sql script to upgrade a pre-1.01 PyKota Quota Storage  
     54  DataBase is included, if you want to keep your datas from 
     55  a pre-1.01 PyKota version, then please launch the above 
     56  procedure but with the pykota-upgrade-postgresql.sql script 
     57  instead of the pykota-postgresql.sql script. 
     58   
     59  If you already run PyKota v1.01 or above, you don't need 
     60  to run this upgrade script. 
     61   
     62IMPORTANT : 
     63 
     64  Because the modifications are just about Group Print Quotas 
     65  and because Group Print Quotas are currently not fully    
     66  implemented, you can delay the launch of this upgrade 
     67  script until you really need Group Print Quotas. 
     68  In other terms, running this script is not mandatory 
     69  for PyKota to continue to work correctly, at least 
     70  until Group Print Quotas will be fully implemented. 
     71