snapshotleisure
snapshotleisure
Running the following manual changes in the database will temporarily fix the issue: use testsigma_opensource; ALTER TABLE test_device_results ADD COLUMN prerequisite_test_device_result_id BIGINT(20); use testsigma_opensource; ALTER TABLE test_data ADD COLUMN passwords...
Executing dry run also failed, also found additional columns: use testsigma_opensource; ALTER TABLE test_devices ADD COLUMN prerequisite_test_devices_id BIGINT(20);
use testsigma_opensource; ALTER TABLE test_devices ADD COLUMN test_lab_type VARCHAR(255); use testsigma_opensource; ALTER TABLE test_device_results ADD COLUMN test_lab_type VARCHAR(255); use testsigma_opensource; ALTER TABLE test_devices ADD COLUMN workspace_version_id BIGINT(20); use testsigma_opensource; ALTER...
Still Failing to execute a dry run
Just for anyone who is having problems, this is the final sql list to resolve the issue, thank you Amit Savyasachi for the assistance. ALTER TABLE test_devices add COLUMN prerequisite_test_devices_id...
Hi, Just linking this with #155 , I have identified a fix in that issue. however please note a update of the package might overwrite my fix until it is...
Hi, I am also facing this same issue
Hi, I have found a fix for this, In the rc.d script located at /usr/local/etc/rc.d/adguardhome Remove the line stop_cmd="killall AdGuardHome" and everything works I think the issue is the killall...
Thanks! Much appreciated
Hi @AlexanderGalkov, I am happy to test this, however the artifacts has expired now, would it be possible to rebuild so I can test it?