-
|
Hi all, i've installed immich lxc and was tring to restore the old database backup. It stop with this error: The file exist but is Renamed the file in Renamed the file
can anyone help? thank you |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
Hi @alocin73 Is the DB restore from a previous LXC installation, or is it from a Docker install or something else? Can you run this in your Immich LXC? Share the results here. |
Beta Was this translation helpful? Give feedback.
-
|
Backup came from a docker install. The output from the command above Is: |
Beta Was this translation helpful? Give feedback.
What about your
postgresql.conffile in/etc/postgresql/16/main? What do you have on line 747 where it saysshared_preload_libraries?I want you to be aware that we do not currently support or recommend restoring DB backups that come from a Docker installation. But it looks like your DB dump from that install might have been using a different Vector extension and therefore isn't compatible with the DB schema for the LXC install.
You might be able to fix this yourself by consulting the documentation but you do so at your own risk.