Replies: 1 comment 2 replies
-
You need to copy the folder yourself. Since this is on the same system just |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've had immich working successfully for about 2 weeks (docker compose).
In my .env file, DB_DATA_LOCATION is set to ./postgres as standard.
This means that there's a postgres folder created in the folder where my various containers live.
I'd like to edit this, so that the location is more like /home/user/docker/immich_postgres. This is the usual convention for my existing containers.
I believe I can create the folders by editing DB_DATA_LOCATION=$DOCKERDIR/appdata/immich_postgres/.
However, I also believe that while that would create the folder, it wouldn't migrate the data from the existing location and get it all working cleanly.
Can you please advise as to how I'd go about this with minimal service interruption?
Beta Was this translation helpful? Give feedback.
All reactions