-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EDP-DDM-28658] github: issues 48, fixed broken link in ua version, r…
…emoved old comments, added minor fixes to the related page Change-Id: I0f878e789601bafb318ad0092aca544f96e05635 (cherry picked from commit 044bb4255cfb04e4483dd42ce56d620284a2716b)
- Loading branch information
1 parent
821da3f
commit 5a6564d
Showing
2 changed files
with
10 additions
and
47 deletions.
There are no files selected for viewing
33 changes: 7 additions & 26 deletions
33
.../registry-develop/pages/registry-admin/db-connection/db-connection-pgadmin.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,100 +1,81 @@ | ||
//= Взаємодія з базою даних реєстру через pgAdmin | ||
= Interacting with the registry database through pgAdmin | ||
include::platform:ROOT:partial$templates/document-attributes/default-set-en.adoc[] | ||
|
||
include::platform:ROOT:partial$admonitions/language-en.adoc[] | ||
|
||
//Ви можете переглядати зміни у базі даних реєстру, працювати з таблицями та іншими структурами даних за допомогою інструмента *pgAdmin*. | ||
The *pgAdmin* tool enables you to view changes in the registry database and work with tables and other data structures. | ||
|
||
//Для цього виконайте декілька простих кроків: | ||
To use the tool, perform the following steps: | ||
|
||
//. Перейдіть в адміністративну панель Control Plane. | ||
. Sign in to the Control Plane admin console. | ||
//. Відкрийте +++<b style="font-weight: 700">Реєстри > Швидкі посилання > Адміністративна зона реєстру<b>+++ | ||
. Go to *Registries* > *Quick links* > *Registry administrative zone*. | ||
//та перейдіть за посиланням до +++<b style="font-weight: 700">Вебінтерфейсу перегляду даних реєстру<b>+++ -- *pgAdmin*. | ||
. Click the *Registry data viewing service (pgAdmin)* link. | ||
+ | ||
image:registry-admin/db-connection/pgadmin/db-connection-pgadmin-1.png[] | ||
+ | ||
[TIP] | ||
==== | ||
[%collapsible] | ||
//.Альтернативний спосіб входу | ||
.Alternative route | ||
.Alternative method | ||
===== | ||
//. Відкрийте *Openshift*-консоль > *Projects* > Оберіть ваш реєстр. | ||
. Sign in to the OpenShift console. | ||
. Open the *Projects* section and select your registry. | ||
//. Перейдіть до *Networking* > *Routes* та у пошуку знайдіть роут сервісу `pgadmin`. | ||
. Go to *Networking* > *Routes* and search for `pgadmin` service route. | ||
+ | ||
image:registry-develop:best-practices/review-db-changes-before-merge/review-db-changes-before-merge-17.png[] | ||
===== | ||
==== | ||
|
||
+ | ||
[TIP] | ||
==== | ||
[%collapsible] | ||
//.Де знайти логін та пароль для pgadmin? | ||
|
||
.Where do I find the credentials for pgadmin? | ||
===== | ||
//Логін та пароль для `pgadmin` можна знайти у секції *Workloads* > *Secrets*, у секреті під назвою *pgadmin-secret*. | ||
To find the username and password for `pgadmin`, go to *Workloads* > *Secrets* and locate the *pgadmin-secret* secret. | ||
image:registry-develop:best-practices/review-db-changes-before-merge/review-db-changes-before-merge-18.png[] | ||
===== | ||
==== | ||
+ | ||
//. В інтерфейсі *pgAdmin* знайдіть розділ *Servers* та введіть пароль для системного користувача `application_role`, щоб встановити з'єднання із реєстровим БД-сервером. | ||
. In the *pgAdmin* interface, go to the *Servers* section and enter the password for the `application_role` system user to connect to the registry database server. | ||
+ | ||
image:registry-develop:best-practices/review-db-changes-before-merge/review-db-changes-before-merge-19.png[] | ||
+ | ||
[TIP] | ||
==== | ||
[%collapsible] | ||
//.Де знайти пароль для з'єднання із реєстровим БД-сервером? | ||
.Where do I find the password for connecting to the registry database server? | ||
===== | ||
//Пароль для з'єднання із реєстровим БД-сервером `Registry` для користувача `application_role` можна знайти у секції *Workloads* > *Secrets*, у секреті під назвою *citus-roles-secrets*. Скопіюйте пароль у полі *appRolePass*. | ||
To find the password for connecting to the `Registry` database server for the `application_role` user, go to *Workloads* > *Secrets* and locate the *citus-roles-secrets* secret. Copy the password from the *appRolePass* field. | ||
|
||
image:registry-develop:best-practices/review-db-changes-before-merge/review-db-changes-before-merge-20.png[] | ||
|
||
image:registry-develop:best-practices/review-db-changes-before-merge/review-db-changes-before-merge-21.png[] | ||
===== | ||
==== | ||
+ | ||
//. Знайдіть операційну базу даних `registry` та перегляньте зміни. Вона буде доступна за шляхом: + | ||
//*Servers* > *Registry* > *Databases* > `registry`. | ||
. Find the `registry` operational database and review the changes. It is available via the following path: | ||
+ | ||
*Servers* > *Registry* > *Databases* > `registry` | ||
+ | ||
image:registry-admin/db-connection/pgadmin/db-connection-pgadmin-2.png[] | ||
+ | ||
//NOTE: Про перегляд даних у тимчасових БД детально описано на сторінці xref:registry-develop:best-practices/review-db-changes-before-merge.adoc[]. | ||
NOTE: For details on viewing data in temporary databases, see xref:registry-develop:best-practices/review-db-changes-before-merge.adoc[]. | ||
+ | ||
//* Створені таблиці можна переглянути за шляхом: *Schemas* > `registry` > *Tables*. | ||
* To view the tables, use the following path: *Schemas* > `registry` > *Tables*. | ||
+ | ||
image:registry-admin/db-connection/pgadmin/db-connection-pgadmin-3.png[] | ||
+ | ||
//* Створені пошукові критерії (search conditions) можна переглянути за шляхом: *Schemas* > `registry` > *Views*. | ||
* To view the search conditions, use the following path: *Schemas* > `registry` > *Views*. | ||
+ | ||
image:registry-admin/db-connection/pgadmin/db-connection-pgadmin-4.png[] | ||
+ | ||
[NOTE] | ||
==== | ||
//Критерії пошуку у базі даних є таблицями-представленнями (`VIEW`), що призначені виключно для читання даних. Конвенція назв для search conditions на рівнях моделі даних та БД збігається, за єдиним винятком -- у БД до назви кожного критерію пошуку додається суфікс `_v`. | ||
|
||
In the database, search conditions are presented as view tables intended only for reading data. The naming convention for search conditions at the data model and database levels coincide with one exception: in the database, the `_v` suffix is added to the name of each search condition. | ||
|
||
//Наприклад, якщо ви створили search condition із назвою `get_parent_by_name`, то у базі даних ця назва трансформується у `get_parent_by_name_v`. | ||
For example, if you created a search condition called `get_parent_by_name`, the view table will have the following name: `get_parent_by_name_v`. | ||
==== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters