Re: Running v8.1 amd v8.2 at the same time for a transition
В списке pgsql-general по дате отправления:
| От | Scott Marlowe |
|---|---|
| Тема | Re: Running v8.1 amd v8.2 at the same time for a transition |
| Дата | |
| Msg-id | 4665DA46.3080604@g2switchworks.com обсуждение исходный текст |
| Ответ на | Running v8.1 amd v8.2 at the same time for a transition (Vincenzo Romano <vincenzo.romano@gmail.com>) |
| Список | pgsql-general |
Vincenzo Romano wrote: > Hi all. > I need to run both 8.1 and 8.2 at the same time in order to check > everything in 8.2 *before* shutting 8.1 down. > I need to run both as I only have one machine available. > I'm using a debian derivateive (Kubuntu) that provides a nice pg_wrapper > mechanism to direct connections for tools to either version you want. > Infact I see both versions running, one on port 5432 and one on port 5433. > The point is thay I have no clue on ow to choose which instance attach to. > I've already posted this question to the KUbuntu team with no answer in 14+ > hours. You choose one or the other by changing the port. If you're not sure which is running on which port, you can try connecting. something along the lines of: psql -p 5433 -U postgres template1 select version(); should tell you.
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера