Skip to content

Conversation

@hunleyd
Copy link
Contributor

@hunleyd hunleyd commented Sep 9, 2025

What kind of change does this PR introduce?

QoL 'feature' in the OS to configure the pager used by systemd/journalctl so that log lines are not truncated

What is the current behavior?

Sep 09 17:15:49 db-ymtelzpzutuirtrtcboq gotrue[178607]: {"level":"fatal","msg":"running db migrations: error executing m> 

What is the new behavior?

Sep 09 17:15:49 db-ymtelzpzutuirtrtcboq gotrue[178607]: {"level":"fatal","msg":"running db migrations: error executing migrations/20221208132122_backfill_email_last_sign_in_at.up.sql, sql: -- previous backfill migration left last_sign_in_at to be null, which broke some projects\n\ndo $$\nbegin\nupdate auth.identities\n set last_sign_in_at = '2022-11-25'\n where\n last_sign_in_at is null and\n created_at = '2022-11-25' and\n updated_at = '2022-11-25' and\n provider = 'email' and\n id = user_id::text;\nend $$;\n: ERROR: operator does not exist: uuid = text (SQLSTATE 42883)","time":"2025-09-09T17:15:49Z"} 

Additional context

N/A

@hunleyd hunleyd marked this pull request as ready for review September 9, 2025 19:40
@hunleyd hunleyd requested review from a team as code owners September 9, 2025 19:40
@hunleyd hunleyd merged commit fe64b08 into develop Sep 10, 2025
6 checks passed
@hunleyd hunleyd deleted the PSQL-694 branch September 10, 2025 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants