First of all, Thanks for any help.
I followed the steps located here since i wanted to use docker instead of podman: https://immich.app/docs/administration/backup-and-restore/
I also moved from using podman to docker
Linux Version: Fedora 39 server
My steps were:
Backup DB
removed podman containers
removed podman
installed docker and docker-compose
Followed the restore proceedure in the link.
I got these errors when restoring the db.
ERROR: extension "vectors" must be installed in schema "vectors"
ERROR: extension "vectors" does not exist
ERROR: type "public.vector" does not exist
LINE 4: embedding public.vector(512) NOT NULL,
^
ERROR: relation "public.asset_faces" does not exist
ERROR: relation "public.asset_faces" does not exist
A bunch of these:
invalid command \N
ERROR: syntax error at or near "3"
LINE 1: 3a3f7412-2187-4590-87d1-207619b0023d
^
invalid command .
ERROR: syntax error at or near "AD"
LINE 1: AD.06 Sant Julià de Loria
^
invalid command .
ERROR: syntax error at or near "AE"
LINE 1: AE.01.101 Abu Dhabi Municipality
^
invalid command \N
invalid command .
ERROR: syntax error at or near "2432857"
LINE 1: 2432857c-f77d-441f-9d13-b2909d65104b Default Library 387271e...
^
invalid command .
ERROR: syntax error at or near "1"
LINE 1: 1 1645130759468 CreateUserTable1645130759468
^
invalid command .
ERROR: relation "public.smart_search" does not exist
invalid command .
ERROR: syntax error at or near "3"
LINE 1: 3a3f7412-2187-4590-87d1-207619b0023d [-0.03934731, 0.0353784...
^
invalid command .
ERROR: relation "public.asset_faces" does not exist
ERROR: relation "public.smart_search" does not exist
ERROR: insert or update on table "smart_info" violates foreign key constraint "FK_5e3753aadd956110bf3ec0244ac"
DETAIL: Key (assetId)=(3a3f7412-2187-4590-87d1-207619b0023d) is not present in table "assets".
I do not know where to do grom here.
.