DB backup for Linux
A. Database backup on Linux/RHEL/CentOS The databases from the source Embold machine is backed up using the following steps: Get the shell file at /gamma_ui/dbscripts/scripts/backup_restore.sh. Execute the shell script with Postgres password. For Example: ./backup_restore.sh The command prompt will be displayed. Follow the inquiries to backup the database. B. Files…
Database backup
A. Database backup on windows The databases from the source BrowserStack Code Quality machine is backed up using the following steps: B. Files backup on windows The source files from the source BrowserStack Code Quality machine are backed up using the following steps:
Database restoration for windows
A. Database restoration on windows The databases from the source machine is restored using the following steps: B. Files restoration on windows The source files from the source machine are restored using the following steps:
Pre-installation checks for Redhat Enterprise Linux or CentOS
For seamless installation and execution, Embold should be installed on a clean machine/VM. Embold works with Node.js version 8.11.3. Ensure that the machine on which Embold is getting installed has no Node.js installed. To check if the ‘yum’ process is running, run the following command: ps aux | grep yum…
Upgrade Embold on Redhat Enterprise Linux or CentOS
Before you upgrade Embold on Redhat Enterprise Linux or CentOS, make sure no scans are in process and close all the browsers that are running Embold. Run the installer file. (refer installation steps). During installation, select “Reinstall / Upgrade Embold“. Select Yes option if you want to reinstall Embold. Select the Update option.…
Install standalone corona on RHEL or CentOS
Below are the steps to install standalone corona on RHEL or CentOS. Download installer file from your Embold Account’s section > Releases tab. There will be file with name similar to the following: ‘embold_centos_rhel_1.8.3.0.run’. Make sure that installer file ‘embold_centos_rhel_1.8.3.0.run’ has execution permission. To check the permissions of the installer file, run…
Upgrade standalone corona on RHEL or CentOS
Before you upgrade standalone corona on Redhat Enterprise Linux or CentOS, make sure no scans are in process and close all the browsers that are running Embold. Run the installer. (refer installation steps). During installation, select “Reinstall / Update Corona”. Once upgraded logout and login from the system.
Install Embold on Centos
Below are the steps to install Embold on RHEL or CentOS. Download the installer file from your Embold Account’s section > Releases tab > Installers. There will be a file with a name similar to the following: ‘embold_centos_rhel_1.8.3.0.run’. Make sure that installer file ‘embold_centos_rhel_1.8.3.0.run’ has execution permission. To check the permissions of…
Preinstallation checks for ubuntu
For seamless installation and execution, Embold should be installed on a clean machine/VM. Embold works with Node.js version 10.22.1. Ensure that the machine on which Embold is getting installed has no Node.js installed. To install .NET 5.0, run the following commands: wget https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb -O packages-microsoft-prod.debsudo dpkg -i packages-microsoft-prod.debrm packages-microsoft-prod.deb sudo…