Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Pin to Postgres v14 in postgres-backup-local #8665

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

mmomjian
Copy link
Contributor

@mmomjian mmomjian commented Apr 9, 2024

We currently don't pin to a Docker image with the database dumper, which means they are created using PG v16. This is not good as Immich uses v14. We now pin to PG v14.

@mmomjian mmomjian added the documentation Improvements or additions to documentation label Apr 9, 2024
Copy link
Member

@bo0tzz bo0tzz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this runs as a normal postgres client it's probably fine, but it's still good to be precise about it. Thanks!

@bo0tzz bo0tzz enabled auto-merge (squash) April 9, 2024 16:41
@bo0tzz bo0tzz merged commit 190e4b5 into immich-app:main Apr 9, 2024
23 of 24 checks passed
@mmomjian
Copy link
Contributor Author

mmomjian commented Apr 9, 2024

Since this runs as a normal postgres client it's probably fine, but it's still good to be precise about it. Thanks!

I just helped someone on Discord who had a backup that couldn't be imported because LOCALE_PROVIDER was added in PG 15. It errored out trying to create the databases.

@mmomjian mmomjian deleted the pg-dumper branch April 9, 2024 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants