Products | Versions |
---|---|
Spotfire Server | All versions |
This is a case where in there is no Spotfire server instance but we have an existing Spotfire database that has encryption password set before (which you do not have now). Now on the new machine, when creating a bootstrap file while setting up a new Spotfire Server on the existing database repository, it fails due to encryption issue. Here is the reason behind this issue:
1. You do not have the existing Spotfire Server available. Due to this, you will not be able to run the "config config-encryption -u -p <new encryption password>" command.
2. You do not have the old encryption password.
3. You only have a Spotfire database restored from the old backup database.
Below are the steps to connect to an old Spotfire repository(encrypted with an encryption password but do not have it).
config bootstrap --force --force-encryption-password --driver-class=value --database-url=value --username=value --password=value --enable-config-tool=true --tool-password=value --encryption-password=valueExample:
config bootstrap --force-encryption-password --driver-class=org.postgresql.Driver --database-url="jdbc:postgresql://xxx:5432/spotfire_server_db" --username=admin --password=test123 --enable-config-tool=true --tool-password=test123 --encryption-password=test123 --force