Anyway to keep write new records when move AW's database to another machine? #1137
-
Hello, I'm currently using AW on a Docker container (via KASM) and I've mounted its database as a volume. But as I've noticed, every time I create a new container from the base image, all previous data will be ignored/overridden and a new database is created from scratch. Perhaps this is related to a session ID or machine ID that keeps changing after a new container session? Is there a way to keep them unchanged? By the way, how to keep this configuration after closing/reopening AW? It keeps reset every time and I need to manually re-tick them. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
There is Are you sure you've mounted the database correctly in the docker container?
You change this in the |
Beta Was this translation helpful? Give feedback.
I got it, because AW constantly writes to its database, I need to pause it sometimes to write back the files to my mount point.
I've sat up a systemd service to do so.
That solved the problem!