bercribe
bercribe
Here's my backup container YML: ``` backup: container_name: immich_db_dumper image: prodrigestivill/postgres-backup-local:14 env_file: - .env environment: POSTGRES_HOST: database POSTGRES_CLUSTER: 'TRUE' POSTGRES_USER: ${DB_USERNAME} POSTGRES_PASSWORD: ${DB_PASSWORD} POSTGRES_DB: ${DB_DATABASE_NAME} SCHEDULE: "@daily" POSTGRES_EXTRA_OPTS: '--clean --if-exists'...
I had this same issue myself, but I just found the PWA display mode setting which solved it for me. By setting the app as a minimal PWA, you can...
It would be great to have a setting that exports a backup automatically, maybe once a day. Local only would be fine, I'm happy to use an out of band...
I've noticed this happen once with Beeper and once with Keepass2Android over the past couple weeks. When re-adding, I'm noticing the application indicates "rarely used". Could be correlated with updates,...