Navigate to your Xray instance and perform the following commands:
- sudo -u postgres psql -d xraydb
- select encode("config"::bytea, 'escape') from configuration where config_id = 'xrayConfig';
This will produce a JSON and in this output, if you locate a trial license inside the "license_config" tag, then we can run
- DELETE FROM configuration WHERE config_id='xrayConfig';
Restart Xray and try the DB Sync again.