Skip to content

Albums: Pictures are suddenly all the same #3320

@lastzero

Description

@lastzero

A small number of users report that all their albums "suddenly" have the same pictures:

We have created this issue to find the root cause and implement code changes if needed. Since most users, including our team, have never had a problem like this, we suspect it is something very specific that cannot be found easily.

In order to reproduce the reported behavior, we therefore need to ask for your help:

  1. What types of albums are affected (regular albums, folders, calendar months, states, moments)? Have their titles or other attributes changed as well?
  2. Did you upgrade from a previous version? If so, which version and which version are you using now?
  3. Did you previously use another database type or version, like MySQL or SQLite? If so, please provide details and what database you are using now.
  4. Did you already try performing a rescan of your library? If it's just a database index issue, for example after a schema migration, that should fix it.
  5. Are you using any third party apps or scripts provided by our community?
  6. Can you remember the last actions (like adding pictures to an album) before the problem occurred?

If you are using Docker Compose with our default configuration, the following will create an SQL dump of your album-related database tables (without anything else) so we can use them for debugging your problem:

docker compose exec -T photoprism mysqldump -u photoprism -p photoprism albums photos_albums > dump.sql 

Please note:

  • you need to manually enter the password specified in the environment variable MARIADB_PASSWORD, see your docker-compose.yml
  • if you are not using Docker Compose or have changed the default container, database, or username, you will need to modify the command accordingly

Dumps and sample files can be emailed directly to us so you don't have to post them publicly:

👉 https://www.photoprism.app/contact

Any help in providing a solution is greatly appreciated, as it allows our team to work on other issues that our community is waiting for. Thank you very much!

Metadata

Metadata

Labels

releasedAvailable in a stable release

Type

No type
No fields configured for issues without a type.

Projects

Status
Release 🌈

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions