PostgreSQL
From RCUB
m (→Upgrade sa 8.1 na 8.3) |
(→Upgrade sa 8.1 na 8.3: Dodao restore i vacuum) |
||
| Line 184: | Line 184: | ||
/etc/init.d/postogres start | /etc/init.d/postogres start | ||
| − | Uraditi restore baze. Uraditi vacuum | + | Uraditi restore baze: |
| − | iptables. | + | |
| + | psql -d postgres -f ../pgsql-old-8.1/db_all.dump | ||
| + | |||
| + | Uraditi vacuum: | ||
| + | |||
| + | vacuumdb -az | ||
| + | |||
| + | Podesiti postgresql.conf i pg_hba.conf. Podesiti iptables. | ||
==Spoljašne veze== | ==Spoljašne veze== | ||
* [http://trac.biostr.washington.edu/trac/wiki/PostgreSql lista psql komandi] | * [http://trac.biostr.washington.edu/trac/wiki/PostgreSql lista psql komandi] | ||