169 похожих чатов

I have 14.6 installed, how to install 14.9. I am

using below commands. As 14.6 is already there, would I able to be install 14.9 separately?

I want to upgrade from 14.6 to 14.9

Below commands picks 14.9 default as latest during installation
-----------------
# Install the repository RPM:
sudo yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm

# Install PostgreSQL:
sudo yum install -y postgresql14-server

# Optionally initialize the database and enable automatic start:
sudo /usr/pgsql-14/bin/postgresql-14-setup initdb
sudo systemctl enable postgresql-14
sudo systemctl start postgresql-14
-------------------------------

8 ответов

38 просмотров

All information about minor version updates are here: https://www.postgresql.org/support/versioning/

SP- Автор вопроса
Stefanie Janine Stölting
All information about minor version updates are he...

Thanks, I appreciate! So can I follow to update version from 14.6 to 14.9 ? 1) Shutdown the old cluster 14.6 2)mv /usr/local/pgsql /usr/local/pgsql.old 3)Install new binaries 14.9 4)/usr/pgsql-14/bin/postgresql-14-setup initdb 5)systemctl start postgresql-14 6)systemctl enable postgresql-14 7)Restore cluster backup and wal files

SP
Thanks, I appreciate! So can I follow to update v...

Follow the guidelines on https://www.postgresql.org/support/versioning/ And read the release notes as for example 14.10 does require a reindex. And why on earth not the latest 14 minor version???

SP- Автор вопроса
Stefanie Janine Stölting
Follow the guidelines on https://www.postgresql.or...

Ok, but can i follow process which i have mentioned as it comfortable for me

SP
Ok, but can i follow process which i have mentione...

You don't know what you are doing, been pointed to the official documentation which explicitly tells you to follow the documentation and you still ask me, if to check your way of not knowing what to do? That's hilarious.

SP- Автор вопроса
Stefanie Janine Stölting
You don't know what you are doing, been pointed to...

I am referring to below point - 19.6.1. Upgrading Data via pg_dumpall https://www.postgresql.org/docs/current/upgrading.html

SP- Автор вопроса
SP
I am referring to below point - 19.6.1. Upgrading ...

I mean as I have cluster backup of 14.6 of the same server, I wish to restore the same on the same server by installing fresh 14.9

SP- Автор вопроса
Stefanie Janine Stölting
You don't know what you are doing, been pointed to...

sorry for the trouble. So for upgrading minor version I just have to stop old server, install new binaries and restarting sever right? I referred 14.9 release note, as I have 14.6 to be upgraded 14.9, I did not see any specific manual effort apart from BRIN indexes Correct me if I am wrong.

Похожие вопросы

Обсуждают сегодня

Мужики и девушки, привет) в Вelphi xe7 в настройках во вкладке "Editor Options" далее " Color" есть список: "Elements", открыв который мы можем настраивать отображение разных...
Kraszx
14
Добрый вечер. Есть вопрос, а может и предложение. Был у меня диалог в другой группе о делфи и я задался вопросом: "А нельзя ли в делфи цвет //коментария и {комментария} сде...
Kraszx
24
Я вот подумал. SSE выполняет операции максимум с 64-битной точностью. А FPU - всегда с 80-битной. Разве не должно быть FPU точнее тогда?
The Bird of Hermes
13
как быть с принтером? такой подход прокатит?
zamtmn
12
Мдя, прикол, боевая сборка запускается (именно под отладчиком) после F9 примерно полторы минуты (97 секунд если быть точным). Начал копать - проблема детектится сразу - зависа...
Александр (Rouse_) Багель
38
Всем привет! Подскажи, пожалуйста, как передать в TComboBox сразу значение и id записи. На Delphi я делал так: ComboBox1.Items.AddObject('Какое-то значение', Pointer(id запис...
Евгений
13
Здравствуйте, вопрос по структурам данных. Были у вас случаи, когда пришлось писать деревья или двунаправленные списки?
/ /
50
Я не понимаю, это троллинг или что? Швабрика поддерживают, который буквально пишет на ассемблере взаимодействия с винапи. Я это ещё написал загрузчик и хоть что-то изучаю в о...
Shadow Akira
6
А вот это что за конструкция? Вернее, она тут нафига?
Serjone
10
Привет. Подскажите, как правильно сматчить лист фиксированного размера, чтобы компилятор не говорил мне о неполном паттерне? Допустим что-то такое [x', y'] = sort [x, y]?
Arseny
8
Карта сайта