CMDBuild Forum

patch applied on db is different from patch file

I have an evironment which started from version 3.1.1 and it has been upgraded to version 3.2.
Now I have to move the data to another environment and it’s created by the docker file for v3.2 on Github.
I did DB backup from first environment and tried to restore it to new environment as technical manual. However I got error as below and the data couldn’t be restored.
Can you help me for this issue?

backup command
pg_dump --host localhost --port 5432 --username “postgres” --format custom --verbose --file /tmp/cmdbuild.backup cmdbuild_3

restore command
bash /usr/local/tomcat/webapps/cmdbuild/cmdbuild.sh dbconfig recreate /tmp/cmdbuild.backup

error message
WARN o.c.d.config.inner.PatchManagerImpl - hash mismatch for patch = core-3.2.0-18_script_job_name_change “change script job name, job name constraint” (patch applied on db is different from patch file)