Migrating Immich database to Pikapods instance
I have an existing Immich instance hosted in a Docker container. I've been trying to move its contents into a Pikapods hosted Immich instance.
Pikapods exposes the PostgreSQL database of each instance through AdminerEvo, and the file system through an SFTP server.
I've been trying to import the database dump produced by Immich into the PostgreSQL database but I've been getting errors that prevent it from executing fully. Most of these are permission related.
I've ensured that both instances are updated to the latest version of Immich (v1.134.0).
DB_SKIP_MIGRATIONS was also set to true before first run on the Pikapods instance, as advised in the documentation. I can verify the database is empty after setting this variable.
After restarting the instance importing the database, and setting DB_SKIP_MIGRATIONS back to false, the log shows the following and the instance fails to run:
Pikapods official support is fairly minimal, so any support from someone who has previously imported an existing Immich instance into their service would be much appreciated. Thanks in advance!
Pikapods exposes the PostgreSQL database of each instance through AdminerEvo, and the file system through an SFTP server.
I've been trying to import the database dump produced by Immich into the PostgreSQL database but I've been getting errors that prevent it from executing fully. Most of these are permission related.
I've ensured that both instances are updated to the latest version of Immich (v1.134.0).
DB_SKIP_MIGRATIONS was also set to true before first run on the Pikapods instance, as advised in the documentation. I can verify the database is empty after setting this variable.
After restarting the instance importing the database, and setting DB_SKIP_MIGRATIONS back to false, the log shows the following and the instance fails to run:
Pikapods official support is fairly minimal, so any support from someone who has previously imported an existing Immich instance into their service would be much appreciated. Thanks in advance!