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

    r873 r887  
    2222This directory contains scripts to initialise the PyKota 
    2323storage database. Use the one which best suits your need 
    24 depending on the storage backend you want to use. Each 
    25 script has an associated README file, be sure to read  
    26 this as well : 
     24depending on the storage backend you want to use. 
    2725 
    28         File                            Backend 
    29         -------------------------------------------------- 
    30          pykota-posgresql.sql | PostgreSQL storage 
    31 pykota-upgrade-postgresql.sql | Upgrade database schema from pre 1.01 
    32                               | 
    33          
    34 ============================================================ 
     26 
     27Files : 
     28======= 
     29 
     30  * pykota-postgresql.sql : 
     31   
     32    This file creates an empty Quota Storage Database, using PostgreSQL 
     33    as a backend. You have to use it the first time you install PyKota 
     34    if you want to use PostgreSQL as the Quota Storage Backend. 
     35     
     36  * pykota-upgrade-postgresql.sql : 
     37   
     38    This files upgrades the PostgreSQL Quota Storage Database schema 
     39    from versions before 1.01 to version 1.01. 
     40     
     41  * upgrade-1.01-to-1.03.sh : 
     42   
     43    This shell script upgrades the PostgreSQL Quota Storage Database schema 
     44    from versions 1.01 or 1.02 to version 1.03. 
     45    PLEASE DO A BACKUP OF YOUR PYKOTA DATABASE BEFORE RUNNING THIS SCRIPT ! 
     46    Also this script will try to connect to PostgreSQL as the postgres user 
     47    (i.e. PostgreSQL's administrator), on the local machine (PyKota Storage  
     48    Server), without prompting for a password. Please read this script and  
     49    adapt it to your own configuration before running it. THIS IS IMPORTANT. 
     50