| От | Scott Marlowe |
|---|---|
| Тема | Re: Uninstall existing - postgesql 7.3.2 |
| Дата | |
| Msg-id | 1113853181.20921.531.camel@state.g2switchworks.com обсуждение исходный текст |
| Ответ на | Uninstall existing - postgesql 7.3.2 (ElayaRaja S <elayaraja.s@gmail.com>) |
| Список | pgsql-general |
On Mon, 2005-04-18 at 14:23, ElayaRaja S wrote: > Hi, > I am using Redhat Linux 9, I need to uninstall postfesql 7.3.2 and > i have to install postgresql 7.4.5. Plz let me know how to uninstall > completely - postgesql 7.3.2 > > I am getting as [root@set root]# rpm -e postgresql > error: package postgresql is not installed > > if i try to check the version it was displaying > [root@set root]# postgres --version > postgres (PostgreSQL) 7.3.2 Try this first: rpm -qa|grep -i postgresql and see what the output is. Then you can try this: rpm -e `rpm -qa|grep -i postgresql` and see if that can uninstall it. Make sure and run pg_dumpall to get a complete backup of your database first.
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера