Erinevus lehekülje "Postgresql" redaktsioonide vahel
Allikas: Kuutõrvaja
(→Upgrade) |
|||
6. rida: | 6. rida: | ||
dumpida kogu baas ja hiljem restoreda | dumpida kogu baas ja hiljem restoreda | ||
− | pg_dumpall -U | + | pg_dumpall -U root > pgdump |
/etc/init.d/postgresql stop | /etc/init.d/postgresql stop | ||
emerge postgresql | emerge postgresql | ||
+ | |||
+ | Tasub peale baasi taas initsialiseerimist lubaca | ||
+ | localhostist pääseda postgresile ligi ilma paroolideta (admin parool pole veel taastatud) | ||
+ | |||
nano pg_hda | nano pg_hda | ||
+ | |||
su postgres | su postgres | ||
initdb -D /home/pgsql | initdb -D /home/pgsql |
Redaktsioon: 11. jaanuar 2008, kell 02:00
Paigaldus
Upgrade
Postgres upgrade puhul oleks soovitatav dumpida kogu baas ja hiljem restoreda
pg_dumpall -U root > pgdump /etc/init.d/postgresql stop emerge postgresql
Tasub peale baasi taas initsialiseerimist lubaca localhostist pääseda postgresile ligi ilma paroolideta (admin parool pole veel taastatud)
nano pg_hda
su postgres initdb -D /home/pgsql postgres -D /home/pgsql psql -d postgres -f pgdump
Lingid
http://gentoo-wiki.com/HOWTO_Configure_Postgresql
http://www.postgresql.org/docs/8.1/interactive/install-upgrading.html