-
Notifications
You must be signed in to change notification settings - Fork 169
Description
Description
Trying to recreate from backup to ensure backups are functional is unsuccessful. Despite all files being present in the running and the backup, the backup does not recognize a single repo as a repo. Diving into the bare repos themselves, they function correctly and all data is present, as expected.
Steps to reproduce the behavior:
- Stop docker container
sudo tar
the folder with compose file and data folder- untar to another folder or machine and recreate container
- Et viola! Now none of your repositories are recognized as repositories.
Expected behavior
That it functions identically to how it did before.
Environment:
- OS: Containerized with docker compose
- Version: soft-serve/latest
Additional comments
There's also an error when trying to force push to recreate the repo, which is git detecting dubious ownership in the current directory. Again, I went through the existing files for the live and verified that permissions and ownership matched, and even on my other machine the username and uid/gid are identical.