Show
Ignore:
Timestamp:
02/13/05 23:02:29 (19 years ago)
Author:
jalet
Message:

Big database structure changes. Upgrade script is now included as well as
the new LDAP schema.
Introduction of the -o | --overcharge command line option to edpykota.
The output of repykota is more complete, but doesn't fit in 80 columns anymore.
Introduction of the new 'maxdenybanners' directive.

Files:
1 modified

Legend:

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

    r2028 r2054  
    5959  version of PyKota. 
    6060   
     61  * An SQL script to upgrade a 1.20 PyKota Storage DataBase to 
     62    1.21 is included. Launch it this way on the Quota Storage Server : 
     63     
     64        $ psql -U postgres pykota 
     65        pykota=# \i upgrade-to-1.21.sql 
     66        pykota=# \q 
     67        $ 
     68         
     69    This script adds many fields to existing tables, and also adds 
     70    some tables in indexes. 
     71     
    6172  * An SQL script to upgrade a 1.18 PyKota Storage DataBase to 
    6273    1.19 is included. Launch it this way on the Quota Storage Server :