Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Database with incompatible version

When starting the proxy docker container and the following error appears, it means that the version of the actual database file is older than the one supported by the proxy.
If there are operations with pending execution status, those external references will be also printed after the main error message.
Otherwise, if no pending operations exist, the proxy will automatically delete the actual database and recreate a new one.

asdasdasdasd

To handle this error, you can follow one of the follow solutions.

  1. Wait until the proxy (last image) finishes the pending operations and then start the proxy with the new image.

  2. Force deleting the database using the parameter "force.database.recreate" on the docker run container and then request new operations with the documents not processed.
    Ex:

    docker run -d --mount source=vol1,target=/tmp --mount type=bind,source=C:/code/tmp/proxy_hot_folder,target=/home -p 8086:8080 --memory=4g --name integration-client-ws einvoice-integra
    tion-client-ws --server.host.port=127.0.0.1:8086 --einvoice-integration-client.service.domain=https://test.must.digital/ --force.database.recreate=TRUE

WARNING: Only execute the docker run command with this parameter one single-time. For the next subsequent executions you can remove it.

  • No labels