chore(deps): update postgres to v17.5 #59

Merged
rafael merged 1 commit from renovate/postgres into main 2025-06-12 17:30:24 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
docker.io/library/postgres docker minor 17.2 -> 17.5
postgres minor 17.2-alpine -> 17.5-alpine

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/library/postgres | docker | minor | `17.2` -> `17.5` | | postgres | | minor | `17.2-alpine` -> `17.5-alpine` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZSJdfQ==-->
renovate added 1 commit 2025-05-22 12:36:10 +02:00
chore(deps): update postgres docker tag to v17.5
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
1e3f4616e0
renovate changed title from chore(deps): update postgres docker tag to v17.5 to chore(deps): update postgres 2025-05-22 12:45:20 +02:00
renovate changed title from chore(deps): update postgres to chore(deps): update postgres to v17.5 2025-05-22 13:12:18 +02:00
renovate force-pushed renovate/postgres from 1e3f4616e0 to 69081b1a8a 2025-05-22 13:12:18 +02:00 Compare
requested review from rafael 2025-06-11 16:57:51 +02:00
Collaborator

During testing, this results in the following error for me:

Running setup for AshPostgres.DataLayer...
The database for Mv.Repo has already been created

16:55:32.284 [info] == Running 20250528163901 Mv.Repo.Migrations.InitialMigration.up/0 forward

16:55:32.291 [info] create table property_types
** (Postgrex.Error) ERROR 42P07 (duplicate_table) relation "property_types" already exists
    (ecto_sql 3.12.1) lib/ecto/adapters/sql.ex:1096: Ecto.Adapters.SQL.raise_sql_call_error/1
    (elixir 1.18.3) lib/enum.ex:1714: Enum."-map/2-lists^map/1-1-"/2
    (ecto_sql 3.12.1) lib/ecto/adapters/sql.ex:1203: Ecto.Adapters.SQL.execute_ddl/4
    (ecto_sql 3.12.1) lib/ecto/migration/runner.ex:348: Ecto.Migration.Runner.log_and_execute_ddl/3
    (elixir 1.18.3) lib/enum.ex:1714: Enum."-map/2-lists^map/1-1-"/2
    (ecto_sql 3.12.1) lib/ecto/migration/runner.ex:311: Ecto.Migration.Runner.perform_operation/3
    (stdlib 6.2.2) timer.erl:595: :timer.tc/2
    (ecto_sql 3.12.1) lib/ecto/migration/runner.ex:25: Ecto.Migration.Runner.run/8
error: Recipe `migrate-database` failed on line 8 with exit code 1

Running just reset-database fixes it for me, but I'd like to prevent that if possible 🤔

During testing, this results in the following error for me: ``` Running setup for AshPostgres.DataLayer... The database for Mv.Repo has already been created 16:55:32.284 [info] == Running 20250528163901 Mv.Repo.Migrations.InitialMigration.up/0 forward 16:55:32.291 [info] create table property_types ** (Postgrex.Error) ERROR 42P07 (duplicate_table) relation "property_types" already exists (ecto_sql 3.12.1) lib/ecto/adapters/sql.ex:1096: Ecto.Adapters.SQL.raise_sql_call_error/1 (elixir 1.18.3) lib/enum.ex:1714: Enum."-map/2-lists^map/1-1-"/2 (ecto_sql 3.12.1) lib/ecto/adapters/sql.ex:1203: Ecto.Adapters.SQL.execute_ddl/4 (ecto_sql 3.12.1) lib/ecto/migration/runner.ex:348: Ecto.Migration.Runner.log_and_execute_ddl/3 (elixir 1.18.3) lib/enum.ex:1714: Enum."-map/2-lists^map/1-1-"/2 (ecto_sql 3.12.1) lib/ecto/migration/runner.ex:311: Ecto.Migration.Runner.perform_operation/3 (stdlib 6.2.2) timer.erl:595: :timer.tc/2 (ecto_sql 3.12.1) lib/ecto/migration/runner.ex:25: Ecto.Migration.Runner.run/8 error: Recipe `migrate-database` failed on line 8 with exit code 1 ``` Running `just reset-database` fixes it for me, but I'd like to prevent that if possible 🤔
rafael added this to the Sprint 3 - 28.05 - 09.07 project 2025-06-12 15:04:11 +02:00
rafael force-pushed renovate/postgres from 69081b1a8a to 4182f399a2 2025-06-12 16:37:04 +02:00 Compare
Collaborator

After rebasing on main, the error went away 🤔

After rebasing on `main`, the error went away 🤔
rafael merged commit 627f3197c1 into main 2025-06-12 17:30:24 +02:00
rafael deleted branch renovate/postgres 2025-06-12 17:30:24 +02:00
rafael self-assigned this 2025-06-12 17:41:18 +02:00
Sign in to join this conversation.
No description provided.