Changeset 942

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

Version 1.03 is out.

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

Legend:

Unmodified
Added
Removed
  • pykota/trunk/docs/installation.sgml

    r865 r942  
    2929    have to decompress and visit its archive, to do so just type the following commands : 
    3030    <screen> 
    31 jerome@nordine:~$ tar -zxf pykota-1.02-official.tar.gz     
    32 jerome@nordine:~$ cd pykota-1.02-official 
    33 jerome@nordine:~/pykota-1.02-official$ 
     31jerome@nordine:~$ tar -zxf pykota-1.03-official.tar.gz     
     32jerome@nordine:~$ cd pykota-1.03-official 
     33jerome@nordine:~/pykota-1.03-official$ 
    3434    </screen> 
    3535  </para> 
     
    160160        From a command line interpreter (i.e. shell), type the following commands : 
    161161        <screen> 
    162 jerome@nordine:~$ cd pykota-1.02-official/initscripts/ 
    163 jerome@nordine:~/pykota-1.02-official/initscripts$ psql -h localhost -U postgres template1 
     162jerome@nordine:~$ cd pykota-1.03-official/initscripts/ 
     163jerome@nordine:~/pykota-1.03-official/initscripts$ psql -h localhost -U postgres template1 
    164164Welcome to psql, the PostgreSQL interactive terminal. 
    165165 
     
    194194ALTER USER 
    195195pykota=# \q 
    196 jerome@nordine:~/pykota-1.02-official/initscripts$ 
     196jerome@nordine:~/pykota-1.03-official/initscripts$ 
    197197        </screen> 
    198198      </para> 
     
    358358 
    359359$Log$ 
     360Revision 1.12  2003/04/17 21:33:16  jalet 
     361Version 1.03 is out. 
     362 
    360363Revision 1.11  2003/03/25 09:32:06  jalet 
    361364Improved documentation. 
  • 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. 
  • pykota/trunk/NEWS

    r936 r942  
    2222PyKota NEWS : 
    2323 
     24    - 1.03 : 
     25     
     26        - Upgrade script included for earlier versions. 
     27          Please look inside the initscripts subdirectory. 
     28           
    2429    - 1.03beta2 : 
    2530     
  • pykota/trunk/pykota/version.py

    r929 r942  
    2121# 
    2222 
    23 __version__ = "1.03beta2-unofficial" 
     23__version__ = "1.03-unofficial" 
    2424 
    2525__doc__ = """PyKota : a complete Printing Quota Solution for CUPS.""" 
  • pykota/trunk/README

    r928 r942  
    131131========= 
    132132 
    133   If you run a PyKota version lower than 1.01, you definitely have to  
     133  If you run a PyKota version lower than 1.03, you definitely have to  
    134134  upgrade you Quota Storage Database. Please read the documentation  
    135135  included in the initscripts subdirectory first !