You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* psycopg2 >= 2.5.1 (it's recommended to install via pip)
96
111
* packaging >= 24 (it's recommended to install via pip)
@@ -226,7 +241,7 @@ By default, the playbook does not attempt to connect to Tantor repositories and
226
241
* wal-g-tantor-all
227
242
* tantor DBMS
228
243
229
-
Pay attention to last point from the list above. Tantor package should match environment that is used during playbook launch. For example if you want to install ``tantor-be-server-15`` DBMS using command``ansible-playbook -i inventory/my_inventory -u admin_user -e "postgresql_vendor=tantordb edition=be major_version=15" pg-cluster.yaml -K`` make sure that package ``tantor-be-server-15`` is available in your local repository.
244
+
Pay attention to last point from the list above. Tantor package should match environment that is used during playbook launch. For example if you want to install ``tantor-be-server-16`` DBMS using command``ansible-playbook -i inventory/my_inventory -u admin_user -e "postgresql_vendor=tantordb edition=be major_version=16" pg-cluster.yaml -K`` make sure that package ``tantor-be-server-16`` is available in your local repository.
230
245
231
246
If the playbook is run in an environment with internet access, you can leverage the most up-to-date components included in the solution. To do this, add the flag ``add_nexus_repo=true`` and provide the connection details forthe repositoriesin the file ``inventory/group_vars/prepare_nodes.yml``.
232
247
@@ -237,7 +252,7 @@ There are several options to run Ansible: with the option to install TantorDB or
In that case, make sure that connection details are provided in the file ``inventory/group_vars/prepare_nodes.yml``.
258
273
274
+
## Component maintenance
275
+
276
+
The playbook supports both full and partial updates for most components. Each role includes a variable that defines the desired version of a component (e.g., the variable ``pg_configurator_package_version`` corresponds to the ``pg-configurator-tantor-all`` component). These variables are defined in the ``inventory/group_vars`` YAML files. On the first run, the latest versions of the components will be installed. If you need to install a specific version, simply set the appropriate variable and run the playbook again.
277
+
259
278
## HOW TO
260
279
261
280
Below you can find some common commands for working with the software products included in the ``pg_cluster`` solution. Note that the commands and their result may differ depending on the software versions used.
@@ -266,10 +285,10 @@ Below you can find some common commands for working with the software products i
0 commit comments