Changeset 2564 for pykota/trunk/initscripts
- Timestamp:
- 10/13/05 07:38:37 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/initscripts/postgresql/README.postgresql
r2478 r2564 34 34 (i.e. the postgres user) : 35 35 36 as user 'root' : 37 38 $ su - postgres 39 40 you're now user 'postgres', then continue with : 41 36 42 $ psql -h localhost -U postgres template1 37 43 … … 60 66 example if you used several different development versions 61 67 of PyKota, won't do any harm. 68 69 If you're connected as user 'root', you have to be user 'postgres' 70 instead : 71 72 $ su - postgres 73 74 You're now user 'postgres', then continue the upgrade by following 75 the instructions below, depending on the version you actually use : 62 76 63 77 * An SQL script to upgrade a 1.22 PyKota Storage DataBase to