Additional Tools#
ytsetup#
A command line utility designed to facilitate the installation of YaXAHA Cluster package on a server with a copy of PostgreSQL server installed on it.
Before making any changes, ytsetup
checks for required dependencies and version of PostgreSQL server installed.
If the requirements are met, ytsetup
copies the YaXAHA Cluster extension files to the PostgreSQL folder, creates the extension in PostgreSQL, creates a cluster settings table. It also creates the ytserver.service
system service and enable it to start automatically on crash or reboot.
Usually, to install, it is enough to run ytsetup
without additional parameters. In this case, the cluster settings table yt_config
will be created in the public
schema of the postgres
database.
You can change this by specifying additional options on the command line. Please refer to the ytsetup
help for details:
ytsetup --help