Update the application database password on Linux
To update the application database password on Linux, do the following:
- Shutdown the Data360 Analyze application, see Starting and stopping the Data360 Analyze Server.
- Startup the Data360 Analyze Database, see Starting and stopping the Data360 Analyze Server.
- Change the database password for the application database user by running the following commands:
- Start a bash shell.
- Run the command:
source <install-dir>/.profile.lavastorm
- Run the command:
<install-dir>/platform/linux-x86-64/pgsql/bin/psql -U dataverse -c '\password' lavastorm
- Enter the existing database user password when prompted. The default password after install is 'dataverse'.
- Enter the new database user password when prompted.
- Update the database password in the credential storage:
- If storing the database password in <site-dir>/conf/cust.prop:
- Run the command (in the same command environment as step 3):
laeConfig properties generate --encrypt ls.lae.webapp.dbKey <new-database-password>
- Edit the <site-dir>/conf/cust.prop and either add or update the line setting the property ls.lae.webapp.dbKey with the output of the previous command.
- Run the command (in the same command environment as step 3):
- If storing the database password in a KMS, update the KMS key with the new password.
- If storing the database password in <site-dir>/conf/cust.prop:
- Stop the Data360 Analyze Database
- Restart the Data360 Analyze application.
Update the application database password on Windows
To update the application database password on Windows, do the following:
- Shutdown the Data360 Analyze application, see Starting and stopping the Data360 Analyze Server.
- Startup the Data360 Analyze Database, see Starting and stopping the Data360 Analyze Server.
- Change the database password for the application database user by running the following command
- Start a cmd prompt.
- Run the command:
<install-dir>\bin\laeEnv.bat
- Run the command:
<installDir>platform\windows-x86-64\pgsql\bin\psql.exe -U dataverse -c "\password" lavastorm
- Enter the existing database user password when prompted. The default password after install is 'dataverse'.
- Enter the new database user password when prompted.
- Update the database password in the credential storage:
- If storing the database password in <site-dir>/conf/cust.prop:
- Run the command (in the same command environment as step 3):
laeConfig.bat properties generate --encrypt ls.lae.webapp.dbKey <new-database-password>
- Edit the <site-dir>/conf/cust.prop and either add or update the line setting the property ls.lae.webapp.dbKey with the output of the previous command.
- Run the command (in the same command environment as step 3):
- If storing the database password in a KMS, update the KMS key with the new password.
- If storing the database password in <site-dir>/conf/cust.prop:
- Stop the Data360 Analyze Database
- Restart the Data360 Analyze application.