Show
Ignore:
Timestamp:
04/08/03 22:38:08 (21 years ago)
Author:
jalet
Message:

The last job Id is saved now for each printer, this will probably
allow other accounting methods in the future.

Files:
1 modified

Legend:

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

    r880 r887  
    2727 
    2828If you have already installed PyKota, and have datas in your 
    29 Quota Storage DataBase, you may prefer to  skip this section 
     29Quota Storage DataBase, you may prefer to skip this section 
    3030and read the next one. 
    3131 
     
    4949============================================================ 
    5050 
    51 Upgrade script : 
     51Upgrade scripts : 
    5252 
    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 following 
    56   commands : 
     53  Some scripts to upgrade old PyKota databases to the new 
     54  database schema are included. You may have to run all 
     55  of them or only some of them, depending on your  
     56  version of PyKota. 
     57   
     58* An sql script to upgrade a pre-1.01 PyKota Quota Storage DataBase to  
     59  1.01 is included. If your PyKota version is equal or higher than 1.01 then 
     60  you can skip to the next section. Otherwise, if you want to keep your datas 
     61  from a pre-1.01 PyKota version, then please launch the following commands :  
    5762   
    5863        - Launch the psql frontend and connect to the 
     
    7681  to run this upgrade script. 
    7782   
    78 WARNING :   
     83  WARNING :   
    7984 
    8085  This script requires a recent version of PostgreSQL to run 
     
    8590  fields are pagecounter and lifepagecounter, just forgot them. 
    8691   
    87 IMPORTANT : 
    88  
    89   Because the modifications are just about Group Print Quotas 
    90   and because Group Print Quotas are currently not fully    
    91   implemented, you can delay the launch of this upgrade 
    92   script until you really need Group Print Quotas. 
    93   In other terms, running this script is not mandatory 
    94   for PyKota to continue to work correctly, at least 
    95   until Group Print Quotas will be fully implemented. 
    96    
     92* 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. 
     94  NOT LAUNCHING THIS SCRIPT WILL CAUSE PYKOTA TO STOP WORKING ! 
     95  Please don't run this script if your version of PyKota is already 
     96  1.03 or higher.