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 : |
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. |