robeatoz
robeatoz
I had the same problem and the solution was to use the overlay2 driver rather than the overlay driver, see https://docs.docker.com/storage/storagedriver/overlayfs-driver/
I run the Nextcloud and DocumentServer services in separate docker containers, too. Here I solved the connection problem between the containers: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/410#issuecomment-1053495101
Thx @packruler, your `Dockerfile` helped me to create a `Restoring Point` with Postgres 14.2 database for Nextcloud ```bash docker exec -it --user www-data nextcloud_nextcloud-server_1 /bin/bash ./occ backup:point:create ``` But when...
Hi @BobbyFinland, Unfortunately, no. I switched to make backups for all docker volumes in my docker-compose.yml with [borg backup ](https://github.com/borgbackup/borg) triggered by a weekly cron job.
Thanks for the fast feedback! > This seems to mean that the snapshot dependency of the plugin couldn't have been found. I have the same error message with version `2.1.2.RELEASE`...
I created a draft for a PR in #108. To reproduce the error message ``` [ERROR] Unresolveable build extension: Plugin org.springframework.cloud:spring-cloud-contract-maven-plugin:2.1.3.BUILD-SNAPSHOT or one of its dependencies could not be resolved...
I made a mistake during the merge process, and I apologize for any confusion caused. The conflicts have now been resolved. I'm puzzled by how the migration mentioned in https://github.com/nextcloud/all-in-one/pull/4279...
Thanks, @FaySmash, for the clarification! It's intriguing that `ncadmin` appears only in [migration.md](https://github.com/nextcloud/all-in-one/blob/main/migration.md). I propose renaming the PostgreSQL user as suggested in the merge request for simplicity. Alternatively, we could...
I've updated the merge request. Should you identify a more suitable location or wording for the note I added, please feel free to make adjustments. Thank you for your support!
I created https://github.com/nextcloud/all-in-one/pull/4334 for a clean Merge-Request. Thank you very much :)