Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Execute these commands to create and start the new Kiuwan on premise infrastructure:

 

 

Code Block
languagebash
cd [INSTALL_DIR]/docker
sudo ./create-network.sh
sudo ./install-infrastructure.sh
sudo ./start-infrastructure.sh

...

Restore the mysql backup, either using mysqldump or MySQL Workbench restore utility (import from self-contained file is recommended).

You should connect to the MySQL server provided or the one you have installed if you chose to externalize this service.

...

  • [MYSQL_HOST] with your MySQL server host.
  • [MYSQL_PORT] with your MySQL server port.

...


Code Block
languagesql
UPDATE opt_cinc.INFRA_TENANT_METADATA SET connectionUrls = '[MYSQL_HOST]:[MYSQL_PORT]' WHERE tenantId <> '0';

...