eduardolat / pgbackweb

🐘 Effortless PostgreSQL backups with a user-friendly web interface! 🌐💾
MIT License
935 stars 45 forks source link

failed to run SQL migration: failed to execute SQL query #4

Closed nlypage closed 3 months ago

nlypage commented 3 months ago

image

eduardolat commented 3 months ago

What version are you using? Please try to use the latest version published on Docker Hub.

Have you modified the migrations? It should actually work fine, since both columns are of UUID type.

image image

nlypage commented 3 months ago

I am using the latest version from dockerhub, I have not changed the migrations

eduardolat commented 3 months ago

Can you please try the new release in completly new environment? it should work

nlypage commented 3 months ago

I need to add a backup system to an existing environment and existing database, what can I try to do, for example, through pgAdmin to fix this error? maybe I didn't understand something and in conn_string it was necessary to specify a new database specifically for backups? P.s this is the latest version from dockerhub image