Изменения документа Утилиты
Редактировал(а) Alexandr Fokin 2023/12/16 14:12
<
>
отредактировано Alexandr Fokin
на 2022/06/30 20:21
на 2022/06/30 20:21
отредактировано Alexandr Fokin
на 2022/06/30 20:25
на 2022/06/30 20:25
Изменить комментарий:
К данной версии нет комментариев
Комментарий
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -12,12 +12,20 @@ 12 12 |(% style="width:213px" %)pg_dumpall|(% style="width:650px" %)Бекап всех БД сервера.|(% style="width:644px" %) 13 13 |(% style="width:213px" %)pg_restore|(% style="width:650px" %)Восстановление данных из бекапа.|(% style="width:644px" %)Postgres Pro Standard : Документация: 11: pg_restore : Компания Postgres Professional 14 14 https://postgrespro.ru/docs/postgrespro/11/app-pgrestore 15 -|(% style="width:213px" %)pg_isready|(% style="width:650px" %)Проверка соединения|(% style="width:644px" %){{code language="bash"}}pg_isready -d <dbname> -h <ip/domain> -p <port> -U <user>{{/code}}((( 16 - 15 +|(% style="width:213px" %)pg_isready|(% style="width:650px" %)Проверка соединения|(% style="width:644px" %)((( 16 +Postgres Pro Standard : Документация: 11: pg_isready : Компания Postgres Professional 17 +[[https:~~/~~/postgrespro.ru/docs/postgrespro/11/app-pg-isready>>https://postgrespro.ru/docs/postgrespro/11/app-pg-isready]] 17 17 19 + 20 +{{code language="bash"}} 21 +pg_isready -d <dbname> -h <ip/domain> -p <port> -U <user> 22 +{{/code}} 23 + 24 +((( 18 18 Postgres - testing database connection in bash 19 19 [[https:~~/~~/stackoverflow.com/questions/26911508/postgres-testing-database-connection-in-bash>>https://stackoverflow.com/questions/26911508/postgres-testing-database-connection-in-bash]] 20 20 ))) 28 +))) 21 21 22 22 ---- 23 23