My instance run well until the last stopping as I wrote my last message like 50 min ago. I moved my synapse directory to a hetzner volume a few weeks ago and all went well. Now I only stopped my instance and migrated the database too. While executing the first `vim docker-compose.yml` there was a message with there is a swap file is in use and I chose delete. After starting the containers again the server gave me the error message that no homeserver.yml was found. The whole directory is now empty and I don't know what happend, are there any known cases or a way to restore my homeserver.yml? My command history: ``` 502 cd matrix/ 503 ls 504 vim docker-compose.yml 505 cat docker-compose.yml 506 docker compose down 507 mv postgresdata/ /mnt/my-volume/matrix-db 508 sudo mv postgresdata/ /mnt/my-volume/matrix-db 509 sudo ls -al /mnt/my-volume/matrix-db 510 vim docker-compose.yml 511 docker compose up -d && docker compose logs -f 512 docker compose down 513 ls 514 sudo ls -al /mnt/my-volume/synapse/ ```

Created by hille
I just set up a new instance... can be closed

homeserver.yml missing after docker compose down / up page is loading…