stathisk
stathisk
IImmich
Created by stathisk on 8/6/2023 in #help-desk-support
Restoring database, a lot of MySQL errors.
just tried again and even though there were errors, it worked. What I did differently was to not wait for the postgres container to start. just enterent gunzip command immediately after starting the postgres container. Everything seems to be in order now!
6 replies
IImmich
Created by stathisk on 8/6/2023 in #help-desk-support
Restoring database, a lot of MySQL errors.
docker-compose down -v docker-compose pull docker-compose up --no-start docker start immich_postgres gunzip < "dump.sql.gz" | docker exec -i immich_postgres psql -U postgres -d immich docker-compose up -d
6 replies
IImmich
Created by stathisk on 8/6/2023 in #help-desk-support
Restoring database, a lot of MySQL errors.
thanks for the reply! I've tried that, creating just postgres. Same thing happens..
6 replies