Beginning in Strategy 2020 and onwards, the Strategy Repository is installed when Platform Analytics is installed. The Strategy Repository is a PostgreSQL database server that contains the Platform Analytics Warehouse. For more general information about the Strategy Repository, click here.
To stop and start the Strategy Repository, use the following instructions.
On Linux, you can stop, start, and restart the repository service using the following commands.
Note: These three commands only work if the process is registered as a service.
To stop the service:
# service Strategy repository-serverstop
# service Strategy repository-serverstart
# service Strategy repository-serverrestart
mstr_pg_ctlscript located in the /opt/mstr/Strategy/install/Repository/bin directory.
$ ./mstr_pg_ctl start
$ ./mstr_pg_ctl stop
$ ./mstr_pg_ctl restart
On Windows, you can stop and start the Repository Server through Windows Services (services.msc).
