-
-
Save tlemotlemo/0e8747a6e689909c28471b320183e5ed to your computer and use it in GitHub Desktop.
Detailed postgres journalctl
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Dec 13 16:45:10 nixos systemd[1]: Starting PostgreSQL Server... | |
| Dec 13 16:45:13 nixos postgres[877]: [877] LOG: starting PostgreSQL 15.9 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 13.3.0, 64-bit | |
| Dec 13 16:45:13 nixos postgres[877]: [877] LOG: listening on IPv6 address "::1", port 5432 | |
| Dec 13 16:45:13 nixos postgres[877]: [877] LOG: listening on IPv4 address "127.0.0.1", port 5432 | |
| Dec 13 16:45:13 nixos postgres[877]: [877] LOG: listening on Unix socket "/run/postgresql/.s.PGSQL.5432" | |
| Dec 13 16:45:14 nixos postgres[1029]: [1029] LOG: database system was shut down at 2024-12-13 22:44:10 GMT | |
| Dec 13 16:45:14 nixos postgres[877]: [877] LOG: database system is ready to accept connections | |
| Dec 13 16:45:15 nixos postgres[1035]: [1035] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 16:45:15 nixos postgres[1035]: [1035] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:45:15 nixos postgres[1035]: [1035] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:45:15 nixos postgres[1039]: [1039] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 16:45:15 nixos postgres[1039]: [1039] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:45:15 nixos postgres[1039]: [1039] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:45:15 nixos postgresql-post-start[1037]: WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 16:45:15 nixos postgresql-post-start[1037]: DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:45:15 nixos postgresql-post-start[1037]: HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:45:16 nixos postgres[1043]: [1043] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 16:45:16 nixos postgres[1043]: [1043] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:45:16 nixos postgres[1043]: [1043] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:45:16 nixos postgresql-post-start[1041]: WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 16:45:16 nixos postgresql-post-start[1041]: DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:45:16 nixos postgresql-post-start[1041]: HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:45:16 nixos postgres[1045]: [1045] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 16:45:16 nixos postgres[1045]: [1045] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:45:16 nixos postgres[1045]: [1045] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:45:16 nixos postgresql-post-start[1044]: WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 16:45:16 nixos postgresql-post-start[1044]: DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:45:16 nixos postgresql-post-start[1044]: HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:45:16 nixos postgresql-post-start[1044]: ALTER ROLE | |
| Dec 13 16:45:16 nixos postgres[1047]: [1047] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 16:45:16 nixos postgres[1047]: [1047] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:45:16 nixos postgres[1047]: [1047] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:45:16 nixos postgresql-post-start[1046]: WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 16:45:16 nixos postgresql-post-start[1046]: DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:45:16 nixos postgresql-post-start[1046]: HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:45:16 nixos postgresql-post-start[1046]: ALTER DATABASE | |
| Dec 13 16:45:16 nixos systemd[1]: Started PostgreSQL Server. | |
| Dec 13 16:45:19 nixos postgres[1059]: [1059] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 16:45:19 nixos postgres[1059]: [1059] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:45:19 nixos postgres[1059]: [1059] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:45:19 nixos postgres[1060]: [1060] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 16:45:19 nixos postgres[1060]: [1060] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:45:19 nixos postgres[1060]: [1060] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:45:34 nixos postgres[1132]: [1132] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 16:45:34 nixos postgres[1132]: [1132] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:45:34 nixos postgres[1132]: [1132] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:45:54 nixos postgres[1136]: [1136] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 16:45:54 nixos postgres[1136]: [1136] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:45:54 nixos postgres[1136]: [1136] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:46:14 nixos postgres[1137]: [1137] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 16:46:14 nixos postgres[1137]: [1137] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:46:14 nixos postgres[1137]: [1137] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:46:34 nixos postgres[1138]: [1138] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 16:46:34 nixos postgres[1138]: [1138] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:46:34 nixos postgres[1138]: [1138] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:46:54 nixos postgres[1139]: [1139] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 16:46:54 nixos postgres[1139]: [1139] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:46:54 nixos postgres[1139]: [1139] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:47:14 nixos postgres[1141]: [1141] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 16:47:14 nixos postgres[1141]: [1141] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:47:14 nixos postgres[1141]: [1141] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:47:34 nixos postgres[1199]: [1199] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 16:47:34 nixos postgres[1199]: [1199] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:47:34 nixos postgres[1199]: [1199] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:47:54 nixos postgres[1386]: [1386] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 16:47:54 nixos postgres[1386]: [1386] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:47:54 nixos postgres[1386]: [1386] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:48:14 nixos postgres[1434]: [1434] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 16:48:14 nixos postgres[1434]: [1434] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:48:14 nixos postgres[1434]: [1434] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:48:34 nixos postgres[1435]: [1435] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 16:48:34 nixos postgres[1435]: [1435] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:48:34 nixos postgres[1435]: [1435] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:48:54 nixos postgres[1436]: [1436] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 16:48:54 nixos postgres[1436]: [1436] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:48:54 nixos postgres[1436]: [1436] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:49:14 nixos postgres[1437]: [1437] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 16:49:14 nixos postgres[1437]: [1437] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:49:14 nixos postgres[1437]: [1437] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:49:34 nixos postgres[1438]: [1438] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 16:49:34 nixos postgres[1438]: [1438] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:49:34 nixos postgres[1438]: [1438] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:49:54 nixos postgres[1451]: [1451] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 16:49:54 nixos postgres[1451]: [1451] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:49:54 nixos postgres[1451]: [1451] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:50:14 nixos postgres[1027]: [1027] LOG: checkpoint starting: time | |
| Dec 13 16:50:14 nixos postgres[1452]: [1452] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 16:50:14 nixos postgres[1452]: [1452] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:50:14 nixos postgres[1452]: [1452] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:50:15 nixos postgres[1027]: [1027] LOG: checkpoint complete: wrote 4 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.161 s, sync=0.069 s, total=0.378 s; sync files=3, longest=0.040 s, average=0.023 s; distance=5 kB, estimate=5 kB | |
| Dec 13 16:50:34 nixos postgres[1453]: [1453] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 16:50:34 nixos postgres[1453]: [1453] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:50:34 nixos postgres[1453]: [1453] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:50:54 nixos postgres[1495]: [1495] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 16:50:54 nixos postgres[1495]: [1495] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:50:54 nixos postgres[1495]: [1495] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:51:14 nixos postgres[1663]: [1663] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 16:51:14 nixos postgres[1663]: [1663] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:51:14 nixos postgres[1663]: [1663] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:51:34 nixos postgres[1800]: [1800] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 16:51:34 nixos postgres[1800]: [1800] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:51:34 nixos postgres[1800]: [1800] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:51:54 nixos postgres[1801]: [1801] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 16:51:54 nixos postgres[1801]: [1801] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:51:54 nixos postgres[1801]: [1801] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:52:14 nixos postgres[1802]: [1802] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 16:52:14 nixos postgres[1802]: [1802] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:52:14 nixos postgres[1802]: [1802] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:52:34 nixos postgres[1803]: [1803] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 16:52:34 nixos postgres[1803]: [1803] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:52:34 nixos postgres[1803]: [1803] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:52:54 nixos postgres[1843]: [1843] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 16:52:54 nixos postgres[1843]: [1843] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:52:54 nixos postgres[1843]: [1843] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:53:15 nixos postgres[1872]: [1872] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 16:53:15 nixos postgres[1872]: [1872] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:53:15 nixos postgres[1872]: [1872] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:53:34 nixos postgres[1873]: [1873] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 16:53:34 nixos postgres[1873]: [1873] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:53:34 nixos postgres[1873]: [1873] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:53:55 nixos postgres[1881]: [1881] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 16:53:55 nixos postgres[1881]: [1881] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:53:55 nixos postgres[1881]: [1881] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:54:15 nixos postgres[1888]: [1888] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 16:54:15 nixos postgres[1888]: [1888] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:54:15 nixos postgres[1888]: [1888] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:54:34 nixos postgres[1889]: [1889] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 16:54:34 nixos postgres[1889]: [1889] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:54:34 nixos postgres[1889]: [1889] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:54:55 nixos postgres[1902]: [1902] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 16:54:55 nixos postgres[1902]: [1902] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:54:55 nixos postgres[1902]: [1902] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:55:15 nixos postgres[2819]: [2819] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 16:55:15 nixos postgres[2819]: [2819] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:55:15 nixos postgres[2819]: [2819] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:55:34 nixos postgres[3662]: [3662] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 16:55:34 nixos postgres[3662]: [3662] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:55:34 nixos postgres[3662]: [3662] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:55:55 nixos postgres[3663]: [3663] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 16:55:55 nixos postgres[3663]: [3663] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:55:55 nixos postgres[3663]: [3663] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:56:15 nixos postgres[3664]: [3664] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 16:56:15 nixos postgres[3664]: [3664] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:56:15 nixos postgres[3664]: [3664] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:56:34 nixos postgres[3665]: [3665] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 16:56:34 nixos postgres[3665]: [3665] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:56:34 nixos postgres[3665]: [3665] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:56:55 nixos postgres[3666]: [3666] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 16:56:55 nixos postgres[3666]: [3666] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:56:55 nixos postgres[3666]: [3666] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:57:15 nixos postgres[3667]: [3667] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 16:57:15 nixos postgres[3667]: [3667] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:57:15 nixos postgres[3667]: [3667] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:57:35 nixos postgres[3668]: [3668] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 16:57:35 nixos postgres[3668]: [3668] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:57:35 nixos postgres[3668]: [3668] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:57:55 nixos postgres[3669]: [3669] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 16:57:55 nixos postgres[3669]: [3669] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:57:55 nixos postgres[3669]: [3669] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:58:15 nixos postgres[3697]: [3697] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 16:58:15 nixos postgres[3697]: [3697] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:58:15 nixos postgres[3697]: [3697] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:58:35 nixos postgres[4118]: [4118] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 16:58:35 nixos postgres[4118]: [4118] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:58:35 nixos postgres[4118]: [4118] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:58:55 nixos postgres[4141]: [4141] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 16:58:55 nixos postgres[4141]: [4141] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:58:55 nixos postgres[4141]: [4141] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:59:15 nixos postgres[4181]: [4181] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 16:59:15 nixos postgres[4181]: [4181] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:59:15 nixos postgres[4181]: [4181] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:59:35 nixos postgres[5694]: [5694] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 16:59:35 nixos postgres[5694]: [5694] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:59:35 nixos postgres[5694]: [5694] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 16:59:55 nixos postgres[5963]: [5963] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 16:59:55 nixos postgres[5963]: [5963] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 16:59:55 nixos postgres[5963]: [5963] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:00:15 nixos postgres[5977]: [5977] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:00:15 nixos postgres[5977]: [5977] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:00:15 nixos postgres[5977]: [5977] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:00:35 nixos postgres[6006]: [6006] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:00:35 nixos postgres[6006]: [6006] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:00:35 nixos postgres[6006]: [6006] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:00:55 nixos postgres[6007]: [6007] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:00:55 nixos postgres[6007]: [6007] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:00:55 nixos postgres[6007]: [6007] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:01:15 nixos postgres[6008]: [6008] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:01:15 nixos postgres[6008]: [6008] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:01:15 nixos postgres[6008]: [6008] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:01:35 nixos postgres[6009]: [6009] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:01:35 nixos postgres[6009]: [6009] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:01:35 nixos postgres[6009]: [6009] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:01:55 nixos postgres[6010]: [6010] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:01:55 nixos postgres[6010]: [6010] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:01:55 nixos postgres[6010]: [6010] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:02:15 nixos postgres[6011]: [6011] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:02:15 nixos postgres[6011]: [6011] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:02:15 nixos postgres[6011]: [6011] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:02:35 nixos postgres[6012]: [6012] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:02:35 nixos postgres[6012]: [6012] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:02:35 nixos postgres[6012]: [6012] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:02:55 nixos postgres[6013]: [6013] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:02:55 nixos postgres[6013]: [6013] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:02:55 nixos postgres[6013]: [6013] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:03:15 nixos postgres[6014]: [6014] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:03:15 nixos postgres[6014]: [6014] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:03:15 nixos postgres[6014]: [6014] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:03:35 nixos postgres[6015]: [6015] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:03:35 nixos postgres[6015]: [6015] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:03:35 nixos postgres[6015]: [6015] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:03:55 nixos postgres[6016]: [6016] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:03:55 nixos postgres[6016]: [6016] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:03:55 nixos postgres[6016]: [6016] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:04:15 nixos postgres[6017]: [6017] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:04:15 nixos postgres[6017]: [6017] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:04:15 nixos postgres[6017]: [6017] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:04:35 nixos postgres[6018]: [6018] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:04:35 nixos postgres[6018]: [6018] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:04:35 nixos postgres[6018]: [6018] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:04:55 nixos postgres[6030]: [6030] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:04:55 nixos postgres[6030]: [6030] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:04:55 nixos postgres[6030]: [6030] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:05:15 nixos postgres[6034]: [6034] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:05:15 nixos postgres[6034]: [6034] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:05:15 nixos postgres[6034]: [6034] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:05:35 nixos postgres[6035]: [6035] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:05:35 nixos postgres[6035]: [6035] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:05:35 nixos postgres[6035]: [6035] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:05:55 nixos postgres[6036]: [6036] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:05:55 nixos postgres[6036]: [6036] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:05:55 nixos postgres[6036]: [6036] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:06:15 nixos postgres[6037]: [6037] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:06:15 nixos postgres[6037]: [6037] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:06:15 nixos postgres[6037]: [6037] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:06:35 nixos postgres[6038]: [6038] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:06:35 nixos postgres[6038]: [6038] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:06:35 nixos postgres[6038]: [6038] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:06:55 nixos postgres[6149]: [6149] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:06:55 nixos postgres[6149]: [6149] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:06:55 nixos postgres[6149]: [6149] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:07:15 nixos postgres[6150]: [6150] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:07:15 nixos postgres[6150]: [6150] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:07:15 nixos postgres[6150]: [6150] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:07:35 nixos postgres[6151]: [6151] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:07:35 nixos postgres[6151]: [6151] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:07:35 nixos postgres[6151]: [6151] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:07:55 nixos postgres[6152]: [6152] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:07:55 nixos postgres[6152]: [6152] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:07:55 nixos postgres[6152]: [6152] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:08:15 nixos postgres[6153]: [6153] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:08:15 nixos postgres[6153]: [6153] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:08:15 nixos postgres[6153]: [6153] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:08:35 nixos postgres[6154]: [6154] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:08:35 nixos postgres[6154]: [6154] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:08:35 nixos postgres[6154]: [6154] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:08:55 nixos postgres[6155]: [6155] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:08:55 nixos postgres[6155]: [6155] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:08:55 nixos postgres[6155]: [6155] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:09:15 nixos postgres[6156]: [6156] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:09:15 nixos postgres[6156]: [6156] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:09:15 nixos postgres[6156]: [6156] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:09:35 nixos postgres[6157]: [6157] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:09:35 nixos postgres[6157]: [6157] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:09:35 nixos postgres[6157]: [6157] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:09:55 nixos postgres[6167]: [6167] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:09:55 nixos postgres[6167]: [6167] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:09:55 nixos postgres[6167]: [6167] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:10:15 nixos postgres[6173]: [6173] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:10:15 nixos postgres[6173]: [6173] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:10:15 nixos postgres[6173]: [6173] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:10:35 nixos postgres[6174]: [6174] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:10:35 nixos postgres[6174]: [6174] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:10:35 nixos postgres[6174]: [6174] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:10:55 nixos postgres[6175]: [6175] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:10:55 nixos postgres[6175]: [6175] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:10:55 nixos postgres[6175]: [6175] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:11:15 nixos postgres[6176]: [6176] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:11:15 nixos postgres[6176]: [6176] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:11:15 nixos postgres[6176]: [6176] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:11:35 nixos postgres[6177]: [6177] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:11:35 nixos postgres[6177]: [6177] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:11:35 nixos postgres[6177]: [6177] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:11:55 nixos postgres[6178]: [6178] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:11:55 nixos postgres[6178]: [6178] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:11:55 nixos postgres[6178]: [6178] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:12:15 nixos postgres[6179]: [6179] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:12:15 nixos postgres[6179]: [6179] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:12:15 nixos postgres[6179]: [6179] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:12:35 nixos postgres[6180]: [6180] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:12:35 nixos postgres[6180]: [6180] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:12:35 nixos postgres[6180]: [6180] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:12:55 nixos postgres[6181]: [6181] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:12:55 nixos postgres[6181]: [6181] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:12:55 nixos postgres[6181]: [6181] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:13:15 nixos postgres[6182]: [6182] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:13:15 nixos postgres[6182]: [6182] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:13:15 nixos postgres[6182]: [6182] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:13:35 nixos postgres[6183]: [6183] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:13:35 nixos postgres[6183]: [6183] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:13:35 nixos postgres[6183]: [6183] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:13:55 nixos postgres[6184]: [6184] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:13:55 nixos postgres[6184]: [6184] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:13:55 nixos postgres[6184]: [6184] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:14:15 nixos postgres[6191]: [6191] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:14:15 nixos postgres[6191]: [6191] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:14:15 nixos postgres[6191]: [6191] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:14:35 nixos postgres[6198]: [6198] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:14:35 nixos postgres[6198]: [6198] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:14:35 nixos postgres[6198]: [6198] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:14:55 nixos postgres[6209]: [6209] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:14:55 nixos postgres[6209]: [6209] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:14:55 nixos postgres[6209]: [6209] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:15:15 nixos postgres[6213]: [6213] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:15:15 nixos postgres[6213]: [6213] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:15:15 nixos postgres[6213]: [6213] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:15:35 nixos postgres[6214]: [6214] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:15:35 nixos postgres[6214]: [6214] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:15:35 nixos postgres[6214]: [6214] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:15:55 nixos postgres[6215]: [6215] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:15:55 nixos postgres[6215]: [6215] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:15:55 nixos postgres[6215]: [6215] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:16:15 nixos postgres[6216]: [6216] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:16:15 nixos postgres[6216]: [6216] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:16:15 nixos postgres[6216]: [6216] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:16:35 nixos postgres[6217]: [6217] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:16:35 nixos postgres[6217]: [6217] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:16:35 nixos postgres[6217]: [6217] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:16:55 nixos postgres[6218]: [6218] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:16:55 nixos postgres[6218]: [6218] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:16:55 nixos postgres[6218]: [6218] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:17:15 nixos postgres[6220]: [6220] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:17:15 nixos postgres[6220]: [6220] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:17:15 nixos postgres[6220]: [6220] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:17:35 nixos postgres[6221]: [6221] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:17:35 nixos postgres[6221]: [6221] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:17:35 nixos postgres[6221]: [6221] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:17:55 nixos postgres[6222]: [6222] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:17:55 nixos postgres[6222]: [6222] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:17:55 nixos postgres[6222]: [6222] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:18:15 nixos postgres[6223]: [6223] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:18:15 nixos postgres[6223]: [6223] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:18:15 nixos postgres[6223]: [6223] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:18:35 nixos postgres[6224]: [6224] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:18:35 nixos postgres[6224]: [6224] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:18:35 nixos postgres[6224]: [6224] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:18:55 nixos postgres[6225]: [6225] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:18:55 nixos postgres[6225]: [6225] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:18:55 nixos postgres[6225]: [6225] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:19:15 nixos postgres[6229]: [6229] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:19:15 nixos postgres[6229]: [6229] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:19:15 nixos postgres[6229]: [6229] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:19:35 nixos postgres[6230]: [6230] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:19:35 nixos postgres[6230]: [6230] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:19:35 nixos postgres[6230]: [6230] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:19:55 nixos postgres[6240]: [6240] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:19:55 nixos postgres[6240]: [6240] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:19:55 nixos postgres[6240]: [6240] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:20:15 nixos postgres[6245]: [6245] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:20:15 nixos postgres[6245]: [6245] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:20:15 nixos postgres[6245]: [6245] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:20:35 nixos postgres[6246]: [6246] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:20:35 nixos postgres[6246]: [6246] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:20:35 nixos postgres[6246]: [6246] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:20:55 nixos postgres[6247]: [6247] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:20:55 nixos postgres[6247]: [6247] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:20:55 nixos postgres[6247]: [6247] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:21:15 nixos postgres[6248]: [6248] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:21:15 nixos postgres[6248]: [6248] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:21:15 nixos postgres[6248]: [6248] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:21:35 nixos postgres[6249]: [6249] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:21:35 nixos postgres[6249]: [6249] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:21:35 nixos postgres[6249]: [6249] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:21:55 nixos postgres[6250]: [6250] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:21:55 nixos postgres[6250]: [6250] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:21:55 nixos postgres[6250]: [6250] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:22:15 nixos postgres[6251]: [6251] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:22:15 nixos postgres[6251]: [6251] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:22:15 nixos postgres[6251]: [6251] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:22:35 nixos postgres[6252]: [6252] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:22:35 nixos postgres[6252]: [6252] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:22:35 nixos postgres[6252]: [6252] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:22:55 nixos postgres[6254]: [6254] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:22:55 nixos postgres[6254]: [6254] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:22:55 nixos postgres[6254]: [6254] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:23:15 nixos postgres[6255]: [6255] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:23:15 nixos postgres[6255]: [6255] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:23:15 nixos postgres[6255]: [6255] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:23:35 nixos postgres[6256]: [6256] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:23:35 nixos postgres[6256]: [6256] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:23:35 nixos postgres[6256]: [6256] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:23:55 nixos postgres[6257]: [6257] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:23:55 nixos postgres[6257]: [6257] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:23:55 nixos postgres[6257]: [6257] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:24:15 nixos postgres[6258]: [6258] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:24:15 nixos postgres[6258]: [6258] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:24:15 nixos postgres[6258]: [6258] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:24:35 nixos postgres[6259]: [6259] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:24:35 nixos postgres[6259]: [6259] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:24:35 nixos postgres[6259]: [6259] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:24:55 nixos postgres[6269]: [6269] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:24:55 nixos postgres[6269]: [6269] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:24:55 nixos postgres[6269]: [6269] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:25:15 nixos postgres[6272]: [6272] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:25:15 nixos postgres[6272]: [6272] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:25:15 nixos postgres[6272]: [6272] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:25:35 nixos postgres[6273]: [6273] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:25:35 nixos postgres[6273]: [6273] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:25:35 nixos postgres[6273]: [6273] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:25:55 nixos postgres[6274]: [6274] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:25:55 nixos postgres[6274]: [6274] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:25:55 nixos postgres[6274]: [6274] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:26:15 nixos postgres[6275]: [6275] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:26:15 nixos postgres[6275]: [6275] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:26:15 nixos postgres[6275]: [6275] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:26:35 nixos postgres[6276]: [6276] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:26:35 nixos postgres[6276]: [6276] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:26:35 nixos postgres[6276]: [6276] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:26:55 nixos postgres[6277]: [6277] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:26:55 nixos postgres[6277]: [6277] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:26:55 nixos postgres[6277]: [6277] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:27:15 nixos postgres[6278]: [6278] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:27:15 nixos postgres[6278]: [6278] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:27:15 nixos postgres[6278]: [6278] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:27:35 nixos postgres[6279]: [6279] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:27:35 nixos postgres[6279]: [6279] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:27:35 nixos postgres[6279]: [6279] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:27:55 nixos postgres[6280]: [6280] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:27:55 nixos postgres[6280]: [6280] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:27:55 nixos postgres[6280]: [6280] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:28:15 nixos postgres[6281]: [6281] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:28:15 nixos postgres[6281]: [6281] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:28:15 nixos postgres[6281]: [6281] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:28:35 nixos postgres[6282]: [6282] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:28:35 nixos postgres[6282]: [6282] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:28:35 nixos postgres[6282]: [6282] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:28:55 nixos postgres[6283]: [6283] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:28:55 nixos postgres[6283]: [6283] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:28:55 nixos postgres[6283]: [6283] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:29:15 nixos postgres[6284]: [6284] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:29:15 nixos postgres[6284]: [6284] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:29:15 nixos postgres[6284]: [6284] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:29:35 nixos postgres[6285]: [6285] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:29:35 nixos postgres[6285]: [6285] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:29:35 nixos postgres[6285]: [6285] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:29:55 nixos postgres[6296]: [6296] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:29:55 nixos postgres[6296]: [6296] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:29:55 nixos postgres[6296]: [6296] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:30:15 nixos postgres[6299]: [6299] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:30:15 nixos postgres[6299]: [6299] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:30:15 nixos postgres[6299]: [6299] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:30:35 nixos postgres[6300]: [6300] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:30:35 nixos postgres[6300]: [6300] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:30:35 nixos postgres[6300]: [6300] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:30:55 nixos postgres[6301]: [6301] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:30:55 nixos postgres[6301]: [6301] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:30:55 nixos postgres[6301]: [6301] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:31:15 nixos postgres[6302]: [6302] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:31:15 nixos postgres[6302]: [6302] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:31:15 nixos postgres[6302]: [6302] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:31:35 nixos postgres[6303]: [6303] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:31:35 nixos postgres[6303]: [6303] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:31:35 nixos postgres[6303]: [6303] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:31:55 nixos postgres[6304]: [6304] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:31:55 nixos postgres[6304]: [6304] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:31:55 nixos postgres[6304]: [6304] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:32:15 nixos postgres[6305]: [6305] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:32:15 nixos postgres[6305]: [6305] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:32:15 nixos postgres[6305]: [6305] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:32:35 nixos postgres[6306]: [6306] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:32:35 nixos postgres[6306]: [6306] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:32:35 nixos postgres[6306]: [6306] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:32:55 nixos postgres[6307]: [6307] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:32:55 nixos postgres[6307]: [6307] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:32:55 nixos postgres[6307]: [6307] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:33:15 nixos postgres[6308]: [6308] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:33:15 nixos postgres[6308]: [6308] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:33:15 nixos postgres[6308]: [6308] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:33:35 nixos postgres[6309]: [6309] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:33:35 nixos postgres[6309]: [6309] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:33:35 nixos postgres[6309]: [6309] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:33:55 nixos postgres[6310]: [6310] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:33:55 nixos postgres[6310]: [6310] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:33:55 nixos postgres[6310]: [6310] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:34:15 nixos postgres[6311]: [6311] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:34:15 nixos postgres[6311]: [6311] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:34:15 nixos postgres[6311]: [6311] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:34:35 nixos postgres[6312]: [6312] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:34:35 nixos postgres[6312]: [6312] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:34:35 nixos postgres[6312]: [6312] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:34:55 nixos postgres[6329]: [6329] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:34:55 nixos postgres[6329]: [6329] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:34:55 nixos postgres[6329]: [6329] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:35:15 nixos postgres[6333]: [6333] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:35:15 nixos postgres[6333]: [6333] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:35:15 nixos postgres[6333]: [6333] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:35:35 nixos postgres[6334]: [6334] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:35:35 nixos postgres[6334]: [6334] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:35:35 nixos postgres[6334]: [6334] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:35:55 nixos postgres[6335]: [6335] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:35:55 nixos postgres[6335]: [6335] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:35:55 nixos postgres[6335]: [6335] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:36:15 nixos postgres[6336]: [6336] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:36:15 nixos postgres[6336]: [6336] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:36:15 nixos postgres[6336]: [6336] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:36:35 nixos postgres[6337]: [6337] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:36:35 nixos postgres[6337]: [6337] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:36:35 nixos postgres[6337]: [6337] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:36:55 nixos postgres[6338]: [6338] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:36:55 nixos postgres[6338]: [6338] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:36:55 nixos postgres[6338]: [6338] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:37:15 nixos postgres[6341]: [6341] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:37:15 nixos postgres[6341]: [6341] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:37:15 nixos postgres[6341]: [6341] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:37:35 nixos postgres[6342]: [6342] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:37:35 nixos postgres[6342]: [6342] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:37:35 nixos postgres[6342]: [6342] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:37:55 nixos postgres[6343]: [6343] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:37:55 nixos postgres[6343]: [6343] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:37:55 nixos postgres[6343]: [6343] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:38:15 nixos postgres[6344]: [6344] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:38:15 nixos postgres[6344]: [6344] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:38:15 nixos postgres[6344]: [6344] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:38:35 nixos postgres[6345]: [6345] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:38:35 nixos postgres[6345]: [6345] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:38:35 nixos postgres[6345]: [6345] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:38:55 nixos postgres[6346]: [6346] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:38:55 nixos postgres[6346]: [6346] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:38:55 nixos postgres[6346]: [6346] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:39:15 nixos postgres[6347]: [6347] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:39:15 nixos postgres[6347]: [6347] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:39:15 nixos postgres[6347]: [6347] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:39:35 nixos postgres[6348]: [6348] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:39:35 nixos postgres[6348]: [6348] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:39:35 nixos postgres[6348]: [6348] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:39:55 nixos postgres[6358]: [6358] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:39:55 nixos postgres[6358]: [6358] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:39:55 nixos postgres[6358]: [6358] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:40:15 nixos postgres[6362]: [6362] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:40:15 nixos postgres[6362]: [6362] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:40:15 nixos postgres[6362]: [6362] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:40:35 nixos postgres[6363]: [6363] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:40:35 nixos postgres[6363]: [6363] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:40:35 nixos postgres[6363]: [6363] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:40:55 nixos postgres[6364]: [6364] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:40:55 nixos postgres[6364]: [6364] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:40:55 nixos postgres[6364]: [6364] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:41:15 nixos postgres[6365]: [6365] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:41:15 nixos postgres[6365]: [6365] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:41:15 nixos postgres[6365]: [6365] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:41:35 nixos postgres[6366]: [6366] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:41:35 nixos postgres[6366]: [6366] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:41:35 nixos postgres[6366]: [6366] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:41:55 nixos postgres[6367]: [6367] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:41:55 nixos postgres[6367]: [6367] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:41:55 nixos postgres[6367]: [6367] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:42:15 nixos postgres[6368]: [6368] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:42:15 nixos postgres[6368]: [6368] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:42:15 nixos postgres[6368]: [6368] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:42:35 nixos postgres[6369]: [6369] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:42:35 nixos postgres[6369]: [6369] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:42:35 nixos postgres[6369]: [6369] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:42:55 nixos postgres[6370]: [6370] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:42:55 nixos postgres[6370]: [6370] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:42:55 nixos postgres[6370]: [6370] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:43:15 nixos postgres[6371]: [6371] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:43:15 nixos postgres[6371]: [6371] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:43:15 nixos postgres[6371]: [6371] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:43:35 nixos postgres[6372]: [6372] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:43:35 nixos postgres[6372]: [6372] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:43:35 nixos postgres[6372]: [6372] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:43:55 nixos postgres[6373]: [6373] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:43:55 nixos postgres[6373]: [6373] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:43:55 nixos postgres[6373]: [6373] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:44:15 nixos postgres[6374]: [6374] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:44:15 nixos postgres[6374]: [6374] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:44:15 nixos postgres[6374]: [6374] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:44:35 nixos postgres[6375]: [6375] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:44:35 nixos postgres[6375]: [6375] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:44:35 nixos postgres[6375]: [6375] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:44:55 nixos postgres[6386]: [6386] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:44:55 nixos postgres[6386]: [6386] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:44:55 nixos postgres[6386]: [6386] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:45:15 nixos postgres[6388]: [6388] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:45:15 nixos postgres[6388]: [6388] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:45:15 nixos postgres[6388]: [6388] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:45:35 nixos postgres[6389]: [6389] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:45:35 nixos postgres[6389]: [6389] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:45:35 nixos postgres[6389]: [6389] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:45:55 nixos postgres[6390]: [6390] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:45:55 nixos postgres[6390]: [6390] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:45:55 nixos postgres[6390]: [6390] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:46:15 nixos postgres[6391]: [6391] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:46:15 nixos postgres[6391]: [6391] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:46:15 nixos postgres[6391]: [6391] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:46:35 nixos postgres[6393]: [6393] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:46:35 nixos postgres[6393]: [6393] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:46:35 nixos postgres[6393]: [6393] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:46:55 nixos postgres[6394]: [6394] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:46:55 nixos postgres[6394]: [6394] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:46:55 nixos postgres[6394]: [6394] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:47:15 nixos postgres[6395]: [6395] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:47:15 nixos postgres[6395]: [6395] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:47:15 nixos postgres[6395]: [6395] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:47:35 nixos postgres[6396]: [6396] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:47:35 nixos postgres[6396]: [6396] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:47:35 nixos postgres[6396]: [6396] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:47:55 nixos postgres[6397]: [6397] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:47:55 nixos postgres[6397]: [6397] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:47:55 nixos postgres[6397]: [6397] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:48:15 nixos postgres[6398]: [6398] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:48:15 nixos postgres[6398]: [6398] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:48:15 nixos postgres[6398]: [6398] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:48:35 nixos postgres[6399]: [6399] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:48:35 nixos postgres[6399]: [6399] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:48:35 nixos postgres[6399]: [6399] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:48:55 nixos postgres[6400]: [6400] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:48:55 nixos postgres[6400]: [6400] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:48:55 nixos postgres[6400]: [6400] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:49:15 nixos postgres[6401]: [6401] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:49:15 nixos postgres[6401]: [6401] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:49:15 nixos postgres[6401]: [6401] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:49:35 nixos postgres[6402]: [6402] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:49:35 nixos postgres[6402]: [6402] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:49:35 nixos postgres[6402]: [6402] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:49:55 nixos postgres[6412]: [6412] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:49:55 nixos postgres[6412]: [6412] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:49:55 nixos postgres[6412]: [6412] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:50:16 nixos postgres[6416]: [6416] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:50:16 nixos postgres[6416]: [6416] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:50:16 nixos postgres[6416]: [6416] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:50:35 nixos postgres[6417]: [6417] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:50:35 nixos postgres[6417]: [6417] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:50:35 nixos postgres[6417]: [6417] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:50:55 nixos postgres[6418]: [6418] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:50:55 nixos postgres[6418]: [6418] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:50:55 nixos postgres[6418]: [6418] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:51:16 nixos postgres[6419]: [6419] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:51:16 nixos postgres[6419]: [6419] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:51:16 nixos postgres[6419]: [6419] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:51:35 nixos postgres[6420]: [6420] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:51:35 nixos postgres[6420]: [6420] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:51:35 nixos postgres[6420]: [6420] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:51:56 nixos postgres[6421]: [6421] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:51:56 nixos postgres[6421]: [6421] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:51:56 nixos postgres[6421]: [6421] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:52:16 nixos postgres[6422]: [6422] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:52:16 nixos postgres[6422]: [6422] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:52:16 nixos postgres[6422]: [6422] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:52:35 nixos postgres[6426]: [6426] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:52:35 nixos postgres[6426]: [6426] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:52:35 nixos postgres[6426]: [6426] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:52:56 nixos postgres[6427]: [6427] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:52:56 nixos postgres[6427]: [6427] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:52:56 nixos postgres[6427]: [6427] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:53:16 nixos postgres[6434]: [6434] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:53:16 nixos postgres[6434]: [6434] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:53:16 nixos postgres[6434]: [6434] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:53:35 nixos postgres[6435]: [6435] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:53:35 nixos postgres[6435]: [6435] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:53:35 nixos postgres[6435]: [6435] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:53:56 nixos postgres[6436]: [6436] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:53:56 nixos postgres[6436]: [6436] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:53:56 nixos postgres[6436]: [6436] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:54:16 nixos postgres[6459]: [6459] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:54:16 nixos postgres[6459]: [6459] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:54:16 nixos postgres[6459]: [6459] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:54:36 nixos postgres[6460]: [6460] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:54:36 nixos postgres[6460]: [6460] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:54:36 nixos postgres[6460]: [6460] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:54:56 nixos postgres[6470]: [6470] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:54:56 nixos postgres[6470]: [6470] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:54:56 nixos postgres[6470]: [6470] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:55:16 nixos postgres[6476]: [6476] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:55:16 nixos postgres[6476]: [6476] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:55:16 nixos postgres[6476]: [6476] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:55:36 nixos postgres[6477]: [6477] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:55:36 nixos postgres[6477]: [6477] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:55:36 nixos postgres[6477]: [6477] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:55:56 nixos postgres[6478]: [6478] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:55:56 nixos postgres[6478]: [6478] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:55:56 nixos postgres[6478]: [6478] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:56:16 nixos postgres[6479]: [6479] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:56:16 nixos postgres[6479]: [6479] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:56:16 nixos postgres[6479]: [6479] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:56:36 nixos postgres[6480]: [6480] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:56:36 nixos postgres[6480]: [6480] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:56:36 nixos postgres[6480]: [6480] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:56:56 nixos postgres[6481]: [6481] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:56:56 nixos postgres[6481]: [6481] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:56:56 nixos postgres[6481]: [6481] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:57:16 nixos postgres[6482]: [6482] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:57:16 nixos postgres[6482]: [6482] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:57:16 nixos postgres[6482]: [6482] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:57:36 nixos postgres[6483]: [6483] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:57:36 nixos postgres[6483]: [6483] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:57:36 nixos postgres[6483]: [6483] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:57:56 nixos postgres[6484]: [6484] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:57:56 nixos postgres[6484]: [6484] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:57:56 nixos postgres[6484]: [6484] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:58:16 nixos postgres[6485]: [6485] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:58:16 nixos postgres[6485]: [6485] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:58:16 nixos postgres[6485]: [6485] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:58:36 nixos postgres[6486]: [6486] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:58:36 nixos postgres[6486]: [6486] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:58:36 nixos postgres[6486]: [6486] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:58:56 nixos postgres[6487]: [6487] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:58:56 nixos postgres[6487]: [6487] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:58:56 nixos postgres[6487]: [6487] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:59:16 nixos postgres[6488]: [6488] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 17:59:16 nixos postgres[6488]: [6488] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:59:16 nixos postgres[6488]: [6488] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:59:36 nixos postgres[6489]: [6489] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 17:59:36 nixos postgres[6489]: [6489] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:59:36 nixos postgres[6489]: [6489] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 17:59:56 nixos postgres[6500]: [6500] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 17:59:56 nixos postgres[6500]: [6500] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 17:59:56 nixos postgres[6500]: [6500] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:00:16 nixos postgres[6509]: [6509] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:00:16 nixos postgres[6509]: [6509] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:00:16 nixos postgres[6509]: [6509] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:00:36 nixos postgres[6510]: [6510] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:00:36 nixos postgres[6510]: [6510] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:00:36 nixos postgres[6510]: [6510] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:00:56 nixos postgres[6511]: [6511] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:00:56 nixos postgres[6511]: [6511] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:00:56 nixos postgres[6511]: [6511] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:01:16 nixos postgres[6512]: [6512] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:01:16 nixos postgres[6512]: [6512] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:01:16 nixos postgres[6512]: [6512] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:01:36 nixos postgres[6513]: [6513] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:01:36 nixos postgres[6513]: [6513] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:01:36 nixos postgres[6513]: [6513] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:01:56 nixos postgres[6514]: [6514] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:01:56 nixos postgres[6514]: [6514] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:01:56 nixos postgres[6514]: [6514] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:02:16 nixos postgres[6515]: [6515] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:02:16 nixos postgres[6515]: [6515] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:02:16 nixos postgres[6515]: [6515] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:02:36 nixos postgres[6516]: [6516] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:02:36 nixos postgres[6516]: [6516] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:02:36 nixos postgres[6516]: [6516] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:02:56 nixos postgres[6517]: [6517] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:02:56 nixos postgres[6517]: [6517] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:02:56 nixos postgres[6517]: [6517] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:03:16 nixos postgres[6518]: [6518] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:03:16 nixos postgres[6518]: [6518] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:03:16 nixos postgres[6518]: [6518] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:03:36 nixos postgres[6519]: [6519] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:03:36 nixos postgres[6519]: [6519] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:03:36 nixos postgres[6519]: [6519] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:03:56 nixos postgres[6520]: [6520] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:03:56 nixos postgres[6520]: [6520] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:03:56 nixos postgres[6520]: [6520] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:04:16 nixos postgres[6521]: [6521] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:04:16 nixos postgres[6521]: [6521] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:04:16 nixos postgres[6521]: [6521] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:04:36 nixos postgres[6522]: [6522] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:04:36 nixos postgres[6522]: [6522] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:04:36 nixos postgres[6522]: [6522] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:04:56 nixos postgres[6532]: [6532] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:04:56 nixos postgres[6532]: [6532] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:04:56 nixos postgres[6532]: [6532] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:05:16 nixos postgres[6535]: [6535] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:05:16 nixos postgres[6535]: [6535] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:05:16 nixos postgres[6535]: [6535] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:05:36 nixos postgres[6536]: [6536] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:05:36 nixos postgres[6536]: [6536] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:05:36 nixos postgres[6536]: [6536] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:05:56 nixos postgres[6537]: [6537] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:05:56 nixos postgres[6537]: [6537] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:05:56 nixos postgres[6537]: [6537] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:06:16 nixos postgres[6538]: [6538] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:06:16 nixos postgres[6538]: [6538] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:06:16 nixos postgres[6538]: [6538] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:06:36 nixos postgres[6539]: [6539] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:06:36 nixos postgres[6539]: [6539] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:06:36 nixos postgres[6539]: [6539] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:06:56 nixos postgres[6540]: [6540] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:06:56 nixos postgres[6540]: [6540] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:06:56 nixos postgres[6540]: [6540] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:07:16 nixos postgres[6541]: [6541] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:07:16 nixos postgres[6541]: [6541] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:07:16 nixos postgres[6541]: [6541] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:07:36 nixos postgres[6542]: [6542] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:07:36 nixos postgres[6542]: [6542] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:07:36 nixos postgres[6542]: [6542] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:07:56 nixos postgres[6543]: [6543] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:07:56 nixos postgres[6543]: [6543] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:07:56 nixos postgres[6543]: [6543] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:08:16 nixos postgres[6544]: [6544] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:08:16 nixos postgres[6544]: [6544] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:08:16 nixos postgres[6544]: [6544] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:08:36 nixos postgres[6545]: [6545] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:08:36 nixos postgres[6545]: [6545] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:08:36 nixos postgres[6545]: [6545] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:08:56 nixos postgres[6546]: [6546] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:08:56 nixos postgres[6546]: [6546] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:08:56 nixos postgres[6546]: [6546] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:09:16 nixos postgres[6547]: [6547] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:09:16 nixos postgres[6547]: [6547] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:09:16 nixos postgres[6547]: [6547] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:09:36 nixos postgres[6548]: [6548] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:09:36 nixos postgres[6548]: [6548] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:09:36 nixos postgres[6548]: [6548] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:09:56 nixos postgres[6558]: [6558] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:09:56 nixos postgres[6558]: [6558] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:09:56 nixos postgres[6558]: [6558] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:10:16 nixos postgres[6563]: [6563] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:10:16 nixos postgres[6563]: [6563] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:10:16 nixos postgres[6563]: [6563] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:10:36 nixos postgres[6564]: [6564] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:10:36 nixos postgres[6564]: [6564] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:10:36 nixos postgres[6564]: [6564] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:10:56 nixos postgres[6565]: [6565] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:10:56 nixos postgres[6565]: [6565] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:10:56 nixos postgres[6565]: [6565] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:11:16 nixos postgres[6566]: [6566] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:11:16 nixos postgres[6566]: [6566] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:11:16 nixos postgres[6566]: [6566] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:11:36 nixos postgres[6567]: [6567] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:11:36 nixos postgres[6567]: [6567] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:11:36 nixos postgres[6567]: [6567] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:11:56 nixos postgres[6568]: [6568] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:11:56 nixos postgres[6568]: [6568] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:11:56 nixos postgres[6568]: [6568] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:12:16 nixos postgres[6569]: [6569] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:12:16 nixos postgres[6569]: [6569] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:12:16 nixos postgres[6569]: [6569] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:12:36 nixos postgres[6570]: [6570] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:12:36 nixos postgres[6570]: [6570] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:12:36 nixos postgres[6570]: [6570] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:12:56 nixos postgres[6571]: [6571] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:12:56 nixos postgres[6571]: [6571] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:12:56 nixos postgres[6571]: [6571] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:13:16 nixos postgres[6572]: [6572] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:13:16 nixos postgres[6572]: [6572] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:13:16 nixos postgres[6572]: [6572] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:13:36 nixos postgres[6573]: [6573] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:13:36 nixos postgres[6573]: [6573] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:13:36 nixos postgres[6573]: [6573] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:13:56 nixos postgres[6574]: [6574] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:13:56 nixos postgres[6574]: [6574] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:13:56 nixos postgres[6574]: [6574] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:14:16 nixos postgres[6575]: [6575] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:14:16 nixos postgres[6575]: [6575] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:14:16 nixos postgres[6575]: [6575] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:14:36 nixos postgres[6576]: [6576] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:14:36 nixos postgres[6576]: [6576] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:14:36 nixos postgres[6576]: [6576] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:14:56 nixos postgres[6587]: [6587] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:14:56 nixos postgres[6587]: [6587] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:14:56 nixos postgres[6587]: [6587] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:15:16 nixos postgres[6592]: [6592] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:15:16 nixos postgres[6592]: [6592] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:15:16 nixos postgres[6592]: [6592] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:15:36 nixos postgres[6593]: [6593] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:15:36 nixos postgres[6593]: [6593] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:15:36 nixos postgres[6593]: [6593] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:15:56 nixos postgres[6594]: [6594] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:15:56 nixos postgres[6594]: [6594] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:15:56 nixos postgres[6594]: [6594] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:16:16 nixos postgres[6595]: [6595] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:16:16 nixos postgres[6595]: [6595] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:16:16 nixos postgres[6595]: [6595] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:16:36 nixos postgres[6596]: [6596] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:16:36 nixos postgres[6596]: [6596] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:16:36 nixos postgres[6596]: [6596] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:16:56 nixos postgres[6597]: [6597] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:16:56 nixos postgres[6597]: [6597] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:16:56 nixos postgres[6597]: [6597] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:17:16 nixos postgres[6598]: [6598] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:17:16 nixos postgres[6598]: [6598] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:17:16 nixos postgres[6598]: [6598] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:17:36 nixos postgres[6599]: [6599] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:17:36 nixos postgres[6599]: [6599] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:17:36 nixos postgres[6599]: [6599] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:17:56 nixos postgres[6600]: [6600] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:17:56 nixos postgres[6600]: [6600] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:17:56 nixos postgres[6600]: [6600] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:18:16 nixos postgres[6601]: [6601] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:18:16 nixos postgres[6601]: [6601] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:18:16 nixos postgres[6601]: [6601] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:18:36 nixos postgres[6602]: [6602] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:18:36 nixos postgres[6602]: [6602] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:18:36 nixos postgres[6602]: [6602] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:18:56 nixos postgres[6603]: [6603] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:18:56 nixos postgres[6603]: [6603] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:18:56 nixos postgres[6603]: [6603] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:19:16 nixos postgres[6604]: [6604] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:19:16 nixos postgres[6604]: [6604] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:19:16 nixos postgres[6604]: [6604] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:19:36 nixos postgres[6605]: [6605] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:19:36 nixos postgres[6605]: [6605] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:19:36 nixos postgres[6605]: [6605] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:19:56 nixos postgres[6615]: [6615] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:19:56 nixos postgres[6615]: [6615] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:19:56 nixos postgres[6615]: [6615] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:20:16 nixos postgres[6620]: [6620] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:20:16 nixos postgres[6620]: [6620] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:20:16 nixos postgres[6620]: [6620] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:20:36 nixos postgres[6621]: [6621] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:20:36 nixos postgres[6621]: [6621] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:20:36 nixos postgres[6621]: [6621] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:20:56 nixos postgres[6622]: [6622] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:20:56 nixos postgres[6622]: [6622] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:20:56 nixos postgres[6622]: [6622] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:21:16 nixos postgres[6623]: [6623] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:21:16 nixos postgres[6623]: [6623] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:21:16 nixos postgres[6623]: [6623] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:21:36 nixos postgres[6624]: [6624] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:21:36 nixos postgres[6624]: [6624] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:21:36 nixos postgres[6624]: [6624] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:21:56 nixos postgres[6625]: [6625] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:21:56 nixos postgres[6625]: [6625] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:21:56 nixos postgres[6625]: [6625] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:22:16 nixos postgres[6626]: [6626] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:22:16 nixos postgres[6626]: [6626] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:22:16 nixos postgres[6626]: [6626] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:22:36 nixos postgres[6627]: [6627] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:22:36 nixos postgres[6627]: [6627] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:22:36 nixos postgres[6627]: [6627] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:22:56 nixos postgres[6628]: [6628] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:22:56 nixos postgres[6628]: [6628] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:22:56 nixos postgres[6628]: [6628] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:23:16 nixos postgres[6629]: [6629] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:23:16 nixos postgres[6629]: [6629] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:23:16 nixos postgres[6629]: [6629] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:23:36 nixos postgres[6630]: [6630] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:23:36 nixos postgres[6630]: [6630] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:23:36 nixos postgres[6630]: [6630] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:23:56 nixos postgres[6631]: [6631] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:23:56 nixos postgres[6631]: [6631] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:23:56 nixos postgres[6631]: [6631] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:24:16 nixos postgres[6633]: [6633] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:24:16 nixos postgres[6633]: [6633] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:24:16 nixos postgres[6633]: [6633] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:24:36 nixos postgres[6634]: [6634] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:24:36 nixos postgres[6634]: [6634] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:24:36 nixos postgres[6634]: [6634] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:24:56 nixos postgres[6645]: [6645] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:24:56 nixos postgres[6645]: [6645] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:24:56 nixos postgres[6645]: [6645] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:25:16 nixos postgres[6647]: [6647] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:25:16 nixos postgres[6647]: [6647] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:25:16 nixos postgres[6647]: [6647] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:25:36 nixos postgres[6648]: [6648] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:25:36 nixos postgres[6648]: [6648] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:25:36 nixos postgres[6648]: [6648] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:25:56 nixos postgres[6649]: [6649] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:25:56 nixos postgres[6649]: [6649] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:25:56 nixos postgres[6649]: [6649] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:26:16 nixos postgres[6650]: [6650] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:26:16 nixos postgres[6650]: [6650] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:26:16 nixos postgres[6650]: [6650] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:26:36 nixos postgres[6651]: [6651] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:26:36 nixos postgres[6651]: [6651] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:26:36 nixos postgres[6651]: [6651] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:26:56 nixos postgres[6652]: [6652] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:26:56 nixos postgres[6652]: [6652] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:26:56 nixos postgres[6652]: [6652] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:27:16 nixos postgres[6653]: [6653] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:27:16 nixos postgres[6653]: [6653] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:27:16 nixos postgres[6653]: [6653] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:27:36 nixos postgres[6654]: [6654] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:27:36 nixos postgres[6654]: [6654] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:27:36 nixos postgres[6654]: [6654] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:27:56 nixos postgres[6655]: [6655] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:27:56 nixos postgres[6655]: [6655] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:27:56 nixos postgres[6655]: [6655] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:28:16 nixos postgres[6656]: [6656] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:28:16 nixos postgres[6656]: [6656] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:28:16 nixos postgres[6656]: [6656] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:28:36 nixos postgres[6657]: [6657] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:28:36 nixos postgres[6657]: [6657] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:28:36 nixos postgres[6657]: [6657] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:28:56 nixos postgres[6658]: [6658] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:28:56 nixos postgres[6658]: [6658] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:28:56 nixos postgres[6658]: [6658] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:29:16 nixos postgres[6659]: [6659] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:29:16 nixos postgres[6659]: [6659] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:29:16 nixos postgres[6659]: [6659] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:29:36 nixos postgres[6660]: [6660] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:29:36 nixos postgres[6660]: [6660] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:29:36 nixos postgres[6660]: [6660] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:29:56 nixos postgres[6670]: [6670] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:29:56 nixos postgres[6670]: [6670] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:29:56 nixos postgres[6670]: [6670] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:30:16 nixos postgres[6675]: [6675] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:30:16 nixos postgres[6675]: [6675] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:30:16 nixos postgres[6675]: [6675] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:30:36 nixos postgres[6676]: [6676] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:30:36 nixos postgres[6676]: [6676] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:30:36 nixos postgres[6676]: [6676] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:30:56 nixos postgres[6677]: [6677] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:30:56 nixos postgres[6677]: [6677] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:30:56 nixos postgres[6677]: [6677] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:31:16 nixos postgres[6678]: [6678] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:31:16 nixos postgres[6678]: [6678] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:31:16 nixos postgres[6678]: [6678] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:31:36 nixos postgres[6679]: [6679] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:31:36 nixos postgres[6679]: [6679] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:31:36 nixos postgres[6679]: [6679] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:31:56 nixos postgres[6680]: [6680] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:31:56 nixos postgres[6680]: [6680] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:31:56 nixos postgres[6680]: [6680] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:32:16 nixos postgres[6681]: [6681] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:32:16 nixos postgres[6681]: [6681] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:32:16 nixos postgres[6681]: [6681] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:32:36 nixos postgres[6682]: [6682] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:32:36 nixos postgres[6682]: [6682] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:32:36 nixos postgres[6682]: [6682] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:32:56 nixos postgres[6683]: [6683] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:32:56 nixos postgres[6683]: [6683] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:32:56 nixos postgres[6683]: [6683] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:33:16 nixos postgres[6684]: [6684] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:33:16 nixos postgres[6684]: [6684] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:33:16 nixos postgres[6684]: [6684] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:33:36 nixos postgres[6685]: [6685] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:33:36 nixos postgres[6685]: [6685] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:33:36 nixos postgres[6685]: [6685] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:33:56 nixos postgres[6686]: [6686] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:33:56 nixos postgres[6686]: [6686] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:33:56 nixos postgres[6686]: [6686] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:34:16 nixos postgres[6687]: [6687] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:34:16 nixos postgres[6687]: [6687] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:34:16 nixos postgres[6687]: [6687] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:34:36 nixos postgres[6688]: [6688] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:34:36 nixos postgres[6688]: [6688] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:34:36 nixos postgres[6688]: [6688] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:34:56 nixos postgres[6698]: [6698] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:34:56 nixos postgres[6698]: [6698] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:34:56 nixos postgres[6698]: [6698] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:35:16 nixos postgres[6701]: [6701] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:35:16 nixos postgres[6701]: [6701] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:35:16 nixos postgres[6701]: [6701] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:35:36 nixos postgres[6702]: [6702] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:35:36 nixos postgres[6702]: [6702] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:35:36 nixos postgres[6702]: [6702] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:35:56 nixos postgres[6703]: [6703] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:35:56 nixos postgres[6703]: [6703] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:35:56 nixos postgres[6703]: [6703] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:36:16 nixos postgres[6704]: [6704] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:36:16 nixos postgres[6704]: [6704] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:36:16 nixos postgres[6704]: [6704] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:36:36 nixos postgres[6705]: [6705] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:36:36 nixos postgres[6705]: [6705] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:36:36 nixos postgres[6705]: [6705] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:36:56 nixos postgres[6706]: [6706] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:36:56 nixos postgres[6706]: [6706] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:36:56 nixos postgres[6706]: [6706] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:37:16 nixos postgres[6707]: [6707] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:37:16 nixos postgres[6707]: [6707] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:37:16 nixos postgres[6707]: [6707] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:37:36 nixos postgres[6708]: [6708] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:37:36 nixos postgres[6708]: [6708] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:37:36 nixos postgres[6708]: [6708] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:37:56 nixos postgres[6709]: [6709] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:37:56 nixos postgres[6709]: [6709] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:37:56 nixos postgres[6709]: [6709] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:38:16 nixos postgres[6710]: [6710] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:38:16 nixos postgres[6710]: [6710] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:38:16 nixos postgres[6710]: [6710] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:38:36 nixos postgres[6712]: [6712] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:38:36 nixos postgres[6712]: [6712] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:38:36 nixos postgres[6712]: [6712] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:38:56 nixos postgres[6713]: [6713] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:38:56 nixos postgres[6713]: [6713] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:38:56 nixos postgres[6713]: [6713] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:39:16 nixos postgres[6714]: [6714] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:39:16 nixos postgres[6714]: [6714] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:39:16 nixos postgres[6714]: [6714] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:39:36 nixos postgres[6715]: [6715] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:39:36 nixos postgres[6715]: [6715] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:39:36 nixos postgres[6715]: [6715] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:39:56 nixos postgres[6726]: [6726] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:39:56 nixos postgres[6726]: [6726] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:39:56 nixos postgres[6726]: [6726] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:40:16 nixos postgres[6729]: [6729] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:40:16 nixos postgres[6729]: [6729] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:40:16 nixos postgres[6729]: [6729] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:40:36 nixos postgres[6730]: [6730] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:40:36 nixos postgres[6730]: [6730] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:40:36 nixos postgres[6730]: [6730] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:40:56 nixos postgres[6731]: [6731] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:40:56 nixos postgres[6731]: [6731] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:40:56 nixos postgres[6731]: [6731] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:41:17 nixos postgres[6732]: [6732] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:41:17 nixos postgres[6732]: [6732] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:41:17 nixos postgres[6732]: [6732] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:41:36 nixos postgres[6733]: [6733] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:41:36 nixos postgres[6733]: [6733] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:41:36 nixos postgres[6733]: [6733] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:41:56 nixos postgres[6734]: [6734] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:41:56 nixos postgres[6734]: [6734] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:41:56 nixos postgres[6734]: [6734] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:42:17 nixos postgres[6735]: [6735] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:42:17 nixos postgres[6735]: [6735] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:42:17 nixos postgres[6735]: [6735] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:42:36 nixos postgres[6736]: [6736] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:42:36 nixos postgres[6736]: [6736] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:42:36 nixos postgres[6736]: [6736] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:42:56 nixos postgres[6737]: [6737] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:42:56 nixos postgres[6737]: [6737] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:42:56 nixos postgres[6737]: [6737] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:43:17 nixos postgres[6738]: [6738] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:43:17 nixos postgres[6738]: [6738] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:43:17 nixos postgres[6738]: [6738] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:43:36 nixos postgres[6739]: [6739] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:43:36 nixos postgres[6739]: [6739] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:43:36 nixos postgres[6739]: [6739] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:43:56 nixos postgres[6740]: [6740] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:43:56 nixos postgres[6740]: [6740] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:43:56 nixos postgres[6740]: [6740] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:44:17 nixos postgres[6741]: [6741] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:44:17 nixos postgres[6741]: [6741] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:44:17 nixos postgres[6741]: [6741] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:44:36 nixos postgres[6742]: [6742] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:44:36 nixos postgres[6742]: [6742] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:44:36 nixos postgres[6742]: [6742] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:44:57 nixos postgres[6752]: [6752] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:44:57 nixos postgres[6752]: [6752] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:44:57 nixos postgres[6752]: [6752] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:45:17 nixos postgres[6757]: [6757] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:45:17 nixos postgres[6757]: [6757] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:45:17 nixos postgres[6757]: [6757] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:45:37 nixos postgres[6758]: [6758] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:45:37 nixos postgres[6758]: [6758] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:45:37 nixos postgres[6758]: [6758] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:45:57 nixos postgres[6759]: [6759] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:45:57 nixos postgres[6759]: [6759] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:45:57 nixos postgres[6759]: [6759] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:46:17 nixos postgres[6760]: [6760] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:46:17 nixos postgres[6760]: [6760] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:46:17 nixos postgres[6760]: [6760] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:46:37 nixos postgres[6761]: [6761] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:46:37 nixos postgres[6761]: [6761] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:46:37 nixos postgres[6761]: [6761] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:46:57 nixos postgres[6762]: [6762] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:46:57 nixos postgres[6762]: [6762] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:46:57 nixos postgres[6762]: [6762] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:47:17 nixos postgres[6763]: [6763] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:47:17 nixos postgres[6763]: [6763] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:47:17 nixos postgres[6763]: [6763] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:47:37 nixos postgres[6764]: [6764] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:47:37 nixos postgres[6764]: [6764] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:47:37 nixos postgres[6764]: [6764] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:47:57 nixos postgres[6765]: [6765] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:47:57 nixos postgres[6765]: [6765] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:47:57 nixos postgres[6765]: [6765] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:48:17 nixos postgres[6766]: [6766] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:48:17 nixos postgres[6766]: [6766] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:48:17 nixos postgres[6766]: [6766] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:48:37 nixos postgres[6767]: [6767] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:48:37 nixos postgres[6767]: [6767] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:48:37 nixos postgres[6767]: [6767] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:48:57 nixos postgres[6768]: [6768] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:48:57 nixos postgres[6768]: [6768] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:48:57 nixos postgres[6768]: [6768] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:49:17 nixos postgres[6769]: [6769] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:49:17 nixos postgres[6769]: [6769] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:49:17 nixos postgres[6769]: [6769] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:49:37 nixos postgres[6770]: [6770] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:49:37 nixos postgres[6770]: [6770] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:49:37 nixos postgres[6770]: [6770] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:49:57 nixos postgres[6782]: [6782] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:49:57 nixos postgres[6782]: [6782] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:49:57 nixos postgres[6782]: [6782] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:50:17 nixos postgres[6786]: [6786] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:50:17 nixos postgres[6786]: [6786] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:50:17 nixos postgres[6786]: [6786] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:50:37 nixos postgres[6787]: [6787] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:50:37 nixos postgres[6787]: [6787] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:50:37 nixos postgres[6787]: [6787] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:50:57 nixos postgres[6788]: [6788] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:50:57 nixos postgres[6788]: [6788] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:50:57 nixos postgres[6788]: [6788] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:51:17 nixos postgres[6789]: [6789] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:51:17 nixos postgres[6789]: [6789] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:51:17 nixos postgres[6789]: [6789] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:51:37 nixos postgres[6790]: [6790] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:51:37 nixos postgres[6790]: [6790] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:51:37 nixos postgres[6790]: [6790] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:51:57 nixos postgres[6791]: [6791] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:51:57 nixos postgres[6791]: [6791] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:51:57 nixos postgres[6791]: [6791] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:52:17 nixos postgres[6792]: [6792] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:52:17 nixos postgres[6792]: [6792] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:52:17 nixos postgres[6792]: [6792] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:52:37 nixos postgres[6793]: [6793] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:52:37 nixos postgres[6793]: [6793] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:52:37 nixos postgres[6793]: [6793] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:52:57 nixos postgres[6794]: [6794] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:52:57 nixos postgres[6794]: [6794] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:52:57 nixos postgres[6794]: [6794] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:53:17 nixos postgres[6795]: [6795] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:53:17 nixos postgres[6795]: [6795] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:53:17 nixos postgres[6795]: [6795] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:53:37 nixos postgres[6796]: [6796] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:53:37 nixos postgres[6796]: [6796] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:53:37 nixos postgres[6796]: [6796] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:53:57 nixos postgres[6797]: [6797] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:53:57 nixos postgres[6797]: [6797] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:53:57 nixos postgres[6797]: [6797] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:54:17 nixos postgres[6798]: [6798] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:54:17 nixos postgres[6798]: [6798] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:54:17 nixos postgres[6798]: [6798] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:54:37 nixos postgres[6799]: [6799] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:54:37 nixos postgres[6799]: [6799] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:54:37 nixos postgres[6799]: [6799] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:54:57 nixos postgres[6809]: [6809] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:54:57 nixos postgres[6809]: [6809] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:54:57 nixos postgres[6809]: [6809] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:55:17 nixos postgres[6812]: [6812] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:55:17 nixos postgres[6812]: [6812] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:55:17 nixos postgres[6812]: [6812] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:55:37 nixos postgres[6813]: [6813] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:55:37 nixos postgres[6813]: [6813] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:55:37 nixos postgres[6813]: [6813] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:55:57 nixos postgres[6814]: [6814] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:55:57 nixos postgres[6814]: [6814] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:55:57 nixos postgres[6814]: [6814] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:56:17 nixos postgres[6815]: [6815] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:56:17 nixos postgres[6815]: [6815] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:56:17 nixos postgres[6815]: [6815] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:56:37 nixos postgres[6816]: [6816] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:56:37 nixos postgres[6816]: [6816] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:56:37 nixos postgres[6816]: [6816] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:56:57 nixos postgres[6817]: [6817] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:56:57 nixos postgres[6817]: [6817] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:56:57 nixos postgres[6817]: [6817] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:57:17 nixos postgres[6818]: [6818] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:57:17 nixos postgres[6818]: [6818] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:57:17 nixos postgres[6818]: [6818] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:57:37 nixos postgres[6819]: [6819] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:57:37 nixos postgres[6819]: [6819] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:57:37 nixos postgres[6819]: [6819] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:57:57 nixos postgres[6820]: [6820] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:57:57 nixos postgres[6820]: [6820] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:57:57 nixos postgres[6820]: [6820] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:58:17 nixos postgres[6821]: [6821] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:58:17 nixos postgres[6821]: [6821] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:58:17 nixos postgres[6821]: [6821] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:58:37 nixos postgres[6822]: [6822] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:58:37 nixos postgres[6822]: [6822] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:58:37 nixos postgres[6822]: [6822] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:58:57 nixos postgres[6823]: [6823] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:58:57 nixos postgres[6823]: [6823] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:58:57 nixos postgres[6823]: [6823] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:59:17 nixos postgres[6824]: [6824] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 18:59:17 nixos postgres[6824]: [6824] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:59:17 nixos postgres[6824]: [6824] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:59:37 nixos postgres[6825]: [6825] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 18:59:37 nixos postgres[6825]: [6825] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:59:37 nixos postgres[6825]: [6825] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 18:59:57 nixos postgres[6836]: [6836] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 18:59:57 nixos postgres[6836]: [6836] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 18:59:57 nixos postgres[6836]: [6836] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:00:17 nixos postgres[6844]: [6844] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:00:17 nixos postgres[6844]: [6844] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:00:17 nixos postgres[6844]: [6844] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:00:37 nixos postgres[6845]: [6845] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:00:37 nixos postgres[6845]: [6845] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:00:37 nixos postgres[6845]: [6845] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:00:57 nixos postgres[6846]: [6846] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:00:57 nixos postgres[6846]: [6846] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:00:57 nixos postgres[6846]: [6846] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:01:17 nixos postgres[6847]: [6847] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:01:17 nixos postgres[6847]: [6847] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:01:17 nixos postgres[6847]: [6847] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:01:37 nixos postgres[6848]: [6848] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:01:37 nixos postgres[6848]: [6848] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:01:37 nixos postgres[6848]: [6848] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:01:57 nixos postgres[6849]: [6849] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:01:57 nixos postgres[6849]: [6849] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:01:57 nixos postgres[6849]: [6849] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:02:17 nixos postgres[6850]: [6850] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:02:17 nixos postgres[6850]: [6850] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:02:17 nixos postgres[6850]: [6850] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:02:37 nixos postgres[6851]: [6851] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:02:37 nixos postgres[6851]: [6851] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:02:37 nixos postgres[6851]: [6851] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:02:57 nixos postgres[6852]: [6852] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:02:57 nixos postgres[6852]: [6852] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:02:57 nixos postgres[6852]: [6852] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:03:17 nixos postgres[6853]: [6853] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:03:17 nixos postgres[6853]: [6853] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:03:17 nixos postgres[6853]: [6853] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:03:37 nixos postgres[6854]: [6854] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:03:37 nixos postgres[6854]: [6854] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:03:37 nixos postgres[6854]: [6854] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:03:57 nixos postgres[6855]: [6855] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:03:57 nixos postgres[6855]: [6855] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:03:57 nixos postgres[6855]: [6855] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:04:17 nixos postgres[6856]: [6856] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:04:17 nixos postgres[6856]: [6856] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:04:17 nixos postgres[6856]: [6856] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:04:37 nixos postgres[6857]: [6857] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:04:37 nixos postgres[6857]: [6857] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:04:37 nixos postgres[6857]: [6857] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:04:57 nixos postgres[6867]: [6867] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:04:57 nixos postgres[6867]: [6867] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:04:57 nixos postgres[6867]: [6867] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:05:17 nixos postgres[6872]: [6872] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:05:17 nixos postgres[6872]: [6872] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:05:17 nixos postgres[6872]: [6872] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:05:37 nixos postgres[6873]: [6873] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:05:37 nixos postgres[6873]: [6873] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:05:37 nixos postgres[6873]: [6873] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:05:57 nixos postgres[6874]: [6874] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:05:57 nixos postgres[6874]: [6874] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:05:57 nixos postgres[6874]: [6874] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:06:17 nixos postgres[6875]: [6875] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:06:17 nixos postgres[6875]: [6875] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:06:17 nixos postgres[6875]: [6875] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:06:37 nixos postgres[6876]: [6876] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:06:37 nixos postgres[6876]: [6876] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:06:37 nixos postgres[6876]: [6876] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:06:57 nixos postgres[6877]: [6877] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:06:57 nixos postgres[6877]: [6877] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:06:57 nixos postgres[6877]: [6877] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:07:17 nixos postgres[6878]: [6878] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:07:17 nixos postgres[6878]: [6878] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:07:17 nixos postgres[6878]: [6878] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:07:37 nixos postgres[6879]: [6879] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:07:37 nixos postgres[6879]: [6879] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:07:37 nixos postgres[6879]: [6879] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:07:57 nixos postgres[6880]: [6880] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:07:57 nixos postgres[6880]: [6880] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:07:57 nixos postgres[6880]: [6880] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:08:17 nixos postgres[6881]: [6881] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:08:17 nixos postgres[6881]: [6881] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:08:17 nixos postgres[6881]: [6881] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:08:37 nixos postgres[6882]: [6882] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:08:37 nixos postgres[6882]: [6882] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:08:37 nixos postgres[6882]: [6882] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:08:57 nixos postgres[6883]: [6883] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:08:57 nixos postgres[6883]: [6883] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:08:57 nixos postgres[6883]: [6883] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:09:17 nixos postgres[6884]: [6884] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:09:17 nixos postgres[6884]: [6884] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:09:17 nixos postgres[6884]: [6884] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:09:37 nixos postgres[6885]: [6885] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:09:37 nixos postgres[6885]: [6885] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:09:37 nixos postgres[6885]: [6885] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:09:57 nixos postgres[6895]: [6895] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:09:57 nixos postgres[6895]: [6895] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:09:57 nixos postgres[6895]: [6895] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:10:17 nixos postgres[6900]: [6900] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:10:17 nixos postgres[6900]: [6900] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:10:17 nixos postgres[6900]: [6900] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:10:37 nixos postgres[6901]: [6901] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:10:37 nixos postgres[6901]: [6901] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:10:37 nixos postgres[6901]: [6901] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:10:57 nixos postgres[6902]: [6902] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:10:57 nixos postgres[6902]: [6902] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:10:57 nixos postgres[6902]: [6902] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:11:17 nixos postgres[6903]: [6903] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:11:17 nixos postgres[6903]: [6903] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:11:17 nixos postgres[6903]: [6903] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:11:37 nixos postgres[6904]: [6904] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:11:37 nixos postgres[6904]: [6904] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:11:37 nixos postgres[6904]: [6904] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:11:57 nixos postgres[6905]: [6905] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:11:57 nixos postgres[6905]: [6905] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:11:57 nixos postgres[6905]: [6905] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:12:17 nixos postgres[6906]: [6906] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:12:17 nixos postgres[6906]: [6906] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:12:17 nixos postgres[6906]: [6906] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:12:37 nixos postgres[6907]: [6907] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:12:37 nixos postgres[6907]: [6907] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:12:37 nixos postgres[6907]: [6907] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:12:57 nixos postgres[6908]: [6908] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:12:57 nixos postgres[6908]: [6908] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:12:57 nixos postgres[6908]: [6908] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:13:17 nixos postgres[6909]: [6909] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:13:17 nixos postgres[6909]: [6909] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:13:17 nixos postgres[6909]: [6909] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:13:37 nixos postgres[6910]: [6910] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:13:37 nixos postgres[6910]: [6910] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:13:37 nixos postgres[6910]: [6910] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:13:57 nixos postgres[6911]: [6911] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:13:57 nixos postgres[6911]: [6911] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:13:57 nixos postgres[6911]: [6911] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:14:17 nixos postgres[6912]: [6912] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:14:17 nixos postgres[6912]: [6912] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:14:17 nixos postgres[6912]: [6912] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:14:37 nixos postgres[6913]: [6913] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:14:37 nixos postgres[6913]: [6913] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:14:37 nixos postgres[6913]: [6913] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:14:57 nixos postgres[6924]: [6924] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:14:57 nixos postgres[6924]: [6924] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:14:57 nixos postgres[6924]: [6924] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:15:17 nixos postgres[6928]: [6928] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:15:17 nixos postgres[6928]: [6928] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:15:17 nixos postgres[6928]: [6928] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:15:37 nixos postgres[6929]: [6929] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:15:37 nixos postgres[6929]: [6929] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:15:37 nixos postgres[6929]: [6929] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:15:57 nixos postgres[6930]: [6930] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:15:57 nixos postgres[6930]: [6930] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:15:57 nixos postgres[6930]: [6930] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:16:17 nixos postgres[6931]: [6931] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:16:17 nixos postgres[6931]: [6931] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:16:17 nixos postgres[6931]: [6931] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:16:37 nixos postgres[6932]: [6932] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:16:37 nixos postgres[6932]: [6932] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:16:37 nixos postgres[6932]: [6932] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:16:57 nixos postgres[6933]: [6933] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:16:57 nixos postgres[6933]: [6933] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:16:57 nixos postgres[6933]: [6933] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:17:17 nixos postgres[6934]: [6934] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:17:17 nixos postgres[6934]: [6934] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:17:17 nixos postgres[6934]: [6934] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:17:37 nixos postgres[6935]: [6935] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:17:37 nixos postgres[6935]: [6935] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:17:37 nixos postgres[6935]: [6935] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:17:57 nixos postgres[6936]: [6936] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:17:57 nixos postgres[6936]: [6936] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:17:57 nixos postgres[6936]: [6936] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:18:17 nixos postgres[6937]: [6937] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:18:17 nixos postgres[6937]: [6937] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:18:17 nixos postgres[6937]: [6937] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:18:37 nixos postgres[6938]: [6938] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:18:37 nixos postgres[6938]: [6938] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:18:37 nixos postgres[6938]: [6938] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:18:57 nixos postgres[6939]: [6939] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:18:57 nixos postgres[6939]: [6939] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:18:57 nixos postgres[6939]: [6939] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:19:17 nixos postgres[6940]: [6940] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:19:17 nixos postgres[6940]: [6940] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:19:17 nixos postgres[6940]: [6940] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:19:37 nixos postgres[6941]: [6941] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:19:37 nixos postgres[6941]: [6941] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:19:37 nixos postgres[6941]: [6941] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:19:57 nixos postgres[6951]: [6951] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:19:57 nixos postgres[6951]: [6951] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:19:57 nixos postgres[6951]: [6951] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:20:17 nixos postgres[6955]: [6955] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:20:17 nixos postgres[6955]: [6955] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:20:17 nixos postgres[6955]: [6955] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:20:37 nixos postgres[6956]: [6956] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:20:37 nixos postgres[6956]: [6956] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:20:37 nixos postgres[6956]: [6956] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:20:57 nixos postgres[6957]: [6957] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:20:57 nixos postgres[6957]: [6957] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:20:57 nixos postgres[6957]: [6957] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:21:17 nixos postgres[6958]: [6958] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:21:17 nixos postgres[6958]: [6958] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:21:17 nixos postgres[6958]: [6958] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:21:37 nixos postgres[6959]: [6959] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:21:37 nixos postgres[6959]: [6959] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:21:37 nixos postgres[6959]: [6959] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:21:57 nixos postgres[6960]: [6960] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:21:57 nixos postgres[6960]: [6960] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:21:57 nixos postgres[6960]: [6960] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:22:17 nixos postgres[6961]: [6961] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:22:17 nixos postgres[6961]: [6961] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:22:17 nixos postgres[6961]: [6961] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:22:37 nixos postgres[6962]: [6962] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:22:37 nixos postgres[6962]: [6962] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:22:37 nixos postgres[6962]: [6962] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:22:57 nixos postgres[6963]: [6963] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:22:57 nixos postgres[6963]: [6963] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:22:57 nixos postgres[6963]: [6963] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:23:17 nixos postgres[6964]: [6964] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:23:17 nixos postgres[6964]: [6964] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:23:17 nixos postgres[6964]: [6964] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:23:37 nixos postgres[6965]: [6965] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:23:37 nixos postgres[6965]: [6965] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:23:37 nixos postgres[6965]: [6965] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:23:57 nixos postgres[6966]: [6966] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:23:57 nixos postgres[6966]: [6966] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:23:57 nixos postgres[6966]: [6966] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:24:17 nixos postgres[6967]: [6967] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:24:17 nixos postgres[6967]: [6967] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:24:17 nixos postgres[6967]: [6967] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:24:37 nixos postgres[6968]: [6968] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:24:37 nixos postgres[6968]: [6968] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:24:37 nixos postgres[6968]: [6968] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:24:57 nixos postgres[6981]: [6981] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:24:57 nixos postgres[6981]: [6981] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:24:57 nixos postgres[6981]: [6981] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:25:17 nixos postgres[6982]: [6982] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:25:17 nixos postgres[6982]: [6982] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:25:17 nixos postgres[6982]: [6982] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:25:37 nixos postgres[6983]: [6983] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:25:37 nixos postgres[6983]: [6983] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:25:37 nixos postgres[6983]: [6983] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:25:57 nixos postgres[6984]: [6984] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:25:57 nixos postgres[6984]: [6984] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:25:57 nixos postgres[6984]: [6984] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:26:17 nixos postgres[6985]: [6985] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:26:17 nixos postgres[6985]: [6985] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:26:17 nixos postgres[6985]: [6985] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:26:37 nixos postgres[6986]: [6986] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:26:37 nixos postgres[6986]: [6986] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:26:37 nixos postgres[6986]: [6986] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:26:57 nixos postgres[6987]: [6987] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:26:57 nixos postgres[6987]: [6987] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:26:57 nixos postgres[6987]: [6987] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:27:17 nixos postgres[6988]: [6988] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:27:17 nixos postgres[6988]: [6988] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:27:17 nixos postgres[6988]: [6988] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:27:37 nixos postgres[6989]: [6989] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:27:37 nixos postgres[6989]: [6989] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:27:37 nixos postgres[6989]: [6989] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:27:57 nixos postgres[6990]: [6990] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:27:57 nixos postgres[6990]: [6990] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:27:57 nixos postgres[6990]: [6990] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:28:17 nixos postgres[6991]: [6991] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:28:17 nixos postgres[6991]: [6991] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:28:17 nixos postgres[6991]: [6991] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:28:37 nixos postgres[6992]: [6992] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:28:37 nixos postgres[6992]: [6992] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:28:37 nixos postgres[6992]: [6992] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:28:57 nixos postgres[6993]: [6993] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:28:57 nixos postgres[6993]: [6993] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:28:57 nixos postgres[6993]: [6993] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:29:17 nixos postgres[6994]: [6994] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:29:17 nixos postgres[6994]: [6994] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:29:17 nixos postgres[6994]: [6994] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:29:37 nixos postgres[6995]: [6995] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:29:37 nixos postgres[6995]: [6995] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:29:37 nixos postgres[6995]: [6995] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:29:57 nixos postgres[7005]: [7005] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:29:57 nixos postgres[7005]: [7005] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:29:57 nixos postgres[7005]: [7005] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:30:17 nixos postgres[7008]: [7008] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:30:17 nixos postgres[7008]: [7008] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:30:17 nixos postgres[7008]: [7008] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:30:37 nixos postgres[7009]: [7009] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:30:37 nixos postgres[7009]: [7009] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:30:37 nixos postgres[7009]: [7009] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:30:57 nixos postgres[7010]: [7010] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:30:57 nixos postgres[7010]: [7010] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:30:57 nixos postgres[7010]: [7010] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:31:17 nixos postgres[7011]: [7011] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:31:17 nixos postgres[7011]: [7011] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:31:17 nixos postgres[7011]: [7011] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:31:37 nixos postgres[7012]: [7012] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:31:37 nixos postgres[7012]: [7012] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:31:37 nixos postgres[7012]: [7012] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:31:58 nixos postgres[7013]: [7013] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:31:58 nixos postgres[7013]: [7013] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:31:58 nixos postgres[7013]: [7013] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:32:17 nixos postgres[7014]: [7014] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:32:17 nixos postgres[7014]: [7014] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:32:17 nixos postgres[7014]: [7014] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:32:37 nixos postgres[7015]: [7015] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:32:37 nixos postgres[7015]: [7015] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:32:37 nixos postgres[7015]: [7015] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:32:58 nixos postgres[7016]: [7016] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:32:58 nixos postgres[7016]: [7016] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:32:58 nixos postgres[7016]: [7016] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:33:17 nixos postgres[7017]: [7017] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:33:17 nixos postgres[7017]: [7017] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:33:17 nixos postgres[7017]: [7017] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:33:37 nixos postgres[7018]: [7018] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:33:37 nixos postgres[7018]: [7018] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:33:37 nixos postgres[7018]: [7018] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:33:58 nixos postgres[7019]: [7019] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:33:58 nixos postgres[7019]: [7019] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:33:58 nixos postgres[7019]: [7019] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:34:17 nixos postgres[7020]: [7020] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:34:17 nixos postgres[7020]: [7020] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:34:17 nixos postgres[7020]: [7020] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:34:37 nixos postgres[7021]: [7021] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:34:37 nixos postgres[7021]: [7021] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:34:37 nixos postgres[7021]: [7021] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:34:58 nixos postgres[7034]: [7034] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:34:58 nixos postgres[7034]: [7034] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:34:58 nixos postgres[7034]: [7034] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:35:17 nixos postgres[7036]: [7036] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:35:17 nixos postgres[7036]: [7036] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:35:17 nixos postgres[7036]: [7036] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:35:37 nixos postgres[7037]: [7037] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:35:37 nixos postgres[7037]: [7037] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:35:37 nixos postgres[7037]: [7037] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:35:58 nixos postgres[7038]: [7038] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:35:58 nixos postgres[7038]: [7038] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:35:58 nixos postgres[7038]: [7038] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:36:17 nixos postgres[7039]: [7039] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:36:17 nixos postgres[7039]: [7039] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:36:17 nixos postgres[7039]: [7039] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:36:37 nixos postgres[7040]: [7040] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:36:37 nixos postgres[7040]: [7040] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:36:37 nixos postgres[7040]: [7040] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:36:58 nixos postgres[7041]: [7041] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:36:58 nixos postgres[7041]: [7041] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:36:58 nixos postgres[7041]: [7041] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:37:17 nixos postgres[7042]: [7042] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:37:17 nixos postgres[7042]: [7042] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:37:17 nixos postgres[7042]: [7042] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:37:37 nixos postgres[7043]: [7043] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:37:37 nixos postgres[7043]: [7043] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:37:37 nixos postgres[7043]: [7043] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:37:58 nixos postgres[7044]: [7044] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:37:58 nixos postgres[7044]: [7044] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:37:58 nixos postgres[7044]: [7044] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:38:18 nixos postgres[7045]: [7045] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:38:18 nixos postgres[7045]: [7045] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:38:18 nixos postgres[7045]: [7045] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:38:37 nixos postgres[7046]: [7046] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:38:37 nixos postgres[7046]: [7046] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:38:37 nixos postgres[7046]: [7046] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:38:58 nixos postgres[7047]: [7047] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:38:58 nixos postgres[7047]: [7047] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:38:58 nixos postgres[7047]: [7047] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:39:18 nixos postgres[7048]: [7048] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:39:18 nixos postgres[7048]: [7048] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:39:18 nixos postgres[7048]: [7048] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:39:37 nixos postgres[7049]: [7049] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:39:37 nixos postgres[7049]: [7049] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:39:37 nixos postgres[7049]: [7049] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:39:58 nixos postgres[7063]: [7063] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:39:58 nixos postgres[7063]: [7063] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:39:58 nixos postgres[7063]: [7063] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:40:18 nixos postgres[7064]: [7064] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:40:18 nixos postgres[7064]: [7064] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:40:18 nixos postgres[7064]: [7064] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:40:37 nixos postgres[7065]: [7065] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:40:37 nixos postgres[7065]: [7065] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:40:37 nixos postgres[7065]: [7065] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:40:58 nixos postgres[7066]: [7066] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:40:58 nixos postgres[7066]: [7066] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:40:58 nixos postgres[7066]: [7066] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:41:18 nixos postgres[7068]: [7068] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:41:18 nixos postgres[7068]: [7068] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:41:18 nixos postgres[7068]: [7068] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:41:38 nixos postgres[7069]: [7069] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:41:38 nixos postgres[7069]: [7069] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:41:38 nixos postgres[7069]: [7069] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:41:58 nixos postgres[7070]: [7070] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:41:58 nixos postgres[7070]: [7070] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:41:58 nixos postgres[7070]: [7070] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:42:18 nixos postgres[7071]: [7071] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:42:18 nixos postgres[7071]: [7071] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:42:18 nixos postgres[7071]: [7071] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:42:38 nixos postgres[7072]: [7072] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:42:38 nixos postgres[7072]: [7072] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:42:38 nixos postgres[7072]: [7072] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:42:58 nixos postgres[7073]: [7073] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:42:58 nixos postgres[7073]: [7073] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:42:58 nixos postgres[7073]: [7073] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:43:18 nixos postgres[7074]: [7074] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:43:18 nixos postgres[7074]: [7074] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:43:18 nixos postgres[7074]: [7074] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:43:38 nixos postgres[7075]: [7075] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:43:38 nixos postgres[7075]: [7075] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:43:38 nixos postgres[7075]: [7075] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:43:58 nixos postgres[7076]: [7076] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:43:58 nixos postgres[7076]: [7076] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:43:58 nixos postgres[7076]: [7076] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:44:18 nixos postgres[7077]: [7077] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:44:18 nixos postgres[7077]: [7077] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:44:18 nixos postgres[7077]: [7077] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:44:38 nixos postgres[7078]: [7078] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:44:38 nixos postgres[7078]: [7078] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:44:38 nixos postgres[7078]: [7078] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:44:58 nixos postgres[7091]: [7091] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:44:58 nixos postgres[7091]: [7091] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:44:58 nixos postgres[7091]: [7091] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:45:18 nixos postgres[7093]: [7093] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:45:18 nixos postgres[7093]: [7093] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:45:18 nixos postgres[7093]: [7093] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:45:38 nixos postgres[7094]: [7094] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:45:38 nixos postgres[7094]: [7094] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:45:38 nixos postgres[7094]: [7094] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:45:58 nixos postgres[7095]: [7095] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:45:58 nixos postgres[7095]: [7095] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:45:58 nixos postgres[7095]: [7095] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:46:18 nixos postgres[7096]: [7096] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:46:18 nixos postgres[7096]: [7096] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:46:18 nixos postgres[7096]: [7096] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:46:38 nixos postgres[7097]: [7097] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:46:38 nixos postgres[7097]: [7097] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:46:38 nixos postgres[7097]: [7097] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:46:58 nixos postgres[7098]: [7098] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:46:58 nixos postgres[7098]: [7098] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:46:58 nixos postgres[7098]: [7098] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:47:18 nixos postgres[7099]: [7099] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:47:18 nixos postgres[7099]: [7099] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:47:18 nixos postgres[7099]: [7099] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:47:38 nixos postgres[7100]: [7100] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:47:38 nixos postgres[7100]: [7100] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:47:38 nixos postgres[7100]: [7100] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:47:58 nixos postgres[7101]: [7101] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:47:58 nixos postgres[7101]: [7101] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:47:58 nixos postgres[7101]: [7101] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:48:18 nixos postgres[7102]: [7102] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:48:18 nixos postgres[7102]: [7102] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:48:18 nixos postgres[7102]: [7102] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:48:38 nixos postgres[7103]: [7103] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:48:38 nixos postgres[7103]: [7103] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:48:38 nixos postgres[7103]: [7103] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:48:58 nixos postgres[7104]: [7104] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:48:58 nixos postgres[7104]: [7104] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:48:58 nixos postgres[7104]: [7104] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:49:18 nixos postgres[7105]: [7105] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:49:18 nixos postgres[7105]: [7105] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:49:18 nixos postgres[7105]: [7105] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:49:38 nixos postgres[7106]: [7106] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:49:38 nixos postgres[7106]: [7106] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:49:38 nixos postgres[7106]: [7106] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:49:58 nixos postgres[7116]: [7116] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:49:58 nixos postgres[7116]: [7116] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:49:58 nixos postgres[7116]: [7116] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:50:18 nixos postgres[7120]: [7120] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:50:18 nixos postgres[7120]: [7120] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:50:18 nixos postgres[7120]: [7120] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:50:38 nixos postgres[7121]: [7121] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:50:38 nixos postgres[7121]: [7121] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:50:38 nixos postgres[7121]: [7121] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:50:58 nixos postgres[7122]: [7122] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:50:58 nixos postgres[7122]: [7122] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:50:58 nixos postgres[7122]: [7122] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:51:18 nixos postgres[7123]: [7123] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:51:18 nixos postgres[7123]: [7123] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:51:18 nixos postgres[7123]: [7123] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:51:38 nixos postgres[7124]: [7124] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:51:38 nixos postgres[7124]: [7124] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:51:38 nixos postgres[7124]: [7124] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:51:58 nixos postgres[7125]: [7125] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:51:58 nixos postgres[7125]: [7125] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:51:58 nixos postgres[7125]: [7125] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:52:18 nixos postgres[7126]: [7126] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:52:18 nixos postgres[7126]: [7126] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:52:18 nixos postgres[7126]: [7126] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:52:38 nixos postgres[7127]: [7127] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:52:38 nixos postgres[7127]: [7127] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:52:38 nixos postgres[7127]: [7127] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:52:58 nixos postgres[7128]: [7128] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:52:58 nixos postgres[7128]: [7128] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:52:58 nixos postgres[7128]: [7128] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:53:18 nixos postgres[7129]: [7129] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:53:18 nixos postgres[7129]: [7129] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:53:18 nixos postgres[7129]: [7129] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:53:38 nixos postgres[7130]: [7130] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:53:38 nixos postgres[7130]: [7130] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:53:38 nixos postgres[7130]: [7130] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:53:58 nixos postgres[7131]: [7131] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:53:58 nixos postgres[7131]: [7131] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:53:58 nixos postgres[7131]: [7131] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:54:18 nixos postgres[7132]: [7132] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:54:18 nixos postgres[7132]: [7132] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:54:18 nixos postgres[7132]: [7132] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:54:38 nixos postgres[7133]: [7133] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:54:38 nixos postgres[7133]: [7133] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:54:38 nixos postgres[7133]: [7133] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:54:58 nixos postgres[7146]: [7146] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:54:58 nixos postgres[7146]: [7146] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:54:58 nixos postgres[7146]: [7146] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:55:18 nixos postgres[7147]: [7147] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:55:18 nixos postgres[7147]: [7147] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:55:18 nixos postgres[7147]: [7147] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:55:38 nixos postgres[7148]: [7148] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:55:38 nixos postgres[7148]: [7148] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:55:38 nixos postgres[7148]: [7148] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:55:58 nixos postgres[7149]: [7149] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:55:58 nixos postgres[7149]: [7149] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:55:58 nixos postgres[7149]: [7149] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:56:18 nixos postgres[7150]: [7150] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:56:18 nixos postgres[7150]: [7150] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:56:18 nixos postgres[7150]: [7150] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:56:38 nixos postgres[7151]: [7151] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:56:38 nixos postgres[7151]: [7151] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:56:38 nixos postgres[7151]: [7151] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:56:58 nixos postgres[7152]: [7152] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:56:58 nixos postgres[7152]: [7152] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:56:58 nixos postgres[7152]: [7152] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:57:18 nixos postgres[7153]: [7153] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:57:18 nixos postgres[7153]: [7153] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:57:18 nixos postgres[7153]: [7153] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:57:38 nixos postgres[7154]: [7154] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:57:38 nixos postgres[7154]: [7154] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:57:38 nixos postgres[7154]: [7154] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:57:58 nixos postgres[7155]: [7155] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:57:58 nixos postgres[7155]: [7155] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:57:58 nixos postgres[7155]: [7155] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:58:18 nixos postgres[7156]: [7156] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:58:18 nixos postgres[7156]: [7156] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:58:18 nixos postgres[7156]: [7156] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:58:38 nixos postgres[7157]: [7157] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:58:38 nixos postgres[7157]: [7157] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:58:38 nixos postgres[7157]: [7157] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:58:58 nixos postgres[7158]: [7158] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:58:58 nixos postgres[7158]: [7158] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:58:58 nixos postgres[7158]: [7158] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:59:18 nixos postgres[7159]: [7159] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 19:59:18 nixos postgres[7159]: [7159] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:59:18 nixos postgres[7159]: [7159] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:59:38 nixos postgres[7160]: [7160] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 19:59:38 nixos postgres[7160]: [7160] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:59:38 nixos postgres[7160]: [7160] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 19:59:58 nixos postgres[7172]: [7172] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 19:59:58 nixos postgres[7172]: [7172] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 19:59:58 nixos postgres[7172]: [7172] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:00:18 nixos postgres[7179]: [7179] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:00:18 nixos postgres[7179]: [7179] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:00:18 nixos postgres[7179]: [7179] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:00:38 nixos postgres[7180]: [7180] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:00:38 nixos postgres[7180]: [7180] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:00:38 nixos postgres[7180]: [7180] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:00:58 nixos postgres[7181]: [7181] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:00:58 nixos postgres[7181]: [7181] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:00:58 nixos postgres[7181]: [7181] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:01:18 nixos postgres[7182]: [7182] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:01:18 nixos postgres[7182]: [7182] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:01:18 nixos postgres[7182]: [7182] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:01:38 nixos postgres[7183]: [7183] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:01:38 nixos postgres[7183]: [7183] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:01:38 nixos postgres[7183]: [7183] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:01:58 nixos postgres[7184]: [7184] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:01:58 nixos postgres[7184]: [7184] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:01:58 nixos postgres[7184]: [7184] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:02:18 nixos postgres[7185]: [7185] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:02:18 nixos postgres[7185]: [7185] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:02:18 nixos postgres[7185]: [7185] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:02:38 nixos postgres[7186]: [7186] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:02:38 nixos postgres[7186]: [7186] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:02:38 nixos postgres[7186]: [7186] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:02:58 nixos postgres[7187]: [7187] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:02:58 nixos postgres[7187]: [7187] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:02:58 nixos postgres[7187]: [7187] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:03:18 nixos postgres[7188]: [7188] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:03:18 nixos postgres[7188]: [7188] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:03:18 nixos postgres[7188]: [7188] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:03:38 nixos postgres[7189]: [7189] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:03:38 nixos postgres[7189]: [7189] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:03:38 nixos postgres[7189]: [7189] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:03:58 nixos postgres[7190]: [7190] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:03:58 nixos postgres[7190]: [7190] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:03:58 nixos postgres[7190]: [7190] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:04:18 nixos postgres[7191]: [7191] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:04:18 nixos postgres[7191]: [7191] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:04:18 nixos postgres[7191]: [7191] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:04:38 nixos postgres[7192]: [7192] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:04:38 nixos postgres[7192]: [7192] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:04:38 nixos postgres[7192]: [7192] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:04:58 nixos postgres[7206]: [7206] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:04:58 nixos postgres[7206]: [7206] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:04:58 nixos postgres[7206]: [7206] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:05:18 nixos postgres[7207]: [7207] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:05:18 nixos postgres[7207]: [7207] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:05:18 nixos postgres[7207]: [7207] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:05:38 nixos postgres[7208]: [7208] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:05:38 nixos postgres[7208]: [7208] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:05:38 nixos postgres[7208]: [7208] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:05:58 nixos postgres[7209]: [7209] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:05:58 nixos postgres[7209]: [7209] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:05:58 nixos postgres[7209]: [7209] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:06:18 nixos postgres[7210]: [7210] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:06:18 nixos postgres[7210]: [7210] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:06:18 nixos postgres[7210]: [7210] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:06:38 nixos postgres[7211]: [7211] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:06:38 nixos postgres[7211]: [7211] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:06:38 nixos postgres[7211]: [7211] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:06:58 nixos postgres[7212]: [7212] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:06:58 nixos postgres[7212]: [7212] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:06:58 nixos postgres[7212]: [7212] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:07:18 nixos postgres[7213]: [7213] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:07:18 nixos postgres[7213]: [7213] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:07:18 nixos postgres[7213]: [7213] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:07:38 nixos postgres[7214]: [7214] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:07:38 nixos postgres[7214]: [7214] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:07:38 nixos postgres[7214]: [7214] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:07:58 nixos postgres[7215]: [7215] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:07:58 nixos postgres[7215]: [7215] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:07:58 nixos postgres[7215]: [7215] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:08:18 nixos postgres[7216]: [7216] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:08:18 nixos postgres[7216]: [7216] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:08:18 nixos postgres[7216]: [7216] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:08:38 nixos postgres[7217]: [7217] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:08:38 nixos postgres[7217]: [7217] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:08:38 nixos postgres[7217]: [7217] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:08:58 nixos postgres[7218]: [7218] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:08:58 nixos postgres[7218]: [7218] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:08:58 nixos postgres[7218]: [7218] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:09:18 nixos postgres[7219]: [7219] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:09:18 nixos postgres[7219]: [7219] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:09:18 nixos postgres[7219]: [7219] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:09:38 nixos postgres[7220]: [7220] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:09:38 nixos postgres[7220]: [7220] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:09:38 nixos postgres[7220]: [7220] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:09:58 nixos postgres[7233]: [7233] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:09:58 nixos postgres[7233]: [7233] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:09:58 nixos postgres[7233]: [7233] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:10:18 nixos postgres[7235]: [7235] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:10:18 nixos postgres[7235]: [7235] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:10:18 nixos postgres[7235]: [7235] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:10:38 nixos postgres[7236]: [7236] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:10:38 nixos postgres[7236]: [7236] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:10:38 nixos postgres[7236]: [7236] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:10:58 nixos postgres[7237]: [7237] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:10:58 nixos postgres[7237]: [7237] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:10:58 nixos postgres[7237]: [7237] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:11:18 nixos postgres[7238]: [7238] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:11:18 nixos postgres[7238]: [7238] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:11:18 nixos postgres[7238]: [7238] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:11:38 nixos postgres[7239]: [7239] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:11:38 nixos postgres[7239]: [7239] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:11:38 nixos postgres[7239]: [7239] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:11:58 nixos postgres[7240]: [7240] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:11:58 nixos postgres[7240]: [7240] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:11:58 nixos postgres[7240]: [7240] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:12:18 nixos postgres[7241]: [7241] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:12:18 nixos postgres[7241]: [7241] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:12:18 nixos postgres[7241]: [7241] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:12:38 nixos postgres[7242]: [7242] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:12:38 nixos postgres[7242]: [7242] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:12:38 nixos postgres[7242]: [7242] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:12:58 nixos postgres[7243]: [7243] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:12:58 nixos postgres[7243]: [7243] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:12:58 nixos postgres[7243]: [7243] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:13:18 nixos postgres[7244]: [7244] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:13:18 nixos postgres[7244]: [7244] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:13:18 nixos postgres[7244]: [7244] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:13:38 nixos postgres[7245]: [7245] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:13:38 nixos postgres[7245]: [7245] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:13:38 nixos postgres[7245]: [7245] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:13:58 nixos postgres[7246]: [7246] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:13:58 nixos postgres[7246]: [7246] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:13:58 nixos postgres[7246]: [7246] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:14:18 nixos postgres[7247]: [7247] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:14:18 nixos postgres[7247]: [7247] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:14:18 nixos postgres[7247]: [7247] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:14:38 nixos postgres[7248]: [7248] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:14:38 nixos postgres[7248]: [7248] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:14:38 nixos postgres[7248]: [7248] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:14:58 nixos postgres[7259]: [7259] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:14:58 nixos postgres[7259]: [7259] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:14:58 nixos postgres[7259]: [7259] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:15:18 nixos postgres[7261]: [7261] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:15:18 nixos postgres[7261]: [7261] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:15:18 nixos postgres[7261]: [7261] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:15:38 nixos postgres[7262]: [7262] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:15:38 nixos postgres[7262]: [7262] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:15:38 nixos postgres[7262]: [7262] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:15:58 nixos postgres[7263]: [7263] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:15:58 nixos postgres[7263]: [7263] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:15:58 nixos postgres[7263]: [7263] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:16:18 nixos postgres[7264]: [7264] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:16:18 nixos postgres[7264]: [7264] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:16:18 nixos postgres[7264]: [7264] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:16:38 nixos postgres[7265]: [7265] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:16:38 nixos postgres[7265]: [7265] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:16:38 nixos postgres[7265]: [7265] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:16:58 nixos postgres[7266]: [7266] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:16:58 nixos postgres[7266]: [7266] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:16:58 nixos postgres[7266]: [7266] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:17:18 nixos postgres[7267]: [7267] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:17:18 nixos postgres[7267]: [7267] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:17:18 nixos postgres[7267]: [7267] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:17:38 nixos postgres[7268]: [7268] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:17:38 nixos postgres[7268]: [7268] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:17:38 nixos postgres[7268]: [7268] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:17:58 nixos postgres[7269]: [7269] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:17:58 nixos postgres[7269]: [7269] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:17:58 nixos postgres[7269]: [7269] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:18:18 nixos postgres[7270]: [7270] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:18:18 nixos postgres[7270]: [7270] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:18:18 nixos postgres[7270]: [7270] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:18:38 nixos postgres[7271]: [7271] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:18:38 nixos postgres[7271]: [7271] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:18:38 nixos postgres[7271]: [7271] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:18:58 nixos postgres[7272]: [7272] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:18:58 nixos postgres[7272]: [7272] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:18:58 nixos postgres[7272]: [7272] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:19:18 nixos postgres[7273]: [7273] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:19:18 nixos postgres[7273]: [7273] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:19:18 nixos postgres[7273]: [7273] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:19:38 nixos postgres[7274]: [7274] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:19:38 nixos postgres[7274]: [7274] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:19:38 nixos postgres[7274]: [7274] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:19:58 nixos postgres[7289]: [7289] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:19:58 nixos postgres[7289]: [7289] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:19:58 nixos postgres[7289]: [7289] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:20:18 nixos postgres[7290]: [7290] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:20:18 nixos postgres[7290]: [7290] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:20:18 nixos postgres[7290]: [7290] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:20:38 nixos postgres[7291]: [7291] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:20:38 nixos postgres[7291]: [7291] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:20:38 nixos postgres[7291]: [7291] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:20:58 nixos postgres[7292]: [7292] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:20:58 nixos postgres[7292]: [7292] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:20:58 nixos postgres[7292]: [7292] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:21:18 nixos postgres[7293]: [7293] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:21:18 nixos postgres[7293]: [7293] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:21:18 nixos postgres[7293]: [7293] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:21:38 nixos postgres[7294]: [7294] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:21:38 nixos postgres[7294]: [7294] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:21:38 nixos postgres[7294]: [7294] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:21:58 nixos postgres[7295]: [7295] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:21:58 nixos postgres[7295]: [7295] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:21:58 nixos postgres[7295]: [7295] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:22:18 nixos postgres[7296]: [7296] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:22:18 nixos postgres[7296]: [7296] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:22:18 nixos postgres[7296]: [7296] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:22:38 nixos postgres[7297]: [7297] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:22:38 nixos postgres[7297]: [7297] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:22:38 nixos postgres[7297]: [7297] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:22:58 nixos postgres[7298]: [7298] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:22:58 nixos postgres[7298]: [7298] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:22:58 nixos postgres[7298]: [7298] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:23:18 nixos postgres[7299]: [7299] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:23:18 nixos postgres[7299]: [7299] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:23:18 nixos postgres[7299]: [7299] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:23:38 nixos postgres[7300]: [7300] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:23:38 nixos postgres[7300]: [7300] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:23:38 nixos postgres[7300]: [7300] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:23:58 nixos postgres[7301]: [7301] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:23:58 nixos postgres[7301]: [7301] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:23:58 nixos postgres[7301]: [7301] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:24:18 nixos postgres[7302]: [7302] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:24:18 nixos postgres[7302]: [7302] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:24:18 nixos postgres[7302]: [7302] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:24:38 nixos postgres[7303]: [7303] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:24:38 nixos postgres[7303]: [7303] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:24:38 nixos postgres[7303]: [7303] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:24:58 nixos postgres[7316]: [7316] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:24:58 nixos postgres[7316]: [7316] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:24:58 nixos postgres[7316]: [7316] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:25:18 nixos postgres[7318]: [7318] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:25:18 nixos postgres[7318]: [7318] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:25:18 nixos postgres[7318]: [7318] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:25:38 nixos postgres[7319]: [7319] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:25:38 nixos postgres[7319]: [7319] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:25:38 nixos postgres[7319]: [7319] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:25:58 nixos postgres[7320]: [7320] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:25:58 nixos postgres[7320]: [7320] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:25:58 nixos postgres[7320]: [7320] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:26:18 nixos postgres[7321]: [7321] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:26:18 nixos postgres[7321]: [7321] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:26:18 nixos postgres[7321]: [7321] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:26:38 nixos postgres[7322]: [7322] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:26:38 nixos postgres[7322]: [7322] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:26:38 nixos postgres[7322]: [7322] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:26:59 nixos postgres[7323]: [7323] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:26:59 nixos postgres[7323]: [7323] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:26:59 nixos postgres[7323]: [7323] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:27:18 nixos postgres[7324]: [7324] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:27:18 nixos postgres[7324]: [7324] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:27:18 nixos postgres[7324]: [7324] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:27:38 nixos postgres[7325]: [7325] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:27:38 nixos postgres[7325]: [7325] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:27:38 nixos postgres[7325]: [7325] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:27:59 nixos postgres[7326]: [7326] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:27:59 nixos postgres[7326]: [7326] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:27:59 nixos postgres[7326]: [7326] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:28:18 nixos postgres[7327]: [7327] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:28:18 nixos postgres[7327]: [7327] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:28:18 nixos postgres[7327]: [7327] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:28:38 nixos postgres[7328]: [7328] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:28:38 nixos postgres[7328]: [7328] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:28:38 nixos postgres[7328]: [7328] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:28:59 nixos postgres[7329]: [7329] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:28:59 nixos postgres[7329]: [7329] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:28:59 nixos postgres[7329]: [7329] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:29:19 nixos postgres[7330]: [7330] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:29:19 nixos postgres[7330]: [7330] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:29:19 nixos postgres[7330]: [7330] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:29:38 nixos postgres[7331]: [7331] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:29:38 nixos postgres[7331]: [7331] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:29:38 nixos postgres[7331]: [7331] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:29:59 nixos postgres[7344]: [7344] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:29:59 nixos postgres[7344]: [7344] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:29:59 nixos postgres[7344]: [7344] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:30:19 nixos postgres[7346]: [7346] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:30:19 nixos postgres[7346]: [7346] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:30:19 nixos postgres[7346]: [7346] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:30:38 nixos postgres[7347]: [7347] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:30:38 nixos postgres[7347]: [7347] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:30:38 nixos postgres[7347]: [7347] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:30:59 nixos postgres[7348]: [7348] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:30:59 nixos postgres[7348]: [7348] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:30:59 nixos postgres[7348]: [7348] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:31:19 nixos postgres[7349]: [7349] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:31:19 nixos postgres[7349]: [7349] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:31:19 nixos postgres[7349]: [7349] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:31:38 nixos postgres[7350]: [7350] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:31:38 nixos postgres[7350]: [7350] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:31:38 nixos postgres[7350]: [7350] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:31:59 nixos postgres[7351]: [7351] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:31:59 nixos postgres[7351]: [7351] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:31:59 nixos postgres[7351]: [7351] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:32:19 nixos postgres[7352]: [7352] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:32:19 nixos postgres[7352]: [7352] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:32:19 nixos postgres[7352]: [7352] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:32:38 nixos postgres[7353]: [7353] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:32:38 nixos postgres[7353]: [7353] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:32:38 nixos postgres[7353]: [7353] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:32:59 nixos postgres[7354]: [7354] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:32:59 nixos postgres[7354]: [7354] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:32:59 nixos postgres[7354]: [7354] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:33:19 nixos postgres[7355]: [7355] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:33:19 nixos postgres[7355]: [7355] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:33:19 nixos postgres[7355]: [7355] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:33:39 nixos postgres[7356]: [7356] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:33:39 nixos postgres[7356]: [7356] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:33:39 nixos postgres[7356]: [7356] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:33:59 nixos postgres[7357]: [7357] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:33:59 nixos postgres[7357]: [7357] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:33:59 nixos postgres[7357]: [7357] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:34:19 nixos postgres[7358]: [7358] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:34:19 nixos postgres[7358]: [7358] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:34:19 nixos postgres[7358]: [7358] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:34:39 nixos postgres[7359]: [7359] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:34:39 nixos postgres[7359]: [7359] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:34:39 nixos postgres[7359]: [7359] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:34:59 nixos postgres[7373]: [7373] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:34:59 nixos postgres[7373]: [7373] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:34:59 nixos postgres[7373]: [7373] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:35:19 nixos postgres[7374]: [7374] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:35:19 nixos postgres[7374]: [7374] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:35:19 nixos postgres[7374]: [7374] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:35:39 nixos postgres[7376]: [7376] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:35:39 nixos postgres[7376]: [7376] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:35:39 nixos postgres[7376]: [7376] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:35:59 nixos postgres[7377]: [7377] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:35:59 nixos postgres[7377]: [7377] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:35:59 nixos postgres[7377]: [7377] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:36:19 nixos postgres[7378]: [7378] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:36:19 nixos postgres[7378]: [7378] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:36:19 nixos postgres[7378]: [7378] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:36:39 nixos postgres[7379]: [7379] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:36:39 nixos postgres[7379]: [7379] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:36:39 nixos postgres[7379]: [7379] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:36:59 nixos postgres[7380]: [7380] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:36:59 nixos postgres[7380]: [7380] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:36:59 nixos postgres[7380]: [7380] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:37:19 nixos postgres[7381]: [7381] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:37:19 nixos postgres[7381]: [7381] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:37:19 nixos postgres[7381]: [7381] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:37:39 nixos postgres[7383]: [7383] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:37:39 nixos postgres[7383]: [7383] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:37:39 nixos postgres[7383]: [7383] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:37:59 nixos postgres[7384]: [7384] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:37:59 nixos postgres[7384]: [7384] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:37:59 nixos postgres[7384]: [7384] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:38:19 nixos postgres[7385]: [7385] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:38:19 nixos postgres[7385]: [7385] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:38:19 nixos postgres[7385]: [7385] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:38:39 nixos postgres[7386]: [7386] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:38:39 nixos postgres[7386]: [7386] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:38:39 nixos postgres[7386]: [7386] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:38:59 nixos postgres[7387]: [7387] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:38:59 nixos postgres[7387]: [7387] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:38:59 nixos postgres[7387]: [7387] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:39:19 nixos postgres[7388]: [7388] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:39:19 nixos postgres[7388]: [7388] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:39:19 nixos postgres[7388]: [7388] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:39:39 nixos postgres[7389]: [7389] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:39:39 nixos postgres[7389]: [7389] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:39:39 nixos postgres[7389]: [7389] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:39:59 nixos postgres[7402]: [7402] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:39:59 nixos postgres[7402]: [7402] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:39:59 nixos postgres[7402]: [7402] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:40:19 nixos postgres[7404]: [7404] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:40:19 nixos postgres[7404]: [7404] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:40:19 nixos postgres[7404]: [7404] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:40:39 nixos postgres[7405]: [7405] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:40:39 nixos postgres[7405]: [7405] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:40:39 nixos postgres[7405]: [7405] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:40:59 nixos postgres[7406]: [7406] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:40:59 nixos postgres[7406]: [7406] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:40:59 nixos postgres[7406]: [7406] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:41:19 nixos postgres[7407]: [7407] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:41:19 nixos postgres[7407]: [7407] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:41:19 nixos postgres[7407]: [7407] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:41:39 nixos postgres[7408]: [7408] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:41:39 nixos postgres[7408]: [7408] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:41:39 nixos postgres[7408]: [7408] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:41:59 nixos postgres[7409]: [7409] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:41:59 nixos postgres[7409]: [7409] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:41:59 nixos postgres[7409]: [7409] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:42:19 nixos postgres[7410]: [7410] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:42:19 nixos postgres[7410]: [7410] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:42:19 nixos postgres[7410]: [7410] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:42:39 nixos postgres[7411]: [7411] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:42:39 nixos postgres[7411]: [7411] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:42:39 nixos postgres[7411]: [7411] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:42:59 nixos postgres[7412]: [7412] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:42:59 nixos postgres[7412]: [7412] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:42:59 nixos postgres[7412]: [7412] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:43:19 nixos postgres[7413]: [7413] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:43:19 nixos postgres[7413]: [7413] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:43:19 nixos postgres[7413]: [7413] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:43:39 nixos postgres[7414]: [7414] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:43:39 nixos postgres[7414]: [7414] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:43:39 nixos postgres[7414]: [7414] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:43:59 nixos postgres[7415]: [7415] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:43:59 nixos postgres[7415]: [7415] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:43:59 nixos postgres[7415]: [7415] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:44:19 nixos postgres[7416]: [7416] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:44:19 nixos postgres[7416]: [7416] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:44:19 nixos postgres[7416]: [7416] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:44:39 nixos postgres[7417]: [7417] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:44:39 nixos postgres[7417]: [7417] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:44:39 nixos postgres[7417]: [7417] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:44:59 nixos postgres[7428]: [7428] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:44:59 nixos postgres[7428]: [7428] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:44:59 nixos postgres[7428]: [7428] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:45:19 nixos postgres[7430]: [7430] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:45:19 nixos postgres[7430]: [7430] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:45:19 nixos postgres[7430]: [7430] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:45:39 nixos postgres[7431]: [7431] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:45:39 nixos postgres[7431]: [7431] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:45:39 nixos postgres[7431]: [7431] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:45:59 nixos postgres[7432]: [7432] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:45:59 nixos postgres[7432]: [7432] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:45:59 nixos postgres[7432]: [7432] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:46:19 nixos postgres[7433]: [7433] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:46:19 nixos postgres[7433]: [7433] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:46:19 nixos postgres[7433]: [7433] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:46:39 nixos postgres[7456]: [7456] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:46:39 nixos postgres[7456]: [7456] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:46:39 nixos postgres[7456]: [7456] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:46:59 nixos postgres[7464]: [7464] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:46:59 nixos postgres[7464]: [7464] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:46:59 nixos postgres[7464]: [7464] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:47:19 nixos postgres[7465]: [7465] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:47:19 nixos postgres[7465]: [7465] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:47:19 nixos postgres[7465]: [7465] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:47:39 nixos postgres[7466]: [7466] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:47:39 nixos postgres[7466]: [7466] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:47:39 nixos postgres[7466]: [7466] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:47:59 nixos postgres[7467]: [7467] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:47:59 nixos postgres[7467]: [7467] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:47:59 nixos postgres[7467]: [7467] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:48:19 nixos postgres[7468]: [7468] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:48:19 nixos postgres[7468]: [7468] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:48:19 nixos postgres[7468]: [7468] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:48:39 nixos postgres[7469]: [7469] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:48:39 nixos postgres[7469]: [7469] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:48:39 nixos postgres[7469]: [7469] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:48:59 nixos postgres[7470]: [7470] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:48:59 nixos postgres[7470]: [7470] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:48:59 nixos postgres[7470]: [7470] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:49:19 nixos postgres[7471]: [7471] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:49:19 nixos postgres[7471]: [7471] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:49:19 nixos postgres[7471]: [7471] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:49:39 nixos postgres[7472]: [7472] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:49:39 nixos postgres[7472]: [7472] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:49:39 nixos postgres[7472]: [7472] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:49:59 nixos postgres[7485]: [7485] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:49:59 nixos postgres[7485]: [7485] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:49:59 nixos postgres[7485]: [7485] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:50:19 nixos postgres[7486]: [7486] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:50:19 nixos postgres[7486]: [7486] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:50:19 nixos postgres[7486]: [7486] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:50:39 nixos postgres[7487]: [7487] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:50:39 nixos postgres[7487]: [7487] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:50:39 nixos postgres[7487]: [7487] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:50:59 nixos postgres[7488]: [7488] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:50:59 nixos postgres[7488]: [7488] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:50:59 nixos postgres[7488]: [7488] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:51:19 nixos postgres[7489]: [7489] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:51:19 nixos postgres[7489]: [7489] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:51:19 nixos postgres[7489]: [7489] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:51:39 nixos postgres[7490]: [7490] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:51:39 nixos postgres[7490]: [7490] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:51:39 nixos postgres[7490]: [7490] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:51:59 nixos postgres[7491]: [7491] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:51:59 nixos postgres[7491]: [7491] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:51:59 nixos postgres[7491]: [7491] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:52:19 nixos postgres[7492]: [7492] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:52:19 nixos postgres[7492]: [7492] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:52:19 nixos postgres[7492]: [7492] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:52:39 nixos postgres[7493]: [7493] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:52:39 nixos postgres[7493]: [7493] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:52:39 nixos postgres[7493]: [7493] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:52:59 nixos postgres[7494]: [7494] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:52:59 nixos postgres[7494]: [7494] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:52:59 nixos postgres[7494]: [7494] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:53:19 nixos postgres[7495]: [7495] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:53:19 nixos postgres[7495]: [7495] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:53:19 nixos postgres[7495]: [7495] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:53:39 nixos postgres[7496]: [7496] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:53:39 nixos postgres[7496]: [7496] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:53:39 nixos postgres[7496]: [7496] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:53:59 nixos postgres[7497]: [7497] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:53:59 nixos postgres[7497]: [7497] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:53:59 nixos postgres[7497]: [7497] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:54:19 nixos postgres[7498]: [7498] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:54:19 nixos postgres[7498]: [7498] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:54:19 nixos postgres[7498]: [7498] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:54:39 nixos postgres[7499]: [7499] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:54:39 nixos postgres[7499]: [7499] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:54:39 nixos postgres[7499]: [7499] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:54:59 nixos postgres[7512]: [7512] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:54:59 nixos postgres[7512]: [7512] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:54:59 nixos postgres[7512]: [7512] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:55:19 nixos postgres[7514]: [7514] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:55:19 nixos postgres[7514]: [7514] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:55:19 nixos postgres[7514]: [7514] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:55:39 nixos postgres[7515]: [7515] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:55:39 nixos postgres[7515]: [7515] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:55:39 nixos postgres[7515]: [7515] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:55:59 nixos postgres[7516]: [7516] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:55:59 nixos postgres[7516]: [7516] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:55:59 nixos postgres[7516]: [7516] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:56:19 nixos postgres[7517]: [7517] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:56:19 nixos postgres[7517]: [7517] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:56:19 nixos postgres[7517]: [7517] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:56:39 nixos postgres[7518]: [7518] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:56:39 nixos postgres[7518]: [7518] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:56:39 nixos postgres[7518]: [7518] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:56:59 nixos postgres[7520]: [7520] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:56:59 nixos postgres[7520]: [7520] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:56:59 nixos postgres[7520]: [7520] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:57:19 nixos postgres[7521]: [7521] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:57:19 nixos postgres[7521]: [7521] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:57:19 nixos postgres[7521]: [7521] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:57:39 nixos postgres[7522]: [7522] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:57:39 nixos postgres[7522]: [7522] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:57:39 nixos postgres[7522]: [7522] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:57:59 nixos postgres[7523]: [7523] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:57:59 nixos postgres[7523]: [7523] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:57:59 nixos postgres[7523]: [7523] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:58:19 nixos postgres[7524]: [7524] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:58:19 nixos postgres[7524]: [7524] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:58:19 nixos postgres[7524]: [7524] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:58:39 nixos postgres[7525]: [7525] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:58:39 nixos postgres[7525]: [7525] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:58:39 nixos postgres[7525]: [7525] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:58:59 nixos postgres[7526]: [7526] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:58:59 nixos postgres[7526]: [7526] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:58:59 nixos postgres[7526]: [7526] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:59:19 nixos postgres[7527]: [7527] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 20:59:19 nixos postgres[7527]: [7527] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:59:19 nixos postgres[7527]: [7527] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:59:39 nixos postgres[7528]: [7528] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 20:59:39 nixos postgres[7528]: [7528] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:59:39 nixos postgres[7528]: [7528] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 20:59:59 nixos postgres[7539]: [7539] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 20:59:59 nixos postgres[7539]: [7539] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 20:59:59 nixos postgres[7539]: [7539] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:00:19 nixos postgres[7546]: [7546] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:00:19 nixos postgres[7546]: [7546] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:00:19 nixos postgres[7546]: [7546] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:00:39 nixos postgres[7547]: [7547] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:00:39 nixos postgres[7547]: [7547] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:00:39 nixos postgres[7547]: [7547] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:00:59 nixos postgres[7548]: [7548] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:00:59 nixos postgres[7548]: [7548] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:00:59 nixos postgres[7548]: [7548] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:01:19 nixos postgres[7549]: [7549] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:01:19 nixos postgres[7549]: [7549] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:01:19 nixos postgres[7549]: [7549] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:01:39 nixos postgres[7550]: [7550] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:01:39 nixos postgres[7550]: [7550] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:01:39 nixos postgres[7550]: [7550] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:01:59 nixos postgres[7551]: [7551] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:01:59 nixos postgres[7551]: [7551] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:01:59 nixos postgres[7551]: [7551] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:02:19 nixos postgres[7552]: [7552] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:02:19 nixos postgres[7552]: [7552] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:02:19 nixos postgres[7552]: [7552] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:02:39 nixos postgres[7553]: [7553] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:02:39 nixos postgres[7553]: [7553] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:02:39 nixos postgres[7553]: [7553] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:02:59 nixos postgres[7554]: [7554] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:02:59 nixos postgres[7554]: [7554] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:02:59 nixos postgres[7554]: [7554] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:03:19 nixos postgres[7555]: [7555] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:03:19 nixos postgres[7555]: [7555] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:03:19 nixos postgres[7555]: [7555] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:03:39 nixos postgres[7556]: [7556] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:03:39 nixos postgres[7556]: [7556] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:03:39 nixos postgres[7556]: [7556] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:03:59 nixos postgres[7557]: [7557] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:03:59 nixos postgres[7557]: [7557] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:03:59 nixos postgres[7557]: [7557] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:04:19 nixos postgres[7558]: [7558] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:04:19 nixos postgres[7558]: [7558] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:04:19 nixos postgres[7558]: [7558] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:04:39 nixos postgres[7561]: [7561] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:04:39 nixos postgres[7561]: [7561] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:04:39 nixos postgres[7561]: [7561] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:04:59 nixos postgres[7574]: [7574] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:04:59 nixos postgres[7574]: [7574] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:04:59 nixos postgres[7574]: [7574] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:05:19 nixos postgres[7575]: [7575] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:05:19 nixos postgres[7575]: [7575] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:05:19 nixos postgres[7575]: [7575] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:05:39 nixos postgres[7576]: [7576] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:05:39 nixos postgres[7576]: [7576] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:05:39 nixos postgres[7576]: [7576] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:05:59 nixos postgres[7577]: [7577] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:05:59 nixos postgres[7577]: [7577] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:05:59 nixos postgres[7577]: [7577] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:06:19 nixos postgres[7578]: [7578] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:06:19 nixos postgres[7578]: [7578] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:06:19 nixos postgres[7578]: [7578] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:06:39 nixos postgres[7579]: [7579] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:06:39 nixos postgres[7579]: [7579] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:06:39 nixos postgres[7579]: [7579] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:06:59 nixos postgres[7580]: [7580] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:06:59 nixos postgres[7580]: [7580] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:06:59 nixos postgres[7580]: [7580] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:07:19 nixos postgres[7581]: [7581] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:07:19 nixos postgres[7581]: [7581] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:07:19 nixos postgres[7581]: [7581] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:07:39 nixos postgres[7582]: [7582] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:07:39 nixos postgres[7582]: [7582] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:07:39 nixos postgres[7582]: [7582] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:07:59 nixos postgres[7583]: [7583] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:07:59 nixos postgres[7583]: [7583] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:07:59 nixos postgres[7583]: [7583] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:08:19 nixos postgres[7584]: [7584] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:08:19 nixos postgres[7584]: [7584] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:08:19 nixos postgres[7584]: [7584] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:08:39 nixos postgres[7585]: [7585] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:08:39 nixos postgres[7585]: [7585] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:08:39 nixos postgres[7585]: [7585] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:08:59 nixos postgres[7586]: [7586] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:08:59 nixos postgres[7586]: [7586] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:08:59 nixos postgres[7586]: [7586] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:09:19 nixos postgres[7587]: [7587] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:09:19 nixos postgres[7587]: [7587] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:09:19 nixos postgres[7587]: [7587] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:09:39 nixos postgres[7588]: [7588] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:09:39 nixos postgres[7588]: [7588] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:09:39 nixos postgres[7588]: [7588] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:09:59 nixos postgres[7601]: [7601] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:09:59 nixos postgres[7601]: [7601] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:09:59 nixos postgres[7601]: [7601] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:10:19 nixos postgres[7603]: [7603] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:10:19 nixos postgres[7603]: [7603] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:10:19 nixos postgres[7603]: [7603] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:10:39 nixos postgres[7604]: [7604] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:10:39 nixos postgres[7604]: [7604] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:10:39 nixos postgres[7604]: [7604] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:10:59 nixos postgres[7605]: [7605] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:10:59 nixos postgres[7605]: [7605] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:10:59 nixos postgres[7605]: [7605] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:11:19 nixos postgres[7606]: [7606] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:11:19 nixos postgres[7606]: [7606] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:11:19 nixos postgres[7606]: [7606] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:11:39 nixos postgres[7607]: [7607] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:11:39 nixos postgres[7607]: [7607] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:11:39 nixos postgres[7607]: [7607] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:11:59 nixos postgres[7608]: [7608] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:11:59 nixos postgres[7608]: [7608] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:11:59 nixos postgres[7608]: [7608] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:12:19 nixos postgres[7609]: [7609] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:12:19 nixos postgres[7609]: [7609] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:12:19 nixos postgres[7609]: [7609] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:12:39 nixos postgres[7610]: [7610] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:12:39 nixos postgres[7610]: [7610] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:12:39 nixos postgres[7610]: [7610] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:12:59 nixos postgres[7611]: [7611] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:12:59 nixos postgres[7611]: [7611] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:12:59 nixos postgres[7611]: [7611] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:13:19 nixos postgres[7612]: [7612] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:13:19 nixos postgres[7612]: [7612] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:13:19 nixos postgres[7612]: [7612] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:13:39 nixos postgres[7613]: [7613] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:13:39 nixos postgres[7613]: [7613] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:13:39 nixos postgres[7613]: [7613] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:13:59 nixos postgres[7614]: [7614] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:13:59 nixos postgres[7614]: [7614] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:13:59 nixos postgres[7614]: [7614] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:14:19 nixos postgres[7615]: [7615] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:14:19 nixos postgres[7615]: [7615] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:14:19 nixos postgres[7615]: [7615] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:14:39 nixos postgres[7616]: [7616] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:14:39 nixos postgres[7616]: [7616] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:14:39 nixos postgres[7616]: [7616] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:14:59 nixos postgres[7630]: [7630] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:14:59 nixos postgres[7630]: [7630] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:14:59 nixos postgres[7630]: [7630] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:15:19 nixos postgres[7631]: [7631] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:15:19 nixos postgres[7631]: [7631] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:15:19 nixos postgres[7631]: [7631] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:15:39 nixos postgres[7632]: [7632] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:15:39 nixos postgres[7632]: [7632] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:15:39 nixos postgres[7632]: [7632] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:15:59 nixos postgres[7634]: [7634] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:15:59 nixos postgres[7634]: [7634] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:15:59 nixos postgres[7634]: [7634] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:16:19 nixos postgres[7635]: [7635] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:16:19 nixos postgres[7635]: [7635] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:16:19 nixos postgres[7635]: [7635] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:16:39 nixos postgres[7636]: [7636] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:16:39 nixos postgres[7636]: [7636] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:16:39 nixos postgres[7636]: [7636] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:16:59 nixos postgres[7637]: [7637] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:16:59 nixos postgres[7637]: [7637] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:16:59 nixos postgres[7637]: [7637] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:17:19 nixos postgres[7638]: [7638] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:17:19 nixos postgres[7638]: [7638] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:17:19 nixos postgres[7638]: [7638] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:17:39 nixos postgres[7639]: [7639] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:17:39 nixos postgres[7639]: [7639] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:17:39 nixos postgres[7639]: [7639] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:17:59 nixos postgres[7640]: [7640] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:17:59 nixos postgres[7640]: [7640] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:17:59 nixos postgres[7640]: [7640] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:18:19 nixos postgres[7641]: [7641] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:18:19 nixos postgres[7641]: [7641] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:18:19 nixos postgres[7641]: [7641] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:18:39 nixos postgres[7642]: [7642] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:18:39 nixos postgres[7642]: [7642] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:18:39 nixos postgres[7642]: [7642] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:18:59 nixos postgres[7643]: [7643] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:18:59 nixos postgres[7643]: [7643] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:18:59 nixos postgres[7643]: [7643] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:19:19 nixos postgres[7644]: [7644] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:19:19 nixos postgres[7644]: [7644] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:19:19 nixos postgres[7644]: [7644] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:19:39 nixos postgres[7645]: [7645] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:19:39 nixos postgres[7645]: [7645] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:19:39 nixos postgres[7645]: [7645] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:19:59 nixos postgres[7656]: [7656] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:19:59 nixos postgres[7656]: [7656] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:19:59 nixos postgres[7656]: [7656] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:20:19 nixos postgres[7658]: [7658] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:20:19 nixos postgres[7658]: [7658] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:20:19 nixos postgres[7658]: [7658] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:20:39 nixos postgres[7660]: [7660] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:20:39 nixos postgres[7660]: [7660] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:20:39 nixos postgres[7660]: [7660] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:20:59 nixos postgres[7661]: [7661] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:20:59 nixos postgres[7661]: [7661] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:20:59 nixos postgres[7661]: [7661] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:21:20 nixos postgres[7663]: [7663] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:21:20 nixos postgres[7663]: [7663] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:21:20 nixos postgres[7663]: [7663] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:21:39 nixos postgres[7664]: [7664] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:21:39 nixos postgres[7664]: [7664] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:21:39 nixos postgres[7664]: [7664] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:22:00 nixos postgres[7665]: [7665] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:22:00 nixos postgres[7665]: [7665] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:22:00 nixos postgres[7665]: [7665] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:22:20 nixos postgres[7666]: [7666] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:22:20 nixos postgres[7666]: [7666] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:22:20 nixos postgres[7666]: [7666] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:22:39 nixos postgres[7667]: [7667] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:22:39 nixos postgres[7667]: [7667] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:22:39 nixos postgres[7667]: [7667] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:23:00 nixos postgres[7668]: [7668] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:23:00 nixos postgres[7668]: [7668] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:23:00 nixos postgres[7668]: [7668] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:23:20 nixos postgres[7669]: [7669] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:23:20 nixos postgres[7669]: [7669] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:23:20 nixos postgres[7669]: [7669] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:23:39 nixos postgres[7670]: [7670] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:23:39 nixos postgres[7670]: [7670] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:23:39 nixos postgres[7670]: [7670] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:24:00 nixos postgres[7671]: [7671] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:24:00 nixos postgres[7671]: [7671] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:24:00 nixos postgres[7671]: [7671] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:24:20 nixos postgres[7672]: [7672] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:24:20 nixos postgres[7672]: [7672] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:24:20 nixos postgres[7672]: [7672] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:24:39 nixos postgres[7673]: [7673] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:24:39 nixos postgres[7673]: [7673] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:24:39 nixos postgres[7673]: [7673] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:25:00 nixos postgres[7685]: [7685] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:25:00 nixos postgres[7685]: [7685] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:25:00 nixos postgres[7685]: [7685] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:25:20 nixos postgres[7687]: [7687] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:25:20 nixos postgres[7687]: [7687] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:25:20 nixos postgres[7687]: [7687] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:25:39 nixos postgres[7688]: [7688] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:25:39 nixos postgres[7688]: [7688] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:25:39 nixos postgres[7688]: [7688] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:26:00 nixos postgres[7689]: [7689] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:26:00 nixos postgres[7689]: [7689] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:26:00 nixos postgres[7689]: [7689] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:26:20 nixos postgres[7690]: [7690] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:26:20 nixos postgres[7690]: [7690] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:26:20 nixos postgres[7690]: [7690] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:26:39 nixos postgres[7691]: [7691] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:26:39 nixos postgres[7691]: [7691] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:26:39 nixos postgres[7691]: [7691] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:27:00 nixos postgres[7692]: [7692] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:27:00 nixos postgres[7692]: [7692] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:27:00 nixos postgres[7692]: [7692] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:27:20 nixos postgres[7694]: [7694] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:27:20 nixos postgres[7694]: [7694] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:27:20 nixos postgres[7694]: [7694] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:27:39 nixos postgres[7695]: [7695] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:27:39 nixos postgres[7695]: [7695] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:27:39 nixos postgres[7695]: [7695] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:28:00 nixos postgres[7696]: [7696] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:28:00 nixos postgres[7696]: [7696] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:28:00 nixos postgres[7696]: [7696] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:28:20 nixos postgres[7697]: [7697] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:28:20 nixos postgres[7697]: [7697] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:28:20 nixos postgres[7697]: [7697] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:28:39 nixos postgres[7698]: [7698] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:28:39 nixos postgres[7698]: [7698] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:28:39 nixos postgres[7698]: [7698] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:29:00 nixos postgres[7699]: [7699] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:29:00 nixos postgres[7699]: [7699] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:29:00 nixos postgres[7699]: [7699] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:29:20 nixos postgres[7700]: [7700] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:29:20 nixos postgres[7700]: [7700] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:29:20 nixos postgres[7700]: [7700] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:29:39 nixos postgres[7701]: [7701] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:29:39 nixos postgres[7701]: [7701] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:29:39 nixos postgres[7701]: [7701] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:30:00 nixos postgres[7715]: [7715] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:30:00 nixos postgres[7715]: [7715] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:30:00 nixos postgres[7715]: [7715] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:30:20 nixos postgres[7716]: [7716] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:30:20 nixos postgres[7716]: [7716] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:30:20 nixos postgres[7716]: [7716] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:30:40 nixos postgres[7717]: [7717] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:30:40 nixos postgres[7717]: [7717] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:30:40 nixos postgres[7717]: [7717] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:31:00 nixos postgres[7718]: [7718] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:31:00 nixos postgres[7718]: [7718] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:31:00 nixos postgres[7718]: [7718] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:31:20 nixos postgres[7719]: [7719] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:31:20 nixos postgres[7719]: [7719] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:31:20 nixos postgres[7719]: [7719] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:31:40 nixos postgres[7720]: [7720] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:31:40 nixos postgres[7720]: [7720] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:31:40 nixos postgres[7720]: [7720] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:32:00 nixos postgres[7722]: [7722] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:32:00 nixos postgres[7722]: [7722] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:32:00 nixos postgres[7722]: [7722] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:32:20 nixos postgres[7723]: [7723] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:32:20 nixos postgres[7723]: [7723] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:32:20 nixos postgres[7723]: [7723] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:32:40 nixos postgres[7724]: [7724] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:32:40 nixos postgres[7724]: [7724] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:32:40 nixos postgres[7724]: [7724] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:33:00 nixos postgres[7725]: [7725] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:33:00 nixos postgres[7725]: [7725] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:33:00 nixos postgres[7725]: [7725] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:33:20 nixos postgres[7726]: [7726] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:33:20 nixos postgres[7726]: [7726] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:33:20 nixos postgres[7726]: [7726] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:33:40 nixos postgres[7727]: [7727] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:33:40 nixos postgres[7727]: [7727] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:33:40 nixos postgres[7727]: [7727] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:34:00 nixos postgres[7728]: [7728] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:34:00 nixos postgres[7728]: [7728] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:34:00 nixos postgres[7728]: [7728] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:34:20 nixos postgres[7729]: [7729] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:34:20 nixos postgres[7729]: [7729] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:34:20 nixos postgres[7729]: [7729] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:34:40 nixos postgres[7730]: [7730] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:34:40 nixos postgres[7730]: [7730] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:34:40 nixos postgres[7730]: [7730] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:35:00 nixos postgres[7741]: [7741] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:35:00 nixos postgres[7741]: [7741] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:35:00 nixos postgres[7741]: [7741] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:35:20 nixos postgres[7743]: [7743] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:35:20 nixos postgres[7743]: [7743] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:35:20 nixos postgres[7743]: [7743] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:35:40 nixos postgres[7745]: [7745] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:35:40 nixos postgres[7745]: [7745] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:35:40 nixos postgres[7745]: [7745] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:36:00 nixos postgres[7746]: [7746] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:36:00 nixos postgres[7746]: [7746] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:36:00 nixos postgres[7746]: [7746] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:36:20 nixos postgres[7747]: [7747] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:36:20 nixos postgres[7747]: [7747] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:36:20 nixos postgres[7747]: [7747] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:36:40 nixos postgres[7748]: [7748] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:36:40 nixos postgres[7748]: [7748] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:36:40 nixos postgres[7748]: [7748] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:37:00 nixos postgres[7749]: [7749] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:37:00 nixos postgres[7749]: [7749] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:37:00 nixos postgres[7749]: [7749] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:37:20 nixos postgres[7750]: [7750] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:37:20 nixos postgres[7750]: [7750] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:37:20 nixos postgres[7750]: [7750] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:37:40 nixos postgres[7752]: [7752] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:37:40 nixos postgres[7752]: [7752] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:37:40 nixos postgres[7752]: [7752] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:38:00 nixos postgres[7753]: [7753] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:38:00 nixos postgres[7753]: [7753] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:38:00 nixos postgres[7753]: [7753] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:38:20 nixos postgres[7754]: [7754] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:38:20 nixos postgres[7754]: [7754] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:38:20 nixos postgres[7754]: [7754] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:38:40 nixos postgres[7755]: [7755] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:38:40 nixos postgres[7755]: [7755] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:38:40 nixos postgres[7755]: [7755] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:39:00 nixos postgres[7756]: [7756] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:39:00 nixos postgres[7756]: [7756] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:39:00 nixos postgres[7756]: [7756] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:39:20 nixos postgres[7757]: [7757] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:39:20 nixos postgres[7757]: [7757] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:39:20 nixos postgres[7757]: [7757] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:39:40 nixos postgres[7758]: [7758] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:39:40 nixos postgres[7758]: [7758] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:39:40 nixos postgres[7758]: [7758] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:40:00 nixos postgres[7771]: [7771] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:40:00 nixos postgres[7771]: [7771] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:40:00 nixos postgres[7771]: [7771] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:40:20 nixos postgres[7773]: [7773] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:40:20 nixos postgres[7773]: [7773] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:40:20 nixos postgres[7773]: [7773] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:40:40 nixos postgres[7774]: [7774] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:40:40 nixos postgres[7774]: [7774] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:40:40 nixos postgres[7774]: [7774] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:41:00 nixos postgres[7775]: [7775] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:41:00 nixos postgres[7775]: [7775] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:41:00 nixos postgres[7775]: [7775] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:41:20 nixos postgres[7776]: [7776] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:41:20 nixos postgres[7776]: [7776] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:41:20 nixos postgres[7776]: [7776] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:41:40 nixos postgres[7777]: [7777] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:41:40 nixos postgres[7777]: [7777] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:41:40 nixos postgres[7777]: [7777] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:42:00 nixos postgres[7778]: [7778] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:42:00 nixos postgres[7778]: [7778] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:42:00 nixos postgres[7778]: [7778] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:42:20 nixos postgres[7779]: [7779] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:42:20 nixos postgres[7779]: [7779] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:42:20 nixos postgres[7779]: [7779] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:42:40 nixos postgres[7780]: [7780] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:42:40 nixos postgres[7780]: [7780] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:42:40 nixos postgres[7780]: [7780] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:43:00 nixos postgres[7782]: [7782] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:43:00 nixos postgres[7782]: [7782] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:43:00 nixos postgres[7782]: [7782] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:43:20 nixos postgres[7783]: [7783] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:43:20 nixos postgres[7783]: [7783] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:43:20 nixos postgres[7783]: [7783] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:43:40 nixos postgres[7784]: [7784] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:43:40 nixos postgres[7784]: [7784] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:43:40 nixos postgres[7784]: [7784] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:44:00 nixos postgres[7786]: [7786] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:44:00 nixos postgres[7786]: [7786] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:44:00 nixos postgres[7786]: [7786] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:44:20 nixos postgres[7787]: [7787] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:44:20 nixos postgres[7787]: [7787] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:44:20 nixos postgres[7787]: [7787] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:44:40 nixos postgres[7788]: [7788] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:44:40 nixos postgres[7788]: [7788] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:44:40 nixos postgres[7788]: [7788] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:45:00 nixos postgres[7802]: [7802] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:45:00 nixos postgres[7802]: [7802] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:45:00 nixos postgres[7802]: [7802] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:45:20 nixos postgres[7803]: [7803] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:45:20 nixos postgres[7803]: [7803] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:45:20 nixos postgres[7803]: [7803] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:45:40 nixos postgres[7804]: [7804] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:45:40 nixos postgres[7804]: [7804] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:45:40 nixos postgres[7804]: [7804] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:46:00 nixos postgres[7805]: [7805] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:46:00 nixos postgres[7805]: [7805] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:46:00 nixos postgres[7805]: [7805] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:46:20 nixos postgres[7806]: [7806] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:46:20 nixos postgres[7806]: [7806] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:46:20 nixos postgres[7806]: [7806] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:46:40 nixos postgres[7807]: [7807] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:46:40 nixos postgres[7807]: [7807] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:46:40 nixos postgres[7807]: [7807] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:47:00 nixos postgres[7808]: [7808] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:47:00 nixos postgres[7808]: [7808] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:47:00 nixos postgres[7808]: [7808] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:47:20 nixos postgres[7809]: [7809] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:47:20 nixos postgres[7809]: [7809] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:47:20 nixos postgres[7809]: [7809] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:47:40 nixos postgres[7810]: [7810] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:47:40 nixos postgres[7810]: [7810] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:47:40 nixos postgres[7810]: [7810] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:48:00 nixos postgres[7811]: [7811] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:48:00 nixos postgres[7811]: [7811] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:48:00 nixos postgres[7811]: [7811] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:48:20 nixos postgres[7813]: [7813] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:48:20 nixos postgres[7813]: [7813] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:48:20 nixos postgres[7813]: [7813] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:48:40 nixos postgres[7814]: [7814] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:48:40 nixos postgres[7814]: [7814] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:48:40 nixos postgres[7814]: [7814] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:49:00 nixos postgres[7815]: [7815] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:49:00 nixos postgres[7815]: [7815] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:49:00 nixos postgres[7815]: [7815] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:49:20 nixos postgres[7817]: [7817] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:49:20 nixos postgres[7817]: [7817] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:49:20 nixos postgres[7817]: [7817] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:49:40 nixos postgres[7818]: [7818] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:49:40 nixos postgres[7818]: [7818] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:49:40 nixos postgres[7818]: [7818] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:50:00 nixos postgres[7831]: [7831] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:50:00 nixos postgres[7831]: [7831] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:50:00 nixos postgres[7831]: [7831] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:50:20 nixos postgres[7833]: [7833] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:50:20 nixos postgres[7833]: [7833] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:50:20 nixos postgres[7833]: [7833] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:50:40 nixos postgres[7834]: [7834] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:50:40 nixos postgres[7834]: [7834] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:50:40 nixos postgres[7834]: [7834] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:51:00 nixos postgres[7835]: [7835] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:51:00 nixos postgres[7835]: [7835] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:51:00 nixos postgres[7835]: [7835] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:51:20 nixos postgres[7836]: [7836] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:51:20 nixos postgres[7836]: [7836] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:51:20 nixos postgres[7836]: [7836] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:51:40 nixos postgres[7837]: [7837] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:51:40 nixos postgres[7837]: [7837] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:51:40 nixos postgres[7837]: [7837] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:52:00 nixos postgres[7838]: [7838] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:52:00 nixos postgres[7838]: [7838] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:52:00 nixos postgres[7838]: [7838] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:52:20 nixos postgres[7839]: [7839] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:52:20 nixos postgres[7839]: [7839] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:52:20 nixos postgres[7839]: [7839] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:52:40 nixos postgres[7840]: [7840] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:52:40 nixos postgres[7840]: [7840] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:52:40 nixos postgres[7840]: [7840] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:53:00 nixos postgres[7841]: [7841] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:53:00 nixos postgres[7841]: [7841] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:53:00 nixos postgres[7841]: [7841] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:53:20 nixos postgres[7842]: [7842] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:53:20 nixos postgres[7842]: [7842] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:53:20 nixos postgres[7842]: [7842] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:53:40 nixos postgres[7843]: [7843] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:53:40 nixos postgres[7843]: [7843] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:53:40 nixos postgres[7843]: [7843] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:54:00 nixos postgres[7845]: [7845] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:54:00 nixos postgres[7845]: [7845] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:54:00 nixos postgres[7845]: [7845] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:54:20 nixos postgres[7846]: [7846] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:54:20 nixos postgres[7846]: [7846] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:54:20 nixos postgres[7846]: [7846] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:54:40 nixos postgres[7847]: [7847] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:54:40 nixos postgres[7847]: [7847] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:54:40 nixos postgres[7847]: [7847] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:55:00 nixos postgres[7860]: [7860] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:55:00 nixos postgres[7860]: [7860] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:55:00 nixos postgres[7860]: [7860] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:55:20 nixos postgres[7862]: [7862] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:55:20 nixos postgres[7862]: [7862] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:55:20 nixos postgres[7862]: [7862] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:55:40 nixos postgres[7863]: [7863] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:55:40 nixos postgres[7863]: [7863] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:55:40 nixos postgres[7863]: [7863] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:56:00 nixos postgres[7864]: [7864] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:56:00 nixos postgres[7864]: [7864] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:56:00 nixos postgres[7864]: [7864] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:56:20 nixos postgres[7865]: [7865] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:56:20 nixos postgres[7865]: [7865] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:56:20 nixos postgres[7865]: [7865] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:56:40 nixos postgres[7866]: [7866] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:56:40 nixos postgres[7866]: [7866] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:56:40 nixos postgres[7866]: [7866] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:57:00 nixos postgres[7867]: [7867] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:57:00 nixos postgres[7867]: [7867] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:57:00 nixos postgres[7867]: [7867] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:57:20 nixos postgres[7868]: [7868] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:57:20 nixos postgres[7868]: [7868] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:57:20 nixos postgres[7868]: [7868] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:57:40 nixos postgres[7869]: [7869] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:57:40 nixos postgres[7869]: [7869] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:57:40 nixos postgres[7869]: [7869] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:58:00 nixos postgres[7870]: [7870] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:58:00 nixos postgres[7870]: [7870] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:58:00 nixos postgres[7870]: [7870] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:58:20 nixos postgres[7871]: [7871] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:58:20 nixos postgres[7871]: [7871] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:58:20 nixos postgres[7871]: [7871] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:58:40 nixos postgres[7872]: [7872] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:58:40 nixos postgres[7872]: [7872] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:58:40 nixos postgres[7872]: [7872] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:59:00 nixos postgres[7873]: [7873] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 21:59:00 nixos postgres[7873]: [7873] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:59:00 nixos postgres[7873]: [7873] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:59:20 nixos postgres[7875]: [7875] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 21:59:20 nixos postgres[7875]: [7875] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:59:20 nixos postgres[7875]: [7875] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 21:59:40 nixos postgres[7876]: [7876] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 21:59:40 nixos postgres[7876]: [7876] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 21:59:40 nixos postgres[7876]: [7876] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:00:00 nixos postgres[7890]: [7890] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:00:00 nixos postgres[7890]: [7890] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:00:00 nixos postgres[7890]: [7890] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:00:20 nixos postgres[7896]: [7896] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:00:20 nixos postgres[7896]: [7896] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:00:20 nixos postgres[7896]: [7896] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:00:40 nixos postgres[7897]: [7897] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:00:40 nixos postgres[7897]: [7897] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:00:40 nixos postgres[7897]: [7897] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:01:00 nixos postgres[7898]: [7898] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:01:00 nixos postgres[7898]: [7898] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:01:00 nixos postgres[7898]: [7898] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:01:20 nixos postgres[7899]: [7899] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:01:20 nixos postgres[7899]: [7899] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:01:20 nixos postgres[7899]: [7899] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:01:40 nixos postgres[7900]: [7900] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:01:40 nixos postgres[7900]: [7900] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:01:40 nixos postgres[7900]: [7900] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:02:00 nixos postgres[7901]: [7901] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:02:00 nixos postgres[7901]: [7901] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:02:00 nixos postgres[7901]: [7901] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:02:20 nixos postgres[7902]: [7902] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:02:20 nixos postgres[7902]: [7902] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:02:20 nixos postgres[7902]: [7902] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:02:40 nixos postgres[7903]: [7903] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:02:40 nixos postgres[7903]: [7903] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:02:40 nixos postgres[7903]: [7903] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:03:00 nixos postgres[7904]: [7904] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:03:00 nixos postgres[7904]: [7904] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:03:00 nixos postgres[7904]: [7904] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:03:20 nixos postgres[7905]: [7905] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:03:20 nixos postgres[7905]: [7905] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:03:20 nixos postgres[7905]: [7905] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:03:40 nixos postgres[7906]: [7906] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:03:40 nixos postgres[7906]: [7906] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:03:40 nixos postgres[7906]: [7906] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:04:00 nixos postgres[7907]: [7907] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:04:00 nixos postgres[7907]: [7907] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:04:00 nixos postgres[7907]: [7907] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:04:20 nixos postgres[7908]: [7908] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:04:20 nixos postgres[7908]: [7908] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:04:20 nixos postgres[7908]: [7908] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:04:40 nixos postgres[7909]: [7909] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:04:40 nixos postgres[7909]: [7909] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:04:40 nixos postgres[7909]: [7909] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:05:00 nixos postgres[7921]: [7921] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:05:00 nixos postgres[7921]: [7921] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:05:00 nixos postgres[7921]: [7921] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:05:20 nixos postgres[7923]: [7923] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:05:20 nixos postgres[7923]: [7923] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:05:20 nixos postgres[7923]: [7923] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:05:40 nixos postgres[7924]: [7924] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:05:40 nixos postgres[7924]: [7924] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:05:40 nixos postgres[7924]: [7924] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:06:00 nixos postgres[7925]: [7925] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:06:00 nixos postgres[7925]: [7925] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:06:00 nixos postgres[7925]: [7925] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:06:20 nixos postgres[7926]: [7926] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:06:20 nixos postgres[7926]: [7926] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:06:20 nixos postgres[7926]: [7926] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:06:40 nixos postgres[7927]: [7927] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:06:40 nixos postgres[7927]: [7927] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:06:40 nixos postgres[7927]: [7927] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:07:20 nixos postgres[7928]: [7928] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:07:20 nixos postgres[7928]: [7928] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:07:20 nixos postgres[7928]: [7928] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:07:40 nixos postgres[7929]: [7929] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:07:40 nixos postgres[7929]: [7929] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:07:40 nixos postgres[7929]: [7929] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:08:00 nixos postgres[7930]: [7930] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:08:00 nixos postgres[7930]: [7930] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:08:00 nixos postgres[7930]: [7930] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:08:20 nixos postgres[7931]: [7931] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:08:20 nixos postgres[7931]: [7931] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:08:20 nixos postgres[7931]: [7931] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:08:40 nixos postgres[7932]: [7932] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:08:40 nixos postgres[7932]: [7932] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:08:40 nixos postgres[7932]: [7932] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:09:00 nixos postgres[7933]: [7933] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:09:00 nixos postgres[7933]: [7933] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:09:00 nixos postgres[7933]: [7933] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:09:20 nixos postgres[7934]: [7934] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:09:20 nixos postgres[7934]: [7934] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:09:20 nixos postgres[7934]: [7934] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:09:40 nixos postgres[7935]: [7935] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:09:40 nixos postgres[7935]: [7935] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:09:40 nixos postgres[7935]: [7935] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:10:00 nixos postgres[7948]: [7948] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:10:00 nixos postgres[7948]: [7948] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:10:00 nixos postgres[7948]: [7948] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:10:20 nixos postgres[7951]: [7951] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:10:20 nixos postgres[7951]: [7951] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:10:20 nixos postgres[7951]: [7951] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:10:40 nixos postgres[7952]: [7952] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:10:40 nixos postgres[7952]: [7952] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:10:40 nixos postgres[7952]: [7952] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:11:00 nixos postgres[7953]: [7953] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:11:00 nixos postgres[7953]: [7953] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:11:00 nixos postgres[7953]: [7953] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:11:20 nixos postgres[7954]: [7954] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:11:20 nixos postgres[7954]: [7954] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:11:20 nixos postgres[7954]: [7954] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:11:40 nixos postgres[7955]: [7955] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:11:40 nixos postgres[7955]: [7955] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:11:40 nixos postgres[7955]: [7955] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:12:00 nixos postgres[7956]: [7956] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:12:00 nixos postgres[7956]: [7956] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:12:00 nixos postgres[7956]: [7956] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:12:20 nixos postgres[7957]: [7957] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:12:20 nixos postgres[7957]: [7957] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:12:20 nixos postgres[7957]: [7957] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:12:40 nixos postgres[7958]: [7958] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:12:40 nixos postgres[7958]: [7958] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:12:40 nixos postgres[7958]: [7958] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:13:00 nixos postgres[7959]: [7959] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:13:00 nixos postgres[7959]: [7959] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:13:00 nixos postgres[7959]: [7959] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:13:20 nixos postgres[7960]: [7960] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:13:20 nixos postgres[7960]: [7960] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:13:20 nixos postgres[7960]: [7960] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:13:40 nixos postgres[7961]: [7961] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:13:40 nixos postgres[7961]: [7961] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:13:40 nixos postgres[7961]: [7961] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:14:00 nixos postgres[7962]: [7962] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:14:00 nixos postgres[7962]: [7962] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:14:00 nixos postgres[7962]: [7962] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:14:20 nixos postgres[7963]: [7963] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:14:20 nixos postgres[7963]: [7963] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:14:20 nixos postgres[7963]: [7963] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:14:40 nixos postgres[7964]: [7964] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:14:40 nixos postgres[7964]: [7964] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:14:40 nixos postgres[7964]: [7964] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:15:00 nixos postgres[7976]: [7976] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:15:00 nixos postgres[7976]: [7976] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:15:00 nixos postgres[7976]: [7976] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:15:20 nixos postgres[7977]: [7977] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:15:20 nixos postgres[7977]: [7977] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:15:20 nixos postgres[7977]: [7977] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:15:40 nixos postgres[7978]: [7978] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:15:40 nixos postgres[7978]: [7978] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:15:40 nixos postgres[7978]: [7978] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:16:00 nixos postgres[7980]: [7980] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:16:00 nixos postgres[7980]: [7980] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:16:00 nixos postgres[7980]: [7980] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:16:20 nixos postgres[7982]: [7982] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:16:20 nixos postgres[7982]: [7982] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:16:20 nixos postgres[7982]: [7982] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:16:40 nixos postgres[7983]: [7983] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:16:40 nixos postgres[7983]: [7983] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:16:40 nixos postgres[7983]: [7983] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:17:00 nixos postgres[7984]: [7984] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:17:00 nixos postgres[7984]: [7984] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:17:00 nixos postgres[7984]: [7984] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:17:20 nixos postgres[7985]: [7985] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:17:20 nixos postgres[7985]: [7985] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:17:20 nixos postgres[7985]: [7985] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:17:40 nixos postgres[7986]: [7986] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:17:40 nixos postgres[7986]: [7986] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:17:40 nixos postgres[7986]: [7986] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:18:00 nixos postgres[7987]: [7987] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:18:00 nixos postgres[7987]: [7987] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:18:00 nixos postgres[7987]: [7987] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:18:20 nixos postgres[7988]: [7988] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:18:20 nixos postgres[7988]: [7988] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:18:20 nixos postgres[7988]: [7988] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:18:40 nixos postgres[7989]: [7989] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:18:40 nixos postgres[7989]: [7989] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:18:40 nixos postgres[7989]: [7989] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:19:00 nixos postgres[7990]: [7990] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:19:00 nixos postgres[7990]: [7990] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:19:00 nixos postgres[7990]: [7990] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:19:20 nixos postgres[7991]: [7991] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:19:20 nixos postgres[7991]: [7991] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:19:20 nixos postgres[7991]: [7991] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:19:40 nixos postgres[7992]: [7992] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:19:40 nixos postgres[7992]: [7992] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:19:40 nixos postgres[7992]: [7992] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:20:00 nixos postgres[8005]: [8005] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:20:00 nixos postgres[8005]: [8005] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:20:00 nixos postgres[8005]: [8005] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:20:21 nixos postgres[8007]: [8007] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:20:21 nixos postgres[8007]: [8007] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:20:21 nixos postgres[8007]: [8007] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:20:40 nixos postgres[8008]: [8008] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:20:40 nixos postgres[8008]: [8008] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:20:40 nixos postgres[8008]: [8008] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:21:01 nixos postgres[8009]: [8009] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:21:01 nixos postgres[8009]: [8009] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:21:01 nixos postgres[8009]: [8009] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:21:21 nixos postgres[8011]: [8011] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:21:21 nixos postgres[8011]: [8011] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:21:21 nixos postgres[8011]: [8011] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:21:40 nixos postgres[8012]: [8012] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:21:40 nixos postgres[8012]: [8012] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:21:40 nixos postgres[8012]: [8012] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:22:01 nixos postgres[8013]: [8013] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:22:01 nixos postgres[8013]: [8013] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:22:01 nixos postgres[8013]: [8013] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:22:21 nixos postgres[8014]: [8014] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:22:21 nixos postgres[8014]: [8014] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:22:21 nixos postgres[8014]: [8014] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:22:40 nixos postgres[8015]: [8015] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:22:40 nixos postgres[8015]: [8015] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:22:40 nixos postgres[8015]: [8015] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:23:01 nixos postgres[8016]: [8016] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:23:01 nixos postgres[8016]: [8016] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:23:01 nixos postgres[8016]: [8016] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:23:21 nixos postgres[8017]: [8017] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:23:21 nixos postgres[8017]: [8017] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:23:21 nixos postgres[8017]: [8017] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:23:41 nixos postgres[8018]: [8018] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:23:41 nixos postgres[8018]: [8018] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:23:41 nixos postgres[8018]: [8018] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:24:01 nixos postgres[8020]: [8020] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:24:01 nixos postgres[8020]: [8020] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:24:01 nixos postgres[8020]: [8020] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:24:21 nixos postgres[8021]: [8021] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:24:21 nixos postgres[8021]: [8021] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:24:21 nixos postgres[8021]: [8021] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:24:41 nixos postgres[8022]: [8022] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:24:41 nixos postgres[8022]: [8022] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:24:41 nixos postgres[8022]: [8022] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:25:01 nixos postgres[8035]: [8035] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:25:01 nixos postgres[8035]: [8035] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:25:01 nixos postgres[8035]: [8035] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:25:21 nixos postgres[8037]: [8037] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:25:21 nixos postgres[8037]: [8037] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:25:21 nixos postgres[8037]: [8037] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:25:41 nixos postgres[8038]: [8038] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:25:41 nixos postgres[8038]: [8038] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:25:41 nixos postgres[8038]: [8038] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:26:01 nixos postgres[8039]: [8039] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:26:01 nixos postgres[8039]: [8039] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:26:01 nixos postgres[8039]: [8039] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:26:21 nixos postgres[8040]: [8040] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:26:21 nixos postgres[8040]: [8040] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:26:21 nixos postgres[8040]: [8040] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:26:41 nixos postgres[8042]: [8042] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:26:41 nixos postgres[8042]: [8042] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:26:41 nixos postgres[8042]: [8042] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:27:01 nixos postgres[8043]: [8043] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:27:01 nixos postgres[8043]: [8043] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:27:01 nixos postgres[8043]: [8043] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:27:21 nixos postgres[8044]: [8044] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:27:21 nixos postgres[8044]: [8044] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:27:21 nixos postgres[8044]: [8044] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:27:41 nixos postgres[8045]: [8045] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:27:41 nixos postgres[8045]: [8045] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:27:41 nixos postgres[8045]: [8045] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:28:01 nixos postgres[8046]: [8046] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:28:01 nixos postgres[8046]: [8046] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:28:01 nixos postgres[8046]: [8046] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:28:21 nixos postgres[8047]: [8047] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:28:21 nixos postgres[8047]: [8047] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:28:21 nixos postgres[8047]: [8047] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:28:41 nixos postgres[8048]: [8048] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:28:41 nixos postgres[8048]: [8048] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:28:41 nixos postgres[8048]: [8048] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:29:01 nixos postgres[8050]: [8050] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:29:01 nixos postgres[8050]: [8050] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:29:01 nixos postgres[8050]: [8050] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:29:21 nixos postgres[8051]: [8051] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:29:21 nixos postgres[8051]: [8051] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:29:21 nixos postgres[8051]: [8051] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:29:41 nixos postgres[8052]: [8052] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:29:41 nixos postgres[8052]: [8052] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:29:41 nixos postgres[8052]: [8052] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:30:01 nixos postgres[8066]: [8066] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:30:01 nixos postgres[8066]: [8066] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:30:01 nixos postgres[8066]: [8066] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:30:21 nixos postgres[8067]: [8067] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:30:21 nixos postgres[8067]: [8067] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:30:21 nixos postgres[8067]: [8067] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:30:41 nixos postgres[8068]: [8068] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:30:41 nixos postgres[8068]: [8068] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:30:41 nixos postgres[8068]: [8068] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:31:01 nixos postgres[8069]: [8069] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:31:01 nixos postgres[8069]: [8069] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:31:01 nixos postgres[8069]: [8069] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:31:21 nixos postgres[8070]: [8070] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:31:21 nixos postgres[8070]: [8070] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:31:21 nixos postgres[8070]: [8070] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:31:41 nixos postgres[8071]: [8071] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:31:41 nixos postgres[8071]: [8071] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:31:41 nixos postgres[8071]: [8071] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:32:01 nixos postgres[8073]: [8073] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:32:01 nixos postgres[8073]: [8073] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:32:01 nixos postgres[8073]: [8073] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:32:21 nixos postgres[8074]: [8074] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:32:21 nixos postgres[8074]: [8074] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:32:21 nixos postgres[8074]: [8074] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:32:41 nixos postgres[8075]: [8075] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:32:41 nixos postgres[8075]: [8075] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:32:41 nixos postgres[8075]: [8075] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:33:01 nixos postgres[8076]: [8076] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:33:01 nixos postgres[8076]: [8076] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:33:01 nixos postgres[8076]: [8076] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:33:21 nixos postgres[8077]: [8077] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:33:21 nixos postgres[8077]: [8077] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:33:21 nixos postgres[8077]: [8077] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:33:41 nixos postgres[8078]: [8078] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:33:41 nixos postgres[8078]: [8078] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:33:41 nixos postgres[8078]: [8078] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:34:01 nixos postgres[8079]: [8079] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:34:01 nixos postgres[8079]: [8079] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:34:01 nixos postgres[8079]: [8079] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:34:21 nixos postgres[8080]: [8080] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:34:21 nixos postgres[8080]: [8080] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:34:21 nixos postgres[8080]: [8080] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:34:41 nixos postgres[8081]: [8081] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:34:41 nixos postgres[8081]: [8081] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:34:41 nixos postgres[8081]: [8081] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:35:01 nixos postgres[8094]: [8094] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:35:01 nixos postgres[8094]: [8094] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:35:01 nixos postgres[8094]: [8094] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:35:21 nixos postgres[8096]: [8096] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:35:21 nixos postgres[8096]: [8096] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:35:21 nixos postgres[8096]: [8096] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:35:41 nixos postgres[8097]: [8097] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:35:41 nixos postgres[8097]: [8097] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:35:41 nixos postgres[8097]: [8097] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:36:01 nixos postgres[8099]: [8099] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:36:01 nixos postgres[8099]: [8099] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:36:01 nixos postgres[8099]: [8099] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:36:21 nixos postgres[8100]: [8100] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:36:21 nixos postgres[8100]: [8100] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:36:21 nixos postgres[8100]: [8100] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:36:41 nixos postgres[8101]: [8101] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:36:41 nixos postgres[8101]: [8101] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:36:41 nixos postgres[8101]: [8101] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:37:01 nixos postgres[8102]: [8102] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:37:01 nixos postgres[8102]: [8102] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:37:01 nixos postgres[8102]: [8102] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:37:21 nixos postgres[8104]: [8104] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:37:21 nixos postgres[8104]: [8104] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:37:21 nixos postgres[8104]: [8104] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:37:41 nixos postgres[8106]: [8106] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:37:41 nixos postgres[8106]: [8106] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:37:41 nixos postgres[8106]: [8106] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:38:01 nixos postgres[8107]: [8107] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:38:01 nixos postgres[8107]: [8107] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:38:01 nixos postgres[8107]: [8107] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:38:21 nixos postgres[8108]: [8108] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:38:21 nixos postgres[8108]: [8108] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:38:21 nixos postgres[8108]: [8108] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:38:41 nixos postgres[8109]: [8109] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:38:41 nixos postgres[8109]: [8109] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:38:41 nixos postgres[8109]: [8109] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:39:01 nixos postgres[8110]: [8110] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:39:01 nixos postgres[8110]: [8110] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:39:01 nixos postgres[8110]: [8110] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:39:21 nixos postgres[8111]: [8111] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:39:21 nixos postgres[8111]: [8111] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:39:21 nixos postgres[8111]: [8111] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:39:41 nixos postgres[8112]: [8112] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:39:41 nixos postgres[8112]: [8112] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:39:41 nixos postgres[8112]: [8112] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:40:01 nixos postgres[8124]: [8124] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:40:01 nixos postgres[8124]: [8124] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:40:01 nixos postgres[8124]: [8124] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:40:21 nixos postgres[8125]: [8125] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:40:21 nixos postgres[8125]: [8125] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:40:21 nixos postgres[8125]: [8125] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:40:41 nixos postgres[8126]: [8126] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:40:41 nixos postgres[8126]: [8126] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:40:41 nixos postgres[8126]: [8126] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:41:01 nixos postgres[8127]: [8127] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:41:01 nixos postgres[8127]: [8127] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:41:01 nixos postgres[8127]: [8127] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:41:21 nixos postgres[8128]: [8128] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:41:21 nixos postgres[8128]: [8128] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:41:21 nixos postgres[8128]: [8128] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:41:41 nixos postgres[8129]: [8129] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:41:41 nixos postgres[8129]: [8129] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:41:41 nixos postgres[8129]: [8129] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:42:01 nixos postgres[8130]: [8130] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:42:01 nixos postgres[8130]: [8130] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:42:01 nixos postgres[8130]: [8130] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:42:21 nixos postgres[8131]: [8131] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:42:21 nixos postgres[8131]: [8131] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:42:21 nixos postgres[8131]: [8131] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:42:41 nixos postgres[8132]: [8132] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:42:41 nixos postgres[8132]: [8132] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:42:41 nixos postgres[8132]: [8132] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:43:01 nixos postgres[8135]: [8135] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:43:01 nixos postgres[8135]: [8135] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:43:01 nixos postgres[8135]: [8135] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:43:21 nixos postgres[8136]: [8136] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:43:21 nixos postgres[8136]: [8136] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:43:21 nixos postgres[8136]: [8136] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:43:41 nixos postgres[8137]: [8137] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:43:41 nixos postgres[8137]: [8137] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:43:41 nixos postgres[8137]: [8137] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:44:01 nixos postgres[8138]: [8138] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:44:01 nixos postgres[8138]: [8138] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:44:01 nixos postgres[8138]: [8138] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:44:21 nixos postgres[8139]: [8139] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:44:21 nixos postgres[8139]: [8139] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:44:21 nixos postgres[8139]: [8139] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:44:41 nixos postgres[8140]: [8140] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:44:41 nixos postgres[8140]: [8140] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:44:41 nixos postgres[8140]: [8140] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:45:01 nixos postgres[8152]: [8152] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:45:01 nixos postgres[8152]: [8152] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:45:01 nixos postgres[8152]: [8152] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:45:21 nixos postgres[8154]: [8154] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:45:21 nixos postgres[8154]: [8154] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:45:21 nixos postgres[8154]: [8154] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:45:41 nixos postgres[8155]: [8155] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:45:41 nixos postgres[8155]: [8155] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:45:41 nixos postgres[8155]: [8155] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:46:01 nixos postgres[8156]: [8156] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:46:01 nixos postgres[8156]: [8156] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:46:01 nixos postgres[8156]: [8156] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:46:21 nixos postgres[8157]: [8157] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:46:21 nixos postgres[8157]: [8157] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:46:21 nixos postgres[8157]: [8157] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:46:41 nixos postgres[8158]: [8158] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:46:41 nixos postgres[8158]: [8158] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:46:41 nixos postgres[8158]: [8158] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:47:01 nixos postgres[8159]: [8159] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:47:01 nixos postgres[8159]: [8159] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:47:01 nixos postgres[8159]: [8159] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:47:21 nixos postgres[8160]: [8160] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:47:21 nixos postgres[8160]: [8160] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:47:21 nixos postgres[8160]: [8160] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:47:41 nixos postgres[8161]: [8161] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:47:41 nixos postgres[8161]: [8161] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:47:41 nixos postgres[8161]: [8161] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:48:01 nixos postgres[8162]: [8162] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:48:01 nixos postgres[8162]: [8162] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:48:01 nixos postgres[8162]: [8162] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:48:21 nixos postgres[8163]: [8163] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:48:21 nixos postgres[8163]: [8163] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:48:21 nixos postgres[8163]: [8163] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:48:41 nixos postgres[8165]: [8165] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:48:41 nixos postgres[8165]: [8165] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:48:41 nixos postgres[8165]: [8165] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:49:01 nixos postgres[8166]: [8166] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:49:01 nixos postgres[8166]: [8166] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:49:01 nixos postgres[8166]: [8166] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:49:21 nixos postgres[8167]: [8167] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:49:21 nixos postgres[8167]: [8167] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:49:21 nixos postgres[8167]: [8167] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:49:41 nixos postgres[8168]: [8168] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:49:41 nixos postgres[8168]: [8168] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:49:41 nixos postgres[8168]: [8168] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:50:01 nixos postgres[8179]: [8179] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:50:01 nixos postgres[8179]: [8179] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:50:01 nixos postgres[8179]: [8179] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:50:21 nixos postgres[8181]: [8181] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:50:21 nixos postgres[8181]: [8181] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:50:21 nixos postgres[8181]: [8181] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:50:41 nixos postgres[8182]: [8182] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:50:41 nixos postgres[8182]: [8182] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:50:41 nixos postgres[8182]: [8182] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:51:01 nixos postgres[8183]: [8183] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:51:01 nixos postgres[8183]: [8183] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:51:01 nixos postgres[8183]: [8183] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:51:21 nixos postgres[8184]: [8184] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:51:21 nixos postgres[8184]: [8184] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:51:21 nixos postgres[8184]: [8184] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:51:41 nixos postgres[8185]: [8185] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:51:41 nixos postgres[8185]: [8185] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:51:41 nixos postgres[8185]: [8185] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:52:01 nixos postgres[8186]: [8186] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:52:01 nixos postgres[8186]: [8186] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:52:01 nixos postgres[8186]: [8186] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:52:21 nixos postgres[8187]: [8187] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:52:21 nixos postgres[8187]: [8187] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:52:21 nixos postgres[8187]: [8187] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:52:41 nixos postgres[8188]: [8188] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:52:41 nixos postgres[8188]: [8188] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:52:41 nixos postgres[8188]: [8188] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:53:01 nixos postgres[8189]: [8189] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:53:01 nixos postgres[8189]: [8189] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:53:01 nixos postgres[8189]: [8189] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:53:21 nixos postgres[8191]: [8191] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:53:21 nixos postgres[8191]: [8191] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:53:21 nixos postgres[8191]: [8191] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:53:41 nixos postgres[8192]: [8192] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:53:41 nixos postgres[8192]: [8192] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:53:41 nixos postgres[8192]: [8192] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:54:01 nixos postgres[8194]: [8194] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:54:01 nixos postgres[8194]: [8194] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:54:01 nixos postgres[8194]: [8194] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:54:21 nixos postgres[8195]: [8195] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:54:21 nixos postgres[8195]: [8195] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:54:21 nixos postgres[8195]: [8195] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:54:41 nixos postgres[8196]: [8196] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:54:41 nixos postgres[8196]: [8196] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:54:41 nixos postgres[8196]: [8196] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:55:01 nixos postgres[8210]: [8210] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:55:01 nixos postgres[8210]: [8210] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:55:01 nixos postgres[8210]: [8210] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:55:21 nixos postgres[8211]: [8211] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:55:21 nixos postgres[8211]: [8211] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:55:21 nixos postgres[8211]: [8211] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:55:41 nixos postgres[8212]: [8212] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:55:41 nixos postgres[8212]: [8212] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:55:41 nixos postgres[8212]: [8212] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:56:01 nixos postgres[8213]: [8213] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:56:01 nixos postgres[8213]: [8213] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:56:01 nixos postgres[8213]: [8213] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:56:21 nixos postgres[8214]: [8214] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:56:21 nixos postgres[8214]: [8214] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:56:21 nixos postgres[8214]: [8214] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:56:41 nixos postgres[8215]: [8215] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:56:41 nixos postgres[8215]: [8215] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:56:41 nixos postgres[8215]: [8215] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:57:01 nixos postgres[8216]: [8216] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:57:01 nixos postgres[8216]: [8216] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:57:01 nixos postgres[8216]: [8216] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:57:21 nixos postgres[8217]: [8217] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:57:21 nixos postgres[8217]: [8217] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:57:21 nixos postgres[8217]: [8217] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:57:41 nixos postgres[8218]: [8218] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:57:41 nixos postgres[8218]: [8218] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:57:41 nixos postgres[8218]: [8218] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:58:01 nixos postgres[8219]: [8219] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:58:01 nixos postgres[8219]: [8219] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:58:01 nixos postgres[8219]: [8219] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:58:21 nixos postgres[8220]: [8220] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:58:21 nixos postgres[8220]: [8220] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:58:21 nixos postgres[8220]: [8220] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:58:41 nixos postgres[8221]: [8221] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:58:41 nixos postgres[8221]: [8221] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:58:41 nixos postgres[8221]: [8221] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:59:01 nixos postgres[8222]: [8222] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 22:59:01 nixos postgres[8222]: [8222] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:59:01 nixos postgres[8222]: [8222] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:59:21 nixos postgres[8224]: [8224] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 22:59:21 nixos postgres[8224]: [8224] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:59:21 nixos postgres[8224]: [8224] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 22:59:41 nixos postgres[8225]: [8225] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 22:59:41 nixos postgres[8225]: [8225] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 22:59:41 nixos postgres[8225]: [8225] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:00:01 nixos postgres[8238]: [8238] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:00:01 nixos postgres[8238]: [8238] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:00:01 nixos postgres[8238]: [8238] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:00:21 nixos postgres[8243]: [8243] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:00:21 nixos postgres[8243]: [8243] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:00:21 nixos postgres[8243]: [8243] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:00:41 nixos postgres[8244]: [8244] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:00:41 nixos postgres[8244]: [8244] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:00:41 nixos postgres[8244]: [8244] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:01:01 nixos postgres[8245]: [8245] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:01:01 nixos postgres[8245]: [8245] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:01:01 nixos postgres[8245]: [8245] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:01:21 nixos postgres[8246]: [8246] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:01:21 nixos postgres[8246]: [8246] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:01:21 nixos postgres[8246]: [8246] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:01:41 nixos postgres[8247]: [8247] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:01:41 nixos postgres[8247]: [8247] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:01:41 nixos postgres[8247]: [8247] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:02:01 nixos postgres[8248]: [8248] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:02:01 nixos postgres[8248]: [8248] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:02:01 nixos postgres[8248]: [8248] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:02:21 nixos postgres[8249]: [8249] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:02:21 nixos postgres[8249]: [8249] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:02:21 nixos postgres[8249]: [8249] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:02:41 nixos postgres[8250]: [8250] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:02:41 nixos postgres[8250]: [8250] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:02:41 nixos postgres[8250]: [8250] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:03:01 nixos postgres[8251]: [8251] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:03:01 nixos postgres[8251]: [8251] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:03:01 nixos postgres[8251]: [8251] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:03:21 nixos postgres[8252]: [8252] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:03:21 nixos postgres[8252]: [8252] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:03:21 nixos postgres[8252]: [8252] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:03:41 nixos postgres[8253]: [8253] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:03:41 nixos postgres[8253]: [8253] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:03:41 nixos postgres[8253]: [8253] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:04:01 nixos postgres[8254]: [8254] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:04:01 nixos postgres[8254]: [8254] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:04:01 nixos postgres[8254]: [8254] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:04:21 nixos postgres[8255]: [8255] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:04:21 nixos postgres[8255]: [8255] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:04:21 nixos postgres[8255]: [8255] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:04:41 nixos postgres[8256]: [8256] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:04:41 nixos postgres[8256]: [8256] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:04:41 nixos postgres[8256]: [8256] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:05:01 nixos postgres[8270]: [8270] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:05:01 nixos postgres[8270]: [8270] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:05:01 nixos postgres[8270]: [8270] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:05:21 nixos postgres[8272]: [8272] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:05:21 nixos postgres[8272]: [8272] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:05:21 nixos postgres[8272]: [8272] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:05:41 nixos postgres[8273]: [8273] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:05:41 nixos postgres[8273]: [8273] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:05:41 nixos postgres[8273]: [8273] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:06:01 nixos postgres[8274]: [8274] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:06:01 nixos postgres[8274]: [8274] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:06:01 nixos postgres[8274]: [8274] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:06:21 nixos postgres[8275]: [8275] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:06:21 nixos postgres[8275]: [8275] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:06:21 nixos postgres[8275]: [8275] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:06:41 nixos postgres[8276]: [8276] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:06:41 nixos postgres[8276]: [8276] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:06:41 nixos postgres[8276]: [8276] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:07:01 nixos postgres[8277]: [8277] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:07:01 nixos postgres[8277]: [8277] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:07:01 nixos postgres[8277]: [8277] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:07:21 nixos postgres[8278]: [8278] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:07:21 nixos postgres[8278]: [8278] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:07:21 nixos postgres[8278]: [8278] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:07:41 nixos postgres[8279]: [8279] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:07:41 nixos postgres[8279]: [8279] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:07:41 nixos postgres[8279]: [8279] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:08:01 nixos postgres[8280]: [8280] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:08:01 nixos postgres[8280]: [8280] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:08:01 nixos postgres[8280]: [8280] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:08:21 nixos postgres[8281]: [8281] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:08:21 nixos postgres[8281]: [8281] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:08:21 nixos postgres[8281]: [8281] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:08:41 nixos postgres[8282]: [8282] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:08:41 nixos postgres[8282]: [8282] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:08:41 nixos postgres[8282]: [8282] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:09:01 nixos postgres[8283]: [8283] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:09:01 nixos postgres[8283]: [8283] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:09:01 nixos postgres[8283]: [8283] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:09:21 nixos postgres[8284]: [8284] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:09:21 nixos postgres[8284]: [8284] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:09:21 nixos postgres[8284]: [8284] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:09:41 nixos postgres[8285]: [8285] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:09:41 nixos postgres[8285]: [8285] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:09:41 nixos postgres[8285]: [8285] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:10:01 nixos postgres[8300]: [8300] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:10:01 nixos postgres[8300]: [8300] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:10:01 nixos postgres[8300]: [8300] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:10:21 nixos postgres[8302]: [8302] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:10:21 nixos postgres[8302]: [8302] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:10:21 nixos postgres[8302]: [8302] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:10:42 nixos postgres[8303]: [8303] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:10:42 nixos postgres[8303]: [8303] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:10:42 nixos postgres[8303]: [8303] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:11:01 nixos postgres[8304]: [8304] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:11:01 nixos postgres[8304]: [8304] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:11:01 nixos postgres[8304]: [8304] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:11:21 nixos postgres[8305]: [8305] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:11:21 nixos postgres[8305]: [8305] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:11:21 nixos postgres[8305]: [8305] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:11:42 nixos postgres[8306]: [8306] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:11:42 nixos postgres[8306]: [8306] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:11:42 nixos postgres[8306]: [8306] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:12:01 nixos postgres[8307]: [8307] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:12:01 nixos postgres[8307]: [8307] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:12:01 nixos postgres[8307]: [8307] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:12:21 nixos postgres[8308]: [8308] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:12:21 nixos postgres[8308]: [8308] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:12:21 nixos postgres[8308]: [8308] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:12:42 nixos postgres[8309]: [8309] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:12:42 nixos postgres[8309]: [8309] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:12:42 nixos postgres[8309]: [8309] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:13:01 nixos postgres[8310]: [8310] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:13:01 nixos postgres[8310]: [8310] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:13:01 nixos postgres[8310]: [8310] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:13:21 nixos postgres[8311]: [8311] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:13:21 nixos postgres[8311]: [8311] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:13:21 nixos postgres[8311]: [8311] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:13:42 nixos postgres[8312]: [8312] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:13:42 nixos postgres[8312]: [8312] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:13:42 nixos postgres[8312]: [8312] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:14:01 nixos postgres[8313]: [8313] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:14:01 nixos postgres[8313]: [8313] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:14:01 nixos postgres[8313]: [8313] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:14:21 nixos postgres[8314]: [8314] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:14:21 nixos postgres[8314]: [8314] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:14:21 nixos postgres[8314]: [8314] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:14:42 nixos postgres[8315]: [8315] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:14:42 nixos postgres[8315]: [8315] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:14:42 nixos postgres[8315]: [8315] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:15:01 nixos postgres[8326]: [8326] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:15:01 nixos postgres[8326]: [8326] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:15:01 nixos postgres[8326]: [8326] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:15:21 nixos postgres[8328]: [8328] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:15:21 nixos postgres[8328]: [8328] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:15:21 nixos postgres[8328]: [8328] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:15:42 nixos postgres[8329]: [8329] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:15:42 nixos postgres[8329]: [8329] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:15:42 nixos postgres[8329]: [8329] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:16:01 nixos postgres[8331]: [8331] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:16:01 nixos postgres[8331]: [8331] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:16:01 nixos postgres[8331]: [8331] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:16:21 nixos postgres[8332]: [8332] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:16:21 nixos postgres[8332]: [8332] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:16:21 nixos postgres[8332]: [8332] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:16:42 nixos postgres[8333]: [8333] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:16:42 nixos postgres[8333]: [8333] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:16:42 nixos postgres[8333]: [8333] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:17:02 nixos postgres[8334]: [8334] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:17:02 nixos postgres[8334]: [8334] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:17:02 nixos postgres[8334]: [8334] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:17:21 nixos postgres[8335]: [8335] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:17:21 nixos postgres[8335]: [8335] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:17:21 nixos postgres[8335]: [8335] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:17:42 nixos postgres[8336]: [8336] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:17:42 nixos postgres[8336]: [8336] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:17:42 nixos postgres[8336]: [8336] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:18:02 nixos postgres[8337]: [8337] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:18:02 nixos postgres[8337]: [8337] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:18:02 nixos postgres[8337]: [8337] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:18:22 nixos postgres[8338]: [8338] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:18:22 nixos postgres[8338]: [8338] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:18:22 nixos postgres[8338]: [8338] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:18:42 nixos postgres[8339]: [8339] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:18:42 nixos postgres[8339]: [8339] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:18:42 nixos postgres[8339]: [8339] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:19:02 nixos postgres[8340]: [8340] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:19:02 nixos postgres[8340]: [8340] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:19:02 nixos postgres[8340]: [8340] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:19:22 nixos postgres[8342]: [8342] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:19:22 nixos postgres[8342]: [8342] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:19:22 nixos postgres[8342]: [8342] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:19:42 nixos postgres[8343]: [8343] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:19:42 nixos postgres[8343]: [8343] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:19:42 nixos postgres[8343]: [8343] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:20:02 nixos postgres[8355]: [8355] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:20:02 nixos postgres[8355]: [8355] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:20:02 nixos postgres[8355]: [8355] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:20:22 nixos postgres[8357]: [8357] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:20:22 nixos postgres[8357]: [8357] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:20:22 nixos postgres[8357]: [8357] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:20:42 nixos postgres[8358]: [8358] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:20:42 nixos postgres[8358]: [8358] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:20:42 nixos postgres[8358]: [8358] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:21:02 nixos postgres[8359]: [8359] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:21:02 nixos postgres[8359]: [8359] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:21:02 nixos postgres[8359]: [8359] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:21:22 nixos postgres[8361]: [8361] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:21:22 nixos postgres[8361]: [8361] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:21:22 nixos postgres[8361]: [8361] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:21:42 nixos postgres[8362]: [8362] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:21:42 nixos postgres[8362]: [8362] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:21:42 nixos postgres[8362]: [8362] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:22:02 nixos postgres[8363]: [8363] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:22:02 nixos postgres[8363]: [8363] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:22:02 nixos postgres[8363]: [8363] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:22:22 nixos postgres[8364]: [8364] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:22:22 nixos postgres[8364]: [8364] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:22:22 nixos postgres[8364]: [8364] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:22:42 nixos postgres[8365]: [8365] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:22:42 nixos postgres[8365]: [8365] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:22:42 nixos postgres[8365]: [8365] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:23:02 nixos postgres[8366]: [8366] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:23:02 nixos postgres[8366]: [8366] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:23:02 nixos postgres[8366]: [8366] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:23:22 nixos postgres[8367]: [8367] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:23:22 nixos postgres[8367]: [8367] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:23:22 nixos postgres[8367]: [8367] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:23:42 nixos postgres[8368]: [8368] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:23:42 nixos postgres[8368]: [8368] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:23:42 nixos postgres[8368]: [8368] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:24:02 nixos postgres[8369]: [8369] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:24:02 nixos postgres[8369]: [8369] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:24:02 nixos postgres[8369]: [8369] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:24:22 nixos postgres[8370]: [8370] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:24:22 nixos postgres[8370]: [8370] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:24:22 nixos postgres[8370]: [8370] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:24:42 nixos postgres[8371]: [8371] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:24:42 nixos postgres[8371]: [8371] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:24:42 nixos postgres[8371]: [8371] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:25:02 nixos postgres[8383]: [8383] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:25:02 nixos postgres[8383]: [8383] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:25:02 nixos postgres[8383]: [8383] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:25:22 nixos postgres[8384]: [8384] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:25:22 nixos postgres[8384]: [8384] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:25:22 nixos postgres[8384]: [8384] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:25:42 nixos postgres[8385]: [8385] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:25:42 nixos postgres[8385]: [8385] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:25:42 nixos postgres[8385]: [8385] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:26:02 nixos postgres[8386]: [8386] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:26:02 nixos postgres[8386]: [8386] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:26:02 nixos postgres[8386]: [8386] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:26:22 nixos postgres[8387]: [8387] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:26:22 nixos postgres[8387]: [8387] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:26:22 nixos postgres[8387]: [8387] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:26:42 nixos postgres[8388]: [8388] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:26:42 nixos postgres[8388]: [8388] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:26:42 nixos postgres[8388]: [8388] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:27:02 nixos postgres[8389]: [8389] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:27:02 nixos postgres[8389]: [8389] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:27:02 nixos postgres[8389]: [8389] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:27:22 nixos postgres[8390]: [8390] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:27:22 nixos postgres[8390]: [8390] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:27:22 nixos postgres[8390]: [8390] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:27:42 nixos postgres[8391]: [8391] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:27:42 nixos postgres[8391]: [8391] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:27:42 nixos postgres[8391]: [8391] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:28:02 nixos postgres[8392]: [8392] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:28:02 nixos postgres[8392]: [8392] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:28:02 nixos postgres[8392]: [8392] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:28:22 nixos postgres[8393]: [8393] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:28:22 nixos postgres[8393]: [8393] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:28:22 nixos postgres[8393]: [8393] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:28:42 nixos postgres[8394]: [8394] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:28:42 nixos postgres[8394]: [8394] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:28:42 nixos postgres[8394]: [8394] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:29:02 nixos postgres[8395]: [8395] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:29:02 nixos postgres[8395]: [8395] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:29:02 nixos postgres[8395]: [8395] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:29:22 nixos postgres[8397]: [8397] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:29:22 nixos postgres[8397]: [8397] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:29:22 nixos postgres[8397]: [8397] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:29:42 nixos postgres[8398]: [8398] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:29:42 nixos postgres[8398]: [8398] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:29:42 nixos postgres[8398]: [8398] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:30:02 nixos postgres[8410]: [8410] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:30:02 nixos postgres[8410]: [8410] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:30:02 nixos postgres[8410]: [8410] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:30:22 nixos postgres[8412]: [8412] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:30:22 nixos postgres[8412]: [8412] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:30:22 nixos postgres[8412]: [8412] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:30:42 nixos postgres[8413]: [8413] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:30:42 nixos postgres[8413]: [8413] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:30:42 nixos postgres[8413]: [8413] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:31:02 nixos postgres[8414]: [8414] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:31:02 nixos postgres[8414]: [8414] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:31:02 nixos postgres[8414]: [8414] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:31:22 nixos postgres[8415]: [8415] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:31:22 nixos postgres[8415]: [8415] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:31:22 nixos postgres[8415]: [8415] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:31:42 nixos postgres[8416]: [8416] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:31:42 nixos postgres[8416]: [8416] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:31:42 nixos postgres[8416]: [8416] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:32:02 nixos postgres[8417]: [8417] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:32:02 nixos postgres[8417]: [8417] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:32:02 nixos postgres[8417]: [8417] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:32:22 nixos postgres[8419]: [8419] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:32:22 nixos postgres[8419]: [8419] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:32:22 nixos postgres[8419]: [8419] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:32:42 nixos postgres[8420]: [8420] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:32:42 nixos postgres[8420]: [8420] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:32:42 nixos postgres[8420]: [8420] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:33:02 nixos postgres[8421]: [8421] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:33:02 nixos postgres[8421]: [8421] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:33:02 nixos postgres[8421]: [8421] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:33:22 nixos postgres[8422]: [8422] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:33:22 nixos postgres[8422]: [8422] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:33:22 nixos postgres[8422]: [8422] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:33:42 nixos postgres[8423]: [8423] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:33:42 nixos postgres[8423]: [8423] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:33:42 nixos postgres[8423]: [8423] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:34:02 nixos postgres[8424]: [8424] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:34:02 nixos postgres[8424]: [8424] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:34:02 nixos postgres[8424]: [8424] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:34:22 nixos postgres[8425]: [8425] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:34:22 nixos postgres[8425]: [8425] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:34:22 nixos postgres[8425]: [8425] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:34:42 nixos postgres[8426]: [8426] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:34:42 nixos postgres[8426]: [8426] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:34:42 nixos postgres[8426]: [8426] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:35:02 nixos postgres[8439]: [8439] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:35:02 nixos postgres[8439]: [8439] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:35:02 nixos postgres[8439]: [8439] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:35:22 nixos postgres[8442]: [8442] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:35:22 nixos postgres[8442]: [8442] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:35:22 nixos postgres[8442]: [8442] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:35:42 nixos postgres[8443]: [8443] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:35:42 nixos postgres[8443]: [8443] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:35:42 nixos postgres[8443]: [8443] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:36:02 nixos postgres[8444]: [8444] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:36:02 nixos postgres[8444]: [8444] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:36:02 nixos postgres[8444]: [8444] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:36:22 nixos postgres[8445]: [8445] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:36:22 nixos postgres[8445]: [8445] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:36:22 nixos postgres[8445]: [8445] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:36:42 nixos postgres[8446]: [8446] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:36:42 nixos postgres[8446]: [8446] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:36:42 nixos postgres[8446]: [8446] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:37:02 nixos postgres[8447]: [8447] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:37:02 nixos postgres[8447]: [8447] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:37:02 nixos postgres[8447]: [8447] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:37:22 nixos postgres[8448]: [8448] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:37:22 nixos postgres[8448]: [8448] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:37:22 nixos postgres[8448]: [8448] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:37:42 nixos postgres[8450]: [8450] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:37:42 nixos postgres[8450]: [8450] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:37:42 nixos postgres[8450]: [8450] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:38:02 nixos postgres[8451]: [8451] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:38:02 nixos postgres[8451]: [8451] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:38:02 nixos postgres[8451]: [8451] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:38:22 nixos postgres[8452]: [8452] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:38:22 nixos postgres[8452]: [8452] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:38:22 nixos postgres[8452]: [8452] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:38:42 nixos postgres[8453]: [8453] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:38:42 nixos postgres[8453]: [8453] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:38:42 nixos postgres[8453]: [8453] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:39:02 nixos postgres[8454]: [8454] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:39:02 nixos postgres[8454]: [8454] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:39:02 nixos postgres[8454]: [8454] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:39:22 nixos postgres[8455]: [8455] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:39:22 nixos postgres[8455]: [8455] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:39:22 nixos postgres[8455]: [8455] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:39:42 nixos postgres[8456]: [8456] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:39:42 nixos postgres[8456]: [8456] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:39:42 nixos postgres[8456]: [8456] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:40:02 nixos postgres[8470]: [8470] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:40:02 nixos postgres[8470]: [8470] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:40:02 nixos postgres[8470]: [8470] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:40:22 nixos postgres[8471]: [8471] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:40:22 nixos postgres[8471]: [8471] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:40:22 nixos postgres[8471]: [8471] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:40:42 nixos postgres[8472]: [8472] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:40:42 nixos postgres[8472]: [8472] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:40:42 nixos postgres[8472]: [8472] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:41:02 nixos postgres[8473]: [8473] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:41:02 nixos postgres[8473]: [8473] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:41:02 nixos postgres[8473]: [8473] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:41:22 nixos postgres[8474]: [8474] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:41:22 nixos postgres[8474]: [8474] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:41:22 nixos postgres[8474]: [8474] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:41:42 nixos postgres[8475]: [8475] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:41:42 nixos postgres[8475]: [8475] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:41:42 nixos postgres[8475]: [8475] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:42:02 nixos postgres[8476]: [8476] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:42:02 nixos postgres[8476]: [8476] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:42:02 nixos postgres[8476]: [8476] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:42:22 nixos postgres[8477]: [8477] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:42:22 nixos postgres[8477]: [8477] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:42:22 nixos postgres[8477]: [8477] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:42:42 nixos postgres[8478]: [8478] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:42:42 nixos postgres[8478]: [8478] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:42:42 nixos postgres[8478]: [8478] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:43:02 nixos postgres[8479]: [8479] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:43:02 nixos postgres[8479]: [8479] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:43:02 nixos postgres[8479]: [8479] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:43:22 nixos postgres[8480]: [8480] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:43:22 nixos postgres[8480]: [8480] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:43:22 nixos postgres[8480]: [8480] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:43:42 nixos postgres[8481]: [8481] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:43:42 nixos postgres[8481]: [8481] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:43:42 nixos postgres[8481]: [8481] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:44:02 nixos postgres[8482]: [8482] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:44:02 nixos postgres[8482]: [8482] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:44:02 nixos postgres[8482]: [8482] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:44:22 nixos postgres[8483]: [8483] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:44:22 nixos postgres[8483]: [8483] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:44:22 nixos postgres[8483]: [8483] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:44:42 nixos postgres[8484]: [8484] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:44:42 nixos postgres[8484]: [8484] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:44:42 nixos postgres[8484]: [8484] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:45:02 nixos postgres[8495]: [8495] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:45:02 nixos postgres[8495]: [8495] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:45:02 nixos postgres[8495]: [8495] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:45:22 nixos postgres[8497]: [8497] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:45:22 nixos postgres[8497]: [8497] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:45:22 nixos postgres[8497]: [8497] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:45:42 nixos postgres[8498]: [8498] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:45:42 nixos postgres[8498]: [8498] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:45:42 nixos postgres[8498]: [8498] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:46:02 nixos postgres[8499]: [8499] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:46:02 nixos postgres[8499]: [8499] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:46:02 nixos postgres[8499]: [8499] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:46:22 nixos postgres[8500]: [8500] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:46:22 nixos postgres[8500]: [8500] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:46:22 nixos postgres[8500]: [8500] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:46:42 nixos postgres[8501]: [8501] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:46:42 nixos postgres[8501]: [8501] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:46:42 nixos postgres[8501]: [8501] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:47:02 nixos postgres[8503]: [8503] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:47:02 nixos postgres[8503]: [8503] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:47:02 nixos postgres[8503]: [8503] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:47:22 nixos postgres[8504]: [8504] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:47:22 nixos postgres[8504]: [8504] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:47:22 nixos postgres[8504]: [8504] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:47:42 nixos postgres[8505]: [8505] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:47:42 nixos postgres[8505]: [8505] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:47:42 nixos postgres[8505]: [8505] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:48:02 nixos postgres[8506]: [8506] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:48:02 nixos postgres[8506]: [8506] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:48:02 nixos postgres[8506]: [8506] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:48:22 nixos postgres[8507]: [8507] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:48:22 nixos postgres[8507]: [8507] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:48:22 nixos postgres[8507]: [8507] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:48:42 nixos postgres[8509]: [8509] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:48:42 nixos postgres[8509]: [8509] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:48:42 nixos postgres[8509]: [8509] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:49:02 nixos postgres[8510]: [8510] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:49:02 nixos postgres[8510]: [8510] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:49:02 nixos postgres[8510]: [8510] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:49:22 nixos postgres[8511]: [8511] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:49:22 nixos postgres[8511]: [8511] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:49:22 nixos postgres[8511]: [8511] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:49:42 nixos postgres[8512]: [8512] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:49:42 nixos postgres[8512]: [8512] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:49:42 nixos postgres[8512]: [8512] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:50:02 nixos postgres[8525]: [8525] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:50:02 nixos postgres[8525]: [8525] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:50:02 nixos postgres[8525]: [8525] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:50:22 nixos postgres[8527]: [8527] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:50:22 nixos postgres[8527]: [8527] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:50:22 nixos postgres[8527]: [8527] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:50:42 nixos postgres[8528]: [8528] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:50:42 nixos postgres[8528]: [8528] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:50:42 nixos postgres[8528]: [8528] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:51:02 nixos postgres[8529]: [8529] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:51:02 nixos postgres[8529]: [8529] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:51:02 nixos postgres[8529]: [8529] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:51:22 nixos postgres[8530]: [8530] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:51:22 nixos postgres[8530]: [8530] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:51:22 nixos postgres[8530]: [8530] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:51:42 nixos postgres[8531]: [8531] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:51:42 nixos postgres[8531]: [8531] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:51:42 nixos postgres[8531]: [8531] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:52:02 nixos postgres[8532]: [8532] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:52:02 nixos postgres[8532]: [8532] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:52:02 nixos postgres[8532]: [8532] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:52:22 nixos postgres[8533]: [8533] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:52:22 nixos postgres[8533]: [8533] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:52:22 nixos postgres[8533]: [8533] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:52:42 nixos postgres[8534]: [8534] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:52:42 nixos postgres[8534]: [8534] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:52:42 nixos postgres[8534]: [8534] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:53:02 nixos postgres[8535]: [8535] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:53:02 nixos postgres[8535]: [8535] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:53:02 nixos postgres[8535]: [8535] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:53:22 nixos postgres[8536]: [8536] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:53:22 nixos postgres[8536]: [8536] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:53:22 nixos postgres[8536]: [8536] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:53:42 nixos postgres[8537]: [8537] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:53:42 nixos postgres[8537]: [8537] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:53:42 nixos postgres[8537]: [8537] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:54:02 nixos postgres[8539]: [8539] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:54:02 nixos postgres[8539]: [8539] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:54:02 nixos postgres[8539]: [8539] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:54:22 nixos postgres[8540]: [8540] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:54:22 nixos postgres[8540]: [8540] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:54:22 nixos postgres[8540]: [8540] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:54:42 nixos postgres[8541]: [8541] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:54:42 nixos postgres[8541]: [8541] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:54:42 nixos postgres[8541]: [8541] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:55:02 nixos postgres[8555]: [8555] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:55:02 nixos postgres[8555]: [8555] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:55:02 nixos postgres[8555]: [8555] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:55:22 nixos postgres[8556]: [8556] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:55:22 nixos postgres[8556]: [8556] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:55:22 nixos postgres[8556]: [8556] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:55:42 nixos postgres[8557]: [8557] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:55:42 nixos postgres[8557]: [8557] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:55:42 nixos postgres[8557]: [8557] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:56:02 nixos postgres[8558]: [8558] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:56:02 nixos postgres[8558]: [8558] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:56:02 nixos postgres[8558]: [8558] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:56:22 nixos postgres[8559]: [8559] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:56:22 nixos postgres[8559]: [8559] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:56:22 nixos postgres[8559]: [8559] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:56:42 nixos postgres[8560]: [8560] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:56:42 nixos postgres[8560]: [8560] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:56:42 nixos postgres[8560]: [8560] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:57:02 nixos postgres[8561]: [8561] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:57:02 nixos postgres[8561]: [8561] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:57:02 nixos postgres[8561]: [8561] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:57:22 nixos postgres[8562]: [8562] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:57:22 nixos postgres[8562]: [8562] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:57:22 nixos postgres[8562]: [8562] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:57:42 nixos postgres[8563]: [8563] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:57:42 nixos postgres[8563]: [8563] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:57:42 nixos postgres[8563]: [8563] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:58:02 nixos postgres[8564]: [8564] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:58:02 nixos postgres[8564]: [8564] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:58:02 nixos postgres[8564]: [8564] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:58:22 nixos postgres[8565]: [8565] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:58:22 nixos postgres[8565]: [8565] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:58:22 nixos postgres[8565]: [8565] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:58:42 nixos postgres[8566]: [8566] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:58:42 nixos postgres[8566]: [8566] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:58:42 nixos postgres[8566]: [8566] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:59:02 nixos postgres[8567]: [8567] WARNING: database "atuin" has a collation version mismatch | |
| Dec 13 23:59:02 nixos postgres[8567]: [8567] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:59:02 nixos postgres[8567]: [8567] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:59:22 nixos postgres[8568]: [8568] WARNING: database "template1" has a collation version mismatch | |
| Dec 13 23:59:22 nixos postgres[8568]: [8568] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:59:22 nixos postgres[8568]: [8568] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 13 23:59:42 nixos postgres[8570]: [8570] WARNING: database "postgres" has a collation version mismatch | |
| Dec 13 23:59:42 nixos postgres[8570]: [8570] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 13 23:59:42 nixos postgres[8570]: [8570] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:00:02 nixos postgres[8587]: [8587] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:00:02 nixos postgres[8587]: [8587] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:00:02 nixos postgres[8587]: [8587] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:00:22 nixos postgres[8589]: [8589] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:00:22 nixos postgres[8589]: [8589] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:00:22 nixos postgres[8589]: [8589] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:00:42 nixos postgres[8590]: [8590] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:00:42 nixos postgres[8590]: [8590] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:00:42 nixos postgres[8590]: [8590] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:01:02 nixos postgres[8591]: [8591] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:01:02 nixos postgres[8591]: [8591] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:01:02 nixos postgres[8591]: [8591] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:01:22 nixos postgres[8592]: [8592] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:01:22 nixos postgres[8592]: [8592] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:01:22 nixos postgres[8592]: [8592] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:01:42 nixos postgres[8593]: [8593] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:01:42 nixos postgres[8593]: [8593] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:01:42 nixos postgres[8593]: [8593] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:02:02 nixos postgres[8594]: [8594] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:02:02 nixos postgres[8594]: [8594] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:02:02 nixos postgres[8594]: [8594] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:02:22 nixos postgres[8595]: [8595] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:02:22 nixos postgres[8595]: [8595] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:02:22 nixos postgres[8595]: [8595] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:02:42 nixos postgres[8596]: [8596] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:02:42 nixos postgres[8596]: [8596] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:02:42 nixos postgres[8596]: [8596] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:03:02 nixos postgres[8597]: [8597] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:03:02 nixos postgres[8597]: [8597] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:03:02 nixos postgres[8597]: [8597] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:03:22 nixos postgres[8598]: [8598] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:03:22 nixos postgres[8598]: [8598] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:03:22 nixos postgres[8598]: [8598] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:03:43 nixos postgres[8599]: [8599] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:03:43 nixos postgres[8599]: [8599] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:03:43 nixos postgres[8599]: [8599] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:04:02 nixos postgres[8600]: [8600] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:04:02 nixos postgres[8600]: [8600] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:04:02 nixos postgres[8600]: [8600] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:04:22 nixos postgres[8601]: [8601] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:04:22 nixos postgres[8601]: [8601] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:04:22 nixos postgres[8601]: [8601] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:04:43 nixos postgres[8602]: [8602] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:04:43 nixos postgres[8602]: [8602] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:04:43 nixos postgres[8602]: [8602] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:05:02 nixos postgres[8617]: [8617] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:05:02 nixos postgres[8617]: [8617] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:05:02 nixos postgres[8617]: [8617] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:05:22 nixos postgres[8619]: [8619] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:05:22 nixos postgres[8619]: [8619] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:05:22 nixos postgres[8619]: [8619] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:05:43 nixos postgres[8620]: [8620] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:05:43 nixos postgres[8620]: [8620] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:05:43 nixos postgres[8620]: [8620] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:06:02 nixos postgres[8621]: [8621] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:06:02 nixos postgres[8621]: [8621] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:06:02 nixos postgres[8621]: [8621] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:06:22 nixos postgres[8622]: [8622] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:06:22 nixos postgres[8622]: [8622] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:06:22 nixos postgres[8622]: [8622] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:06:43 nixos postgres[8623]: [8623] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:06:43 nixos postgres[8623]: [8623] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:06:43 nixos postgres[8623]: [8623] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:07:02 nixos postgres[8624]: [8624] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:07:02 nixos postgres[8624]: [8624] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:07:02 nixos postgres[8624]: [8624] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:07:23 nixos postgres[8625]: [8625] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:07:23 nixos postgres[8625]: [8625] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:07:23 nixos postgres[8625]: [8625] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:07:43 nixos postgres[8626]: [8626] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:07:43 nixos postgres[8626]: [8626] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:07:43 nixos postgres[8626]: [8626] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:08:02 nixos postgres[8627]: [8627] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:08:02 nixos postgres[8627]: [8627] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:08:02 nixos postgres[8627]: [8627] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:08:23 nixos postgres[8628]: [8628] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:08:23 nixos postgres[8628]: [8628] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:08:23 nixos postgres[8628]: [8628] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:08:43 nixos postgres[8629]: [8629] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:08:43 nixos postgres[8629]: [8629] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:08:43 nixos postgres[8629]: [8629] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:09:02 nixos postgres[8630]: [8630] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:09:02 nixos postgres[8630]: [8630] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:09:02 nixos postgres[8630]: [8630] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:09:23 nixos postgres[8631]: [8631] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:09:23 nixos postgres[8631]: [8631] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:09:23 nixos postgres[8631]: [8631] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:09:43 nixos postgres[8632]: [8632] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:09:43 nixos postgres[8632]: [8632] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:09:43 nixos postgres[8632]: [8632] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:10:02 nixos postgres[8644]: [8644] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:10:02 nixos postgres[8644]: [8644] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:10:02 nixos postgres[8644]: [8644] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:10:23 nixos postgres[8646]: [8646] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:10:23 nixos postgres[8646]: [8646] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:10:23 nixos postgres[8646]: [8646] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:10:43 nixos postgres[8648]: [8648] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:10:43 nixos postgres[8648]: [8648] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:10:43 nixos postgres[8648]: [8648] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:11:02 nixos postgres[8649]: [8649] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:11:02 nixos postgres[8649]: [8649] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:11:02 nixos postgres[8649]: [8649] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:11:23 nixos postgres[8650]: [8650] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:11:23 nixos postgres[8650]: [8650] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:11:23 nixos postgres[8650]: [8650] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:11:43 nixos postgres[8651]: [8651] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:11:43 nixos postgres[8651]: [8651] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:11:43 nixos postgres[8651]: [8651] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:12:02 nixos postgres[8652]: [8652] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:12:02 nixos postgres[8652]: [8652] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:12:02 nixos postgres[8652]: [8652] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:12:23 nixos postgres[8653]: [8653] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:12:23 nixos postgres[8653]: [8653] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:12:23 nixos postgres[8653]: [8653] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:12:43 nixos postgres[8654]: [8654] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:12:43 nixos postgres[8654]: [8654] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:12:43 nixos postgres[8654]: [8654] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:13:02 nixos postgres[8655]: [8655] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:13:02 nixos postgres[8655]: [8655] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:13:02 nixos postgres[8655]: [8655] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:13:23 nixos postgres[8656]: [8656] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:13:23 nixos postgres[8656]: [8656] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:13:23 nixos postgres[8656]: [8656] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:13:43 nixos postgres[8657]: [8657] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:13:43 nixos postgres[8657]: [8657] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:13:43 nixos postgres[8657]: [8657] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:14:02 nixos postgres[8658]: [8658] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:14:02 nixos postgres[8658]: [8658] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:14:02 nixos postgres[8658]: [8658] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:14:23 nixos postgres[8659]: [8659] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:14:23 nixos postgres[8659]: [8659] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:14:23 nixos postgres[8659]: [8659] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:14:43 nixos postgres[8660]: [8660] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:14:43 nixos postgres[8660]: [8660] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:14:43 nixos postgres[8660]: [8660] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:15:03 nixos postgres[8673]: [8673] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:15:03 nixos postgres[8673]: [8673] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:15:03 nixos postgres[8673]: [8673] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:15:23 nixos postgres[8675]: [8675] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:15:23 nixos postgres[8675]: [8675] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:15:23 nixos postgres[8675]: [8675] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:15:43 nixos postgres[8676]: [8676] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:15:43 nixos postgres[8676]: [8676] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:15:43 nixos postgres[8676]: [8676] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:16:03 nixos postgres[8678]: [8678] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:16:03 nixos postgres[8678]: [8678] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:16:03 nixos postgres[8678]: [8678] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:16:23 nixos postgres[8679]: [8679] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:16:23 nixos postgres[8679]: [8679] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:16:23 nixos postgres[8679]: [8679] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:16:43 nixos postgres[8680]: [8680] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:16:43 nixos postgres[8680]: [8680] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:16:43 nixos postgres[8680]: [8680] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:17:03 nixos postgres[8681]: [8681] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:17:03 nixos postgres[8681]: [8681] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:17:03 nixos postgres[8681]: [8681] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:17:23 nixos postgres[8682]: [8682] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:17:23 nixos postgres[8682]: [8682] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:17:23 nixos postgres[8682]: [8682] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:17:43 nixos postgres[8683]: [8683] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:17:43 nixos postgres[8683]: [8683] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:17:43 nixos postgres[8683]: [8683] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:18:03 nixos postgres[8684]: [8684] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:18:03 nixos postgres[8684]: [8684] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:18:03 nixos postgres[8684]: [8684] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:18:23 nixos postgres[8685]: [8685] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:18:23 nixos postgres[8685]: [8685] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:18:23 nixos postgres[8685]: [8685] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:18:43 nixos postgres[8686]: [8686] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:18:43 nixos postgres[8686]: [8686] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:18:43 nixos postgres[8686]: [8686] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:19:03 nixos postgres[8687]: [8687] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:19:03 nixos postgres[8687]: [8687] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:19:03 nixos postgres[8687]: [8687] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:19:23 nixos postgres[8688]: [8688] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:19:23 nixos postgres[8688]: [8688] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:19:23 nixos postgres[8688]: [8688] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:19:43 nixos postgres[8689]: [8689] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:19:43 nixos postgres[8689]: [8689] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:19:43 nixos postgres[8689]: [8689] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:20:03 nixos postgres[8702]: [8702] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:20:03 nixos postgres[8702]: [8702] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:20:03 nixos postgres[8702]: [8702] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:20:23 nixos postgres[8703]: [8703] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:20:23 nixos postgres[8703]: [8703] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:20:23 nixos postgres[8703]: [8703] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:20:43 nixos postgres[8704]: [8704] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:20:43 nixos postgres[8704]: [8704] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:20:43 nixos postgres[8704]: [8704] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:21:03 nixos postgres[8705]: [8705] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:21:03 nixos postgres[8705]: [8705] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:21:03 nixos postgres[8705]: [8705] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:21:23 nixos postgres[8706]: [8706] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:21:23 nixos postgres[8706]: [8706] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:21:23 nixos postgres[8706]: [8706] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:21:43 nixos postgres[8707]: [8707] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:21:43 nixos postgres[8707]: [8707] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:21:43 nixos postgres[8707]: [8707] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:22:03 nixos postgres[8708]: [8708] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:22:03 nixos postgres[8708]: [8708] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:22:03 nixos postgres[8708]: [8708] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:22:23 nixos postgres[8709]: [8709] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:22:23 nixos postgres[8709]: [8709] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:22:23 nixos postgres[8709]: [8709] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:22:43 nixos postgres[8710]: [8710] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:22:43 nixos postgres[8710]: [8710] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:22:43 nixos postgres[8710]: [8710] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:23:03 nixos postgres[8711]: [8711] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:23:03 nixos postgres[8711]: [8711] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:23:03 nixos postgres[8711]: [8711] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:23:23 nixos postgres[8712]: [8712] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:23:23 nixos postgres[8712]: [8712] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:23:23 nixos postgres[8712]: [8712] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:23:43 nixos postgres[8713]: [8713] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:23:43 nixos postgres[8713]: [8713] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:23:43 nixos postgres[8713]: [8713] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:24:03 nixos postgres[8714]: [8714] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:24:03 nixos postgres[8714]: [8714] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:24:03 nixos postgres[8714]: [8714] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:24:23 nixos postgres[8715]: [8715] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:24:23 nixos postgres[8715]: [8715] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:24:23 nixos postgres[8715]: [8715] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:24:43 nixos postgres[8716]: [8716] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:24:43 nixos postgres[8716]: [8716] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:24:43 nixos postgres[8716]: [8716] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:25:03 nixos postgres[8730]: [8730] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:25:03 nixos postgres[8730]: [8730] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:25:03 nixos postgres[8730]: [8730] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:25:23 nixos postgres[8732]: [8732] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:25:23 nixos postgres[8732]: [8732] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:25:23 nixos postgres[8732]: [8732] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:25:43 nixos postgres[8733]: [8733] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:25:43 nixos postgres[8733]: [8733] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:25:43 nixos postgres[8733]: [8733] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:26:03 nixos postgres[8734]: [8734] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:26:03 nixos postgres[8734]: [8734] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:26:03 nixos postgres[8734]: [8734] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:26:23 nixos postgres[8735]: [8735] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:26:23 nixos postgres[8735]: [8735] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:26:23 nixos postgres[8735]: [8735] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:26:43 nixos postgres[8736]: [8736] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:26:43 nixos postgres[8736]: [8736] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:26:43 nixos postgres[8736]: [8736] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:27:03 nixos postgres[8737]: [8737] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:27:03 nixos postgres[8737]: [8737] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:27:03 nixos postgres[8737]: [8737] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:27:23 nixos postgres[8738]: [8738] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:27:23 nixos postgres[8738]: [8738] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:27:23 nixos postgres[8738]: [8738] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:27:43 nixos postgres[8739]: [8739] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:27:43 nixos postgres[8739]: [8739] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:27:43 nixos postgres[8739]: [8739] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:28:03 nixos postgres[8740]: [8740] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:28:03 nixos postgres[8740]: [8740] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:28:03 nixos postgres[8740]: [8740] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:28:23 nixos postgres[8741]: [8741] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:28:23 nixos postgres[8741]: [8741] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:28:23 nixos postgres[8741]: [8741] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:28:43 nixos postgres[8742]: [8742] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:28:43 nixos postgres[8742]: [8742] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:28:43 nixos postgres[8742]: [8742] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:29:03 nixos postgres[8743]: [8743] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:29:03 nixos postgres[8743]: [8743] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:29:03 nixos postgres[8743]: [8743] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:29:23 nixos postgres[8744]: [8744] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:29:23 nixos postgres[8744]: [8744] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:29:23 nixos postgres[8744]: [8744] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:29:43 nixos postgres[8745]: [8745] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:29:43 nixos postgres[8745]: [8745] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:29:43 nixos postgres[8745]: [8745] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:30:03 nixos postgres[8758]: [8758] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:30:03 nixos postgres[8758]: [8758] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:30:03 nixos postgres[8758]: [8758] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:30:23 nixos postgres[8760]: [8760] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:30:23 nixos postgres[8760]: [8760] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:30:23 nixos postgres[8760]: [8760] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:30:43 nixos postgres[8762]: [8762] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:30:43 nixos postgres[8762]: [8762] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:30:43 nixos postgres[8762]: [8762] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:31:03 nixos postgres[8763]: [8763] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:31:03 nixos postgres[8763]: [8763] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:31:03 nixos postgres[8763]: [8763] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:31:23 nixos postgres[8764]: [8764] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:31:23 nixos postgres[8764]: [8764] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:31:23 nixos postgres[8764]: [8764] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:31:43 nixos postgres[8765]: [8765] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:31:43 nixos postgres[8765]: [8765] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:31:43 nixos postgres[8765]: [8765] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:32:03 nixos postgres[8766]: [8766] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:32:03 nixos postgres[8766]: [8766] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:32:03 nixos postgres[8766]: [8766] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:32:23 nixos postgres[8767]: [8767] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:32:23 nixos postgres[8767]: [8767] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:32:23 nixos postgres[8767]: [8767] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:32:43 nixos postgres[8768]: [8768] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:32:43 nixos postgres[8768]: [8768] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:32:43 nixos postgres[8768]: [8768] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:33:03 nixos postgres[8769]: [8769] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:33:03 nixos postgres[8769]: [8769] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:33:03 nixos postgres[8769]: [8769] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:33:23 nixos postgres[8770]: [8770] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:33:23 nixos postgres[8770]: [8770] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:33:23 nixos postgres[8770]: [8770] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:33:43 nixos postgres[8771]: [8771] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:33:43 nixos postgres[8771]: [8771] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:33:43 nixos postgres[8771]: [8771] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:34:03 nixos postgres[8772]: [8772] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:34:03 nixos postgres[8772]: [8772] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:34:03 nixos postgres[8772]: [8772] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:34:23 nixos postgres[8773]: [8773] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:34:23 nixos postgres[8773]: [8773] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:34:23 nixos postgres[8773]: [8773] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:34:43 nixos postgres[8774]: [8774] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:34:43 nixos postgres[8774]: [8774] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:34:43 nixos postgres[8774]: [8774] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:35:03 nixos postgres[8786]: [8786] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:35:03 nixos postgres[8786]: [8786] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:35:03 nixos postgres[8786]: [8786] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:35:23 nixos postgres[8787]: [8787] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:35:23 nixos postgres[8787]: [8787] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:35:23 nixos postgres[8787]: [8787] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:35:43 nixos postgres[8788]: [8788] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:35:43 nixos postgres[8788]: [8788] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:35:43 nixos postgres[8788]: [8788] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:36:03 nixos postgres[8789]: [8789] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:36:03 nixos postgres[8789]: [8789] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:36:03 nixos postgres[8789]: [8789] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:36:23 nixos postgres[8790]: [8790] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:36:23 nixos postgres[8790]: [8790] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:36:23 nixos postgres[8790]: [8790] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:36:43 nixos postgres[8791]: [8791] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:36:43 nixos postgres[8791]: [8791] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:36:43 nixos postgres[8791]: [8791] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:37:03 nixos postgres[8792]: [8792] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:37:03 nixos postgres[8792]: [8792] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:37:03 nixos postgres[8792]: [8792] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:37:23 nixos postgres[8793]: [8793] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:37:23 nixos postgres[8793]: [8793] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:37:23 nixos postgres[8793]: [8793] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:37:43 nixos postgres[8794]: [8794] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:37:43 nixos postgres[8794]: [8794] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:37:43 nixos postgres[8794]: [8794] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:38:03 nixos postgres[8795]: [8795] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:38:03 nixos postgres[8795]: [8795] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:38:03 nixos postgres[8795]: [8795] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:38:23 nixos postgres[8796]: [8796] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:38:23 nixos postgres[8796]: [8796] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:38:23 nixos postgres[8796]: [8796] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:38:43 nixos postgres[8797]: [8797] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:38:43 nixos postgres[8797]: [8797] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:38:43 nixos postgres[8797]: [8797] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:39:03 nixos postgres[8798]: [8798] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:39:03 nixos postgres[8798]: [8798] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:39:03 nixos postgres[8798]: [8798] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:39:23 nixos postgres[8799]: [8799] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:39:23 nixos postgres[8799]: [8799] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:39:23 nixos postgres[8799]: [8799] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:39:43 nixos postgres[8800]: [8800] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:39:43 nixos postgres[8800]: [8800] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:39:43 nixos postgres[8800]: [8800] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:40:03 nixos postgres[8812]: [8812] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:40:03 nixos postgres[8812]: [8812] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:40:03 nixos postgres[8812]: [8812] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:40:23 nixos postgres[8814]: [8814] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:40:23 nixos postgres[8814]: [8814] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:40:23 nixos postgres[8814]: [8814] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:40:43 nixos postgres[8815]: [8815] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:40:43 nixos postgres[8815]: [8815] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:40:43 nixos postgres[8815]: [8815] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:41:03 nixos postgres[8816]: [8816] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:41:03 nixos postgres[8816]: [8816] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:41:03 nixos postgres[8816]: [8816] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:41:23 nixos postgres[8817]: [8817] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:41:23 nixos postgres[8817]: [8817] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:41:23 nixos postgres[8817]: [8817] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:41:43 nixos postgres[8819]: [8819] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:41:43 nixos postgres[8819]: [8819] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:41:43 nixos postgres[8819]: [8819] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:42:03 nixos postgres[8820]: [8820] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:42:03 nixos postgres[8820]: [8820] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:42:03 nixos postgres[8820]: [8820] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:42:23 nixos postgres[8821]: [8821] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:42:23 nixos postgres[8821]: [8821] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:42:23 nixos postgres[8821]: [8821] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:42:43 nixos postgres[8822]: [8822] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:42:43 nixos postgres[8822]: [8822] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:42:43 nixos postgres[8822]: [8822] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:43:03 nixos postgres[8823]: [8823] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:43:03 nixos postgres[8823]: [8823] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:43:03 nixos postgres[8823]: [8823] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:43:23 nixos postgres[8824]: [8824] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:43:23 nixos postgres[8824]: [8824] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:43:23 nixos postgres[8824]: [8824] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:43:43 nixos postgres[8825]: [8825] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:43:43 nixos postgres[8825]: [8825] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:43:43 nixos postgres[8825]: [8825] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:44:03 nixos postgres[8826]: [8826] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:44:03 nixos postgres[8826]: [8826] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:44:03 nixos postgres[8826]: [8826] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:44:23 nixos postgres[8827]: [8827] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:44:23 nixos postgres[8827]: [8827] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:44:23 nixos postgres[8827]: [8827] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:44:43 nixos postgres[8828]: [8828] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:44:43 nixos postgres[8828]: [8828] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:44:43 nixos postgres[8828]: [8828] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:45:03 nixos postgres[8841]: [8841] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:45:03 nixos postgres[8841]: [8841] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:45:03 nixos postgres[8841]: [8841] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:45:23 nixos postgres[8843]: [8843] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:45:23 nixos postgres[8843]: [8843] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:45:23 nixos postgres[8843]: [8843] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:45:43 nixos postgres[8844]: [8844] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:45:43 nixos postgres[8844]: [8844] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:45:43 nixos postgres[8844]: [8844] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:46:03 nixos postgres[8845]: [8845] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:46:03 nixos postgres[8845]: [8845] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:46:03 nixos postgres[8845]: [8845] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:46:23 nixos postgres[8846]: [8846] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:46:23 nixos postgres[8846]: [8846] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:46:23 nixos postgres[8846]: [8846] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:46:43 nixos postgres[8847]: [8847] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:46:43 nixos postgres[8847]: [8847] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:46:43 nixos postgres[8847]: [8847] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:47:03 nixos postgres[8849]: [8849] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:47:03 nixos postgres[8849]: [8849] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:47:03 nixos postgres[8849]: [8849] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:47:23 nixos postgres[8850]: [8850] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:47:23 nixos postgres[8850]: [8850] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:47:23 nixos postgres[8850]: [8850] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:47:43 nixos postgres[8851]: [8851] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:47:43 nixos postgres[8851]: [8851] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:47:43 nixos postgres[8851]: [8851] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:48:03 nixos postgres[8852]: [8852] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:48:03 nixos postgres[8852]: [8852] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:48:03 nixos postgres[8852]: [8852] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:48:23 nixos postgres[8853]: [8853] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:48:23 nixos postgres[8853]: [8853] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:48:23 nixos postgres[8853]: [8853] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:48:43 nixos postgres[8854]: [8854] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:48:43 nixos postgres[8854]: [8854] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:48:43 nixos postgres[8854]: [8854] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:49:03 nixos postgres[8855]: [8855] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:49:03 nixos postgres[8855]: [8855] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:49:03 nixos postgres[8855]: [8855] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:49:23 nixos postgres[8856]: [8856] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:49:23 nixos postgres[8856]: [8856] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:49:23 nixos postgres[8856]: [8856] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:49:43 nixos postgres[8857]: [8857] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:49:43 nixos postgres[8857]: [8857] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:49:43 nixos postgres[8857]: [8857] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:50:03 nixos postgres[8871]: [8871] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:50:03 nixos postgres[8871]: [8871] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:50:03 nixos postgres[8871]: [8871] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:50:23 nixos postgres[8872]: [8872] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:50:23 nixos postgres[8872]: [8872] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:50:23 nixos postgres[8872]: [8872] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:50:43 nixos postgres[8873]: [8873] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:50:43 nixos postgres[8873]: [8873] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:50:43 nixos postgres[8873]: [8873] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:51:03 nixos postgres[8874]: [8874] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:51:03 nixos postgres[8874]: [8874] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:51:03 nixos postgres[8874]: [8874] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:51:23 nixos postgres[8875]: [8875] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:51:23 nixos postgres[8875]: [8875] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:51:23 nixos postgres[8875]: [8875] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:51:43 nixos postgres[8876]: [8876] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:51:43 nixos postgres[8876]: [8876] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:51:43 nixos postgres[8876]: [8876] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:52:03 nixos postgres[8877]: [8877] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:52:03 nixos postgres[8877]: [8877] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:52:03 nixos postgres[8877]: [8877] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:52:23 nixos postgres[8879]: [8879] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:52:23 nixos postgres[8879]: [8879] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:52:23 nixos postgres[8879]: [8879] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:52:43 nixos postgres[8880]: [8880] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:52:43 nixos postgres[8880]: [8880] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:52:43 nixos postgres[8880]: [8880] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:53:03 nixos postgres[8881]: [8881] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:53:03 nixos postgres[8881]: [8881] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:53:03 nixos postgres[8881]: [8881] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:53:23 nixos postgres[8882]: [8882] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:53:23 nixos postgres[8882]: [8882] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:53:23 nixos postgres[8882]: [8882] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:53:43 nixos postgres[8883]: [8883] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:53:43 nixos postgres[8883]: [8883] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:53:43 nixos postgres[8883]: [8883] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:54:03 nixos postgres[8884]: [8884] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:54:03 nixos postgres[8884]: [8884] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:54:03 nixos postgres[8884]: [8884] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:54:23 nixos postgres[8885]: [8885] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:54:23 nixos postgres[8885]: [8885] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:54:23 nixos postgres[8885]: [8885] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:54:43 nixos postgres[8886]: [8886] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:54:43 nixos postgres[8886]: [8886] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:54:43 nixos postgres[8886]: [8886] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:55:03 nixos postgres[8897]: [8897] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:55:03 nixos postgres[8897]: [8897] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:55:03 nixos postgres[8897]: [8897] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:55:23 nixos postgres[8899]: [8899] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:55:23 nixos postgres[8899]: [8899] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:55:23 nixos postgres[8899]: [8899] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:55:43 nixos postgres[8900]: [8900] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:55:43 nixos postgres[8900]: [8900] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:55:43 nixos postgres[8900]: [8900] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:56:03 nixos postgres[8901]: [8901] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:56:03 nixos postgres[8901]: [8901] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:56:03 nixos postgres[8901]: [8901] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:56:23 nixos postgres[8902]: [8902] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:56:23 nixos postgres[8902]: [8902] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:56:23 nixos postgres[8902]: [8902] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:56:43 nixos postgres[8903]: [8903] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:56:43 nixos postgres[8903]: [8903] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:56:43 nixos postgres[8903]: [8903] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:57:03 nixos postgres[8904]: [8904] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:57:03 nixos postgres[8904]: [8904] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:57:03 nixos postgres[8904]: [8904] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:57:23 nixos postgres[8905]: [8905] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:57:23 nixos postgres[8905]: [8905] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:57:23 nixos postgres[8905]: [8905] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:57:43 nixos postgres[8906]: [8906] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:57:43 nixos postgres[8906]: [8906] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:57:43 nixos postgres[8906]: [8906] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:58:03 nixos postgres[8908]: [8908] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:58:03 nixos postgres[8908]: [8908] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:58:03 nixos postgres[8908]: [8908] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:58:23 nixos postgres[8909]: [8909] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:58:23 nixos postgres[8909]: [8909] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:58:23 nixos postgres[8909]: [8909] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:58:44 nixos postgres[8910]: [8910] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:58:44 nixos postgres[8910]: [8910] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:58:44 nixos postgres[8910]: [8910] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:59:03 nixos postgres[8911]: [8911] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 00:59:03 nixos postgres[8911]: [8911] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:59:03 nixos postgres[8911]: [8911] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:59:23 nixos postgres[8912]: [8912] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 00:59:23 nixos postgres[8912]: [8912] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:59:23 nixos postgres[8912]: [8912] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 00:59:44 nixos postgres[8913]: [8913] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 00:59:44 nixos postgres[8913]: [8913] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 00:59:44 nixos postgres[8913]: [8913] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:00:03 nixos postgres[8932]: [8932] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:00:03 nixos postgres[8932]: [8932] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:00:03 nixos postgres[8932]: [8932] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:00:23 nixos postgres[8933]: [8933] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:00:23 nixos postgres[8933]: [8933] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:00:23 nixos postgres[8933]: [8933] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:00:44 nixos postgres[8934]: [8934] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:00:44 nixos postgres[8934]: [8934] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:00:44 nixos postgres[8934]: [8934] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:01:03 nixos postgres[8935]: [8935] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:01:03 nixos postgres[8935]: [8935] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:01:03 nixos postgres[8935]: [8935] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:01:23 nixos postgres[8936]: [8936] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:01:23 nixos postgres[8936]: [8936] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:01:23 nixos postgres[8936]: [8936] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:01:44 nixos postgres[8937]: [8937] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:01:44 nixos postgres[8937]: [8937] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:01:44 nixos postgres[8937]: [8937] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:02:03 nixos postgres[8938]: [8938] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:02:03 nixos postgres[8938]: [8938] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:02:03 nixos postgres[8938]: [8938] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:02:23 nixos postgres[8939]: [8939] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:02:23 nixos postgres[8939]: [8939] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:02:23 nixos postgres[8939]: [8939] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:02:44 nixos postgres[8940]: [8940] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:02:44 nixos postgres[8940]: [8940] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:02:44 nixos postgres[8940]: [8940] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:03:03 nixos postgres[8941]: [8941] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:03:03 nixos postgres[8941]: [8941] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:03:03 nixos postgres[8941]: [8941] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:03:24 nixos postgres[8942]: [8942] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:03:24 nixos postgres[8942]: [8942] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:03:24 nixos postgres[8942]: [8942] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:03:44 nixos postgres[8944]: [8944] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:03:44 nixos postgres[8944]: [8944] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:03:44 nixos postgres[8944]: [8944] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:04:03 nixos postgres[8945]: [8945] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:04:03 nixos postgres[8945]: [8945] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:04:03 nixos postgres[8945]: [8945] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:04:24 nixos postgres[8946]: [8946] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:04:24 nixos postgres[8946]: [8946] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:04:24 nixos postgres[8946]: [8946] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:04:44 nixos postgres[8947]: [8947] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:04:44 nixos postgres[8947]: [8947] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:04:44 nixos postgres[8947]: [8947] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:05:04 nixos postgres[8958]: [8958] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:05:04 nixos postgres[8958]: [8958] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:05:04 nixos postgres[8958]: [8958] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:05:24 nixos postgres[8960]: [8960] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:05:24 nixos postgres[8960]: [8960] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:05:24 nixos postgres[8960]: [8960] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:05:44 nixos postgres[8961]: [8961] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:05:44 nixos postgres[8961]: [8961] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:05:44 nixos postgres[8961]: [8961] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:06:04 nixos postgres[8962]: [8962] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:06:04 nixos postgres[8962]: [8962] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:06:04 nixos postgres[8962]: [8962] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:06:24 nixos postgres[8963]: [8963] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:06:24 nixos postgres[8963]: [8963] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:06:24 nixos postgres[8963]: [8963] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:06:44 nixos postgres[8964]: [8964] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:06:44 nixos postgres[8964]: [8964] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:06:44 nixos postgres[8964]: [8964] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:07:04 nixos postgres[8965]: [8965] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:07:04 nixos postgres[8965]: [8965] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:07:04 nixos postgres[8965]: [8965] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:07:24 nixos postgres[8966]: [8966] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:07:24 nixos postgres[8966]: [8966] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:07:24 nixos postgres[8966]: [8966] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:07:44 nixos postgres[8967]: [8967] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:07:44 nixos postgres[8967]: [8967] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:07:44 nixos postgres[8967]: [8967] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:08:04 nixos postgres[8968]: [8968] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:08:04 nixos postgres[8968]: [8968] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:08:04 nixos postgres[8968]: [8968] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:08:24 nixos postgres[8969]: [8969] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:08:24 nixos postgres[8969]: [8969] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:08:24 nixos postgres[8969]: [8969] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:08:44 nixos postgres[8970]: [8970] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:08:44 nixos postgres[8970]: [8970] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:08:44 nixos postgres[8970]: [8970] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:09:04 nixos postgres[8971]: [8971] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:09:04 nixos postgres[8971]: [8971] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:09:04 nixos postgres[8971]: [8971] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:09:24 nixos postgres[8972]: [8972] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:09:24 nixos postgres[8972]: [8972] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:09:24 nixos postgres[8972]: [8972] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:09:44 nixos postgres[8973]: [8973] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:09:44 nixos postgres[8973]: [8973] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:09:44 nixos postgres[8973]: [8973] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:10:04 nixos postgres[8986]: [8986] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:10:04 nixos postgres[8986]: [8986] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:10:04 nixos postgres[8986]: [8986] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:10:24 nixos postgres[8988]: [8988] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:10:24 nixos postgres[8988]: [8988] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:10:24 nixos postgres[8988]: [8988] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:10:44 nixos postgres[8990]: [8990] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:10:44 nixos postgres[8990]: [8990] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:10:44 nixos postgres[8990]: [8990] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:11:04 nixos postgres[8991]: [8991] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:11:04 nixos postgres[8991]: [8991] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:11:04 nixos postgres[8991]: [8991] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:11:24 nixos postgres[8992]: [8992] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:11:24 nixos postgres[8992]: [8992] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:11:24 nixos postgres[8992]: [8992] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:11:44 nixos postgres[8993]: [8993] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:11:44 nixos postgres[8993]: [8993] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:11:44 nixos postgres[8993]: [8993] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:12:04 nixos postgres[8994]: [8994] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:12:04 nixos postgres[8994]: [8994] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:12:04 nixos postgres[8994]: [8994] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:12:24 nixos postgres[8995]: [8995] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:12:24 nixos postgres[8995]: [8995] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:12:24 nixos postgres[8995]: [8995] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:12:44 nixos postgres[8996]: [8996] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:12:44 nixos postgres[8996]: [8996] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:12:44 nixos postgres[8996]: [8996] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:13:04 nixos postgres[8997]: [8997] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:13:04 nixos postgres[8997]: [8997] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:13:04 nixos postgres[8997]: [8997] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:13:24 nixos postgres[8998]: [8998] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:13:24 nixos postgres[8998]: [8998] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:13:24 nixos postgres[8998]: [8998] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:13:44 nixos postgres[8999]: [8999] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:13:44 nixos postgres[8999]: [8999] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:13:44 nixos postgres[8999]: [8999] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:14:04 nixos postgres[9000]: [9000] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:14:04 nixos postgres[9000]: [9000] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:14:04 nixos postgres[9000]: [9000] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:14:24 nixos postgres[9001]: [9001] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:14:24 nixos postgres[9001]: [9001] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:14:24 nixos postgres[9001]: [9001] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:14:44 nixos postgres[9002]: [9002] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:14:44 nixos postgres[9002]: [9002] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:14:44 nixos postgres[9002]: [9002] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:15:04 nixos postgres[9015]: [9015] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:15:04 nixos postgres[9015]: [9015] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:15:04 nixos postgres[9015]: [9015] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:15:24 nixos postgres[9017]: [9017] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:15:24 nixos postgres[9017]: [9017] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:15:24 nixos postgres[9017]: [9017] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:15:44 nixos postgres[9018]: [9018] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:15:44 nixos postgres[9018]: [9018] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:15:44 nixos postgres[9018]: [9018] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:16:04 nixos postgres[9020]: [9020] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:16:04 nixos postgres[9020]: [9020] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:16:04 nixos postgres[9020]: [9020] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:16:24 nixos postgres[9021]: [9021] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:16:24 nixos postgres[9021]: [9021] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:16:24 nixos postgres[9021]: [9021] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:16:44 nixos postgres[9022]: [9022] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:16:44 nixos postgres[9022]: [9022] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:16:44 nixos postgres[9022]: [9022] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:17:04 nixos postgres[9023]: [9023] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:17:04 nixos postgres[9023]: [9023] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:17:04 nixos postgres[9023]: [9023] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:17:24 nixos postgres[9024]: [9024] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:17:24 nixos postgres[9024]: [9024] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:17:24 nixos postgres[9024]: [9024] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:17:44 nixos postgres[9025]: [9025] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:17:44 nixos postgres[9025]: [9025] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:17:44 nixos postgres[9025]: [9025] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:18:04 nixos postgres[9026]: [9026] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:18:04 nixos postgres[9026]: [9026] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:18:04 nixos postgres[9026]: [9026] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:18:24 nixos postgres[9027]: [9027] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:18:24 nixos postgres[9027]: [9027] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:18:24 nixos postgres[9027]: [9027] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:18:44 nixos postgres[9028]: [9028] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:18:44 nixos postgres[9028]: [9028] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:18:44 nixos postgres[9028]: [9028] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:19:04 nixos postgres[9029]: [9029] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:19:04 nixos postgres[9029]: [9029] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:19:04 nixos postgres[9029]: [9029] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:19:24 nixos postgres[9030]: [9030] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:19:24 nixos postgres[9030]: [9030] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:19:24 nixos postgres[9030]: [9030] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:19:44 nixos postgres[9031]: [9031] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:19:44 nixos postgres[9031]: [9031] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:19:44 nixos postgres[9031]: [9031] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:20:04 nixos postgres[9042]: [9042] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:20:04 nixos postgres[9042]: [9042] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:20:04 nixos postgres[9042]: [9042] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:20:24 nixos postgres[9044]: [9044] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:20:24 nixos postgres[9044]: [9044] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:20:24 nixos postgres[9044]: [9044] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:20:44 nixos postgres[9045]: [9045] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:20:44 nixos postgres[9045]: [9045] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:20:44 nixos postgres[9045]: [9045] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:21:04 nixos postgres[9046]: [9046] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:21:04 nixos postgres[9046]: [9046] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:21:04 nixos postgres[9046]: [9046] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:21:24 nixos postgres[9048]: [9048] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:21:24 nixos postgres[9048]: [9048] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:21:24 nixos postgres[9048]: [9048] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:21:44 nixos postgres[9049]: [9049] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:21:44 nixos postgres[9049]: [9049] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:21:44 nixos postgres[9049]: [9049] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:22:04 nixos postgres[9050]: [9050] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:22:04 nixos postgres[9050]: [9050] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:22:04 nixos postgres[9050]: [9050] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:22:24 nixos postgres[9051]: [9051] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:22:24 nixos postgres[9051]: [9051] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:22:24 nixos postgres[9051]: [9051] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:22:44 nixos postgres[9052]: [9052] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:22:44 nixos postgres[9052]: [9052] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:22:44 nixos postgres[9052]: [9052] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:23:04 nixos postgres[9053]: [9053] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:23:04 nixos postgres[9053]: [9053] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:23:04 nixos postgres[9053]: [9053] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:23:24 nixos postgres[9055]: [9055] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:23:24 nixos postgres[9055]: [9055] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:23:24 nixos postgres[9055]: [9055] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:23:44 nixos postgres[9056]: [9056] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:23:44 nixos postgres[9056]: [9056] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:23:44 nixos postgres[9056]: [9056] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:24:04 nixos postgres[9057]: [9057] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:24:04 nixos postgres[9057]: [9057] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:24:04 nixos postgres[9057]: [9057] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:24:24 nixos postgres[9058]: [9058] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:24:24 nixos postgres[9058]: [9058] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:24:24 nixos postgres[9058]: [9058] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:24:44 nixos postgres[9059]: [9059] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:24:44 nixos postgres[9059]: [9059] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:24:44 nixos postgres[9059]: [9059] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:25:04 nixos postgres[9073]: [9073] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:25:04 nixos postgres[9073]: [9073] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:25:04 nixos postgres[9073]: [9073] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:25:24 nixos postgres[9074]: [9074] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:25:24 nixos postgres[9074]: [9074] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:25:24 nixos postgres[9074]: [9074] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:25:44 nixos postgres[9075]: [9075] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:25:44 nixos postgres[9075]: [9075] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:25:44 nixos postgres[9075]: [9075] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:26:04 nixos postgres[9076]: [9076] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:26:04 nixos postgres[9076]: [9076] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:26:04 nixos postgres[9076]: [9076] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:26:24 nixos postgres[9077]: [9077] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:26:24 nixos postgres[9077]: [9077] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:26:24 nixos postgres[9077]: [9077] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:26:44 nixos postgres[9078]: [9078] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:26:44 nixos postgres[9078]: [9078] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:26:44 nixos postgres[9078]: [9078] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:27:04 nixos postgres[9079]: [9079] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:27:04 nixos postgres[9079]: [9079] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:27:04 nixos postgres[9079]: [9079] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:27:24 nixos postgres[9080]: [9080] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:27:24 nixos postgres[9080]: [9080] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:27:24 nixos postgres[9080]: [9080] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:27:44 nixos postgres[9081]: [9081] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:27:44 nixos postgres[9081]: [9081] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:27:44 nixos postgres[9081]: [9081] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:28:04 nixos postgres[9082]: [9082] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:28:04 nixos postgres[9082]: [9082] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:28:04 nixos postgres[9082]: [9082] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:28:24 nixos postgres[9083]: [9083] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:28:24 nixos postgres[9083]: [9083] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:28:24 nixos postgres[9083]: [9083] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:28:44 nixos postgres[9084]: [9084] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:28:44 nixos postgres[9084]: [9084] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:28:44 nixos postgres[9084]: [9084] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:29:04 nixos postgres[9085]: [9085] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:29:04 nixos postgres[9085]: [9085] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:29:04 nixos postgres[9085]: [9085] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:29:24 nixos postgres[9086]: [9086] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:29:24 nixos postgres[9086]: [9086] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:29:24 nixos postgres[9086]: [9086] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:29:44 nixos postgres[9087]: [9087] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:29:44 nixos postgres[9087]: [9087] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:29:44 nixos postgres[9087]: [9087] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:30:04 nixos postgres[9098]: [9098] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:30:04 nixos postgres[9098]: [9098] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:30:04 nixos postgres[9098]: [9098] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:30:24 nixos postgres[9101]: [9101] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:30:24 nixos postgres[9101]: [9101] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:30:24 nixos postgres[9101]: [9101] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:30:44 nixos postgres[9102]: [9102] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:30:44 nixos postgres[9102]: [9102] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:30:44 nixos postgres[9102]: [9102] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:31:04 nixos postgres[9103]: [9103] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:31:04 nixos postgres[9103]: [9103] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:31:04 nixos postgres[9103]: [9103] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:31:24 nixos postgres[9104]: [9104] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:31:24 nixos postgres[9104]: [9104] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:31:24 nixos postgres[9104]: [9104] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:31:44 nixos postgres[9105]: [9105] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:31:44 nixos postgres[9105]: [9105] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:31:44 nixos postgres[9105]: [9105] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:32:04 nixos postgres[9106]: [9106] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:32:04 nixos postgres[9106]: [9106] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:32:04 nixos postgres[9106]: [9106] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:32:24 nixos postgres[9108]: [9108] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:32:24 nixos postgres[9108]: [9108] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:32:24 nixos postgres[9108]: [9108] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:32:44 nixos postgres[9109]: [9109] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:32:44 nixos postgres[9109]: [9109] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:32:44 nixos postgres[9109]: [9109] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:33:04 nixos postgres[9110]: [9110] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:33:04 nixos postgres[9110]: [9110] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:33:04 nixos postgres[9110]: [9110] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:33:24 nixos postgres[9111]: [9111] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:33:24 nixos postgres[9111]: [9111] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:33:24 nixos postgres[9111]: [9111] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:33:44 nixos postgres[9112]: [9112] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:33:44 nixos postgres[9112]: [9112] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:33:44 nixos postgres[9112]: [9112] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:34:04 nixos postgres[9113]: [9113] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:34:04 nixos postgres[9113]: [9113] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:34:04 nixos postgres[9113]: [9113] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:34:24 nixos postgres[9114]: [9114] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:34:24 nixos postgres[9114]: [9114] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:34:24 nixos postgres[9114]: [9114] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:34:44 nixos postgres[9115]: [9115] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:34:44 nixos postgres[9115]: [9115] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:34:44 nixos postgres[9115]: [9115] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:35:04 nixos postgres[9127]: [9127] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:35:04 nixos postgres[9127]: [9127] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:35:04 nixos postgres[9127]: [9127] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:35:24 nixos postgres[9129]: [9129] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:35:24 nixos postgres[9129]: [9129] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:35:24 nixos postgres[9129]: [9129] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:35:44 nixos postgres[9130]: [9130] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:35:44 nixos postgres[9130]: [9130] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:35:44 nixos postgres[9130]: [9130] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:36:04 nixos postgres[9131]: [9131] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:36:04 nixos postgres[9131]: [9131] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:36:04 nixos postgres[9131]: [9131] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:36:24 nixos postgres[9132]: [9132] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:36:24 nixos postgres[9132]: [9132] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:36:24 nixos postgres[9132]: [9132] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:36:44 nixos postgres[9133]: [9133] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:36:44 nixos postgres[9133]: [9133] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:36:44 nixos postgres[9133]: [9133] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:37:04 nixos postgres[9134]: [9134] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:37:04 nixos postgres[9134]: [9134] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:37:04 nixos postgres[9134]: [9134] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:37:24 nixos postgres[9136]: [9136] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:37:24 nixos postgres[9136]: [9136] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:37:24 nixos postgres[9136]: [9136] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:37:44 nixos postgres[9138]: [9138] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:37:44 nixos postgres[9138]: [9138] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:37:44 nixos postgres[9138]: [9138] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:38:04 nixos postgres[9139]: [9139] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:38:04 nixos postgres[9139]: [9139] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:38:04 nixos postgres[9139]: [9139] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:38:24 nixos postgres[9140]: [9140] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:38:24 nixos postgres[9140]: [9140] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:38:24 nixos postgres[9140]: [9140] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:38:44 nixos postgres[9141]: [9141] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:38:44 nixos postgres[9141]: [9141] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:38:44 nixos postgres[9141]: [9141] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:39:04 nixos postgres[9142]: [9142] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:39:04 nixos postgres[9142]: [9142] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:39:04 nixos postgres[9142]: [9142] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:39:24 nixos postgres[9143]: [9143] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:39:24 nixos postgres[9143]: [9143] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:39:24 nixos postgres[9143]: [9143] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:39:44 nixos postgres[9144]: [9144] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:39:44 nixos postgres[9144]: [9144] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:39:44 nixos postgres[9144]: [9144] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:40:04 nixos postgres[9158]: [9158] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:40:04 nixos postgres[9158]: [9158] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:40:04 nixos postgres[9158]: [9158] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:40:24 nixos postgres[9159]: [9159] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:40:24 nixos postgres[9159]: [9159] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:40:24 nixos postgres[9159]: [9159] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:40:44 nixos postgres[9160]: [9160] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:40:44 nixos postgres[9160]: [9160] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:40:44 nixos postgres[9160]: [9160] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:41:04 nixos postgres[9161]: [9161] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:41:04 nixos postgres[9161]: [9161] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:41:04 nixos postgres[9161]: [9161] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:41:24 nixos postgres[9162]: [9162] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:41:24 nixos postgres[9162]: [9162] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:41:24 nixos postgres[9162]: [9162] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:41:44 nixos postgres[9163]: [9163] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:41:44 nixos postgres[9163]: [9163] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:41:44 nixos postgres[9163]: [9163] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:42:04 nixos postgres[9164]: [9164] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:42:04 nixos postgres[9164]: [9164] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:42:04 nixos postgres[9164]: [9164] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:42:24 nixos postgres[9165]: [9165] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:42:24 nixos postgres[9165]: [9165] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:42:24 nixos postgres[9165]: [9165] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:42:44 nixos postgres[9166]: [9166] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:42:44 nixos postgres[9166]: [9166] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:42:44 nixos postgres[9166]: [9166] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:43:04 nixos postgres[9167]: [9167] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:43:04 nixos postgres[9167]: [9167] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:43:04 nixos postgres[9167]: [9167] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:43:24 nixos postgres[9169]: [9169] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:43:24 nixos postgres[9169]: [9169] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:43:24 nixos postgres[9169]: [9169] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:43:44 nixos postgres[9170]: [9170] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:43:44 nixos postgres[9170]: [9170] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:43:44 nixos postgres[9170]: [9170] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:44:04 nixos postgres[9171]: [9171] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:44:04 nixos postgres[9171]: [9171] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:44:04 nixos postgres[9171]: [9171] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:44:24 nixos postgres[9172]: [9172] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:44:24 nixos postgres[9172]: [9172] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:44:24 nixos postgres[9172]: [9172] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:44:44 nixos postgres[9173]: [9173] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:44:44 nixos postgres[9173]: [9173] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:44:44 nixos postgres[9173]: [9173] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:45:04 nixos postgres[9186]: [9186] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:45:04 nixos postgres[9186]: [9186] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:45:04 nixos postgres[9186]: [9186] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:45:24 nixos postgres[9188]: [9188] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:45:24 nixos postgres[9188]: [9188] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:45:24 nixos postgres[9188]: [9188] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:45:44 nixos postgres[9189]: [9189] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:45:44 nixos postgres[9189]: [9189] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:45:44 nixos postgres[9189]: [9189] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:46:04 nixos postgres[9190]: [9190] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:46:04 nixos postgres[9190]: [9190] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:46:04 nixos postgres[9190]: [9190] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:46:24 nixos postgres[9191]: [9191] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:46:24 nixos postgres[9191]: [9191] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:46:24 nixos postgres[9191]: [9191] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:46:44 nixos postgres[9192]: [9192] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:46:44 nixos postgres[9192]: [9192] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:46:44 nixos postgres[9192]: [9192] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:47:04 nixos postgres[9193]: [9193] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:47:04 nixos postgres[9193]: [9193] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:47:04 nixos postgres[9193]: [9193] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:47:24 nixos postgres[9194]: [9194] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:47:24 nixos postgres[9194]: [9194] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:47:24 nixos postgres[9194]: [9194] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:47:44 nixos postgres[9195]: [9195] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:47:44 nixos postgres[9195]: [9195] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:47:44 nixos postgres[9195]: [9195] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:48:04 nixos postgres[9196]: [9196] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:48:04 nixos postgres[9196]: [9196] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:48:04 nixos postgres[9196]: [9196] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:48:24 nixos postgres[9197]: [9197] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:48:24 nixos postgres[9197]: [9197] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:48:24 nixos postgres[9197]: [9197] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:48:44 nixos postgres[9199]: [9199] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:48:44 nixos postgres[9199]: [9199] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:48:44 nixos postgres[9199]: [9199] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:49:04 nixos postgres[9200]: [9200] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:49:04 nixos postgres[9200]: [9200] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:49:04 nixos postgres[9200]: [9200] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:49:24 nixos postgres[9201]: [9201] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:49:24 nixos postgres[9201]: [9201] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:49:24 nixos postgres[9201]: [9201] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:49:44 nixos postgres[9202]: [9202] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:49:44 nixos postgres[9202]: [9202] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:49:44 nixos postgres[9202]: [9202] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:50:04 nixos postgres[9215]: [9215] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:50:04 nixos postgres[9215]: [9215] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:50:04 nixos postgres[9215]: [9215] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:50:24 nixos postgres[9217]: [9217] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:50:24 nixos postgres[9217]: [9217] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:50:24 nixos postgres[9217]: [9217] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:50:45 nixos postgres[9218]: [9218] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:50:45 nixos postgres[9218]: [9218] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:50:45 nixos postgres[9218]: [9218] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:51:04 nixos postgres[9219]: [9219] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:51:04 nixos postgres[9219]: [9219] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:51:04 nixos postgres[9219]: [9219] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:51:24 nixos postgres[9220]: [9220] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:51:24 nixos postgres[9220]: [9220] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:51:24 nixos postgres[9220]: [9220] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:51:45 nixos postgres[9221]: [9221] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:51:45 nixos postgres[9221]: [9221] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:51:45 nixos postgres[9221]: [9221] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:52:04 nixos postgres[9222]: [9222] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:52:04 nixos postgres[9222]: [9222] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:52:04 nixos postgres[9222]: [9222] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:52:24 nixos postgres[9223]: [9223] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:52:24 nixos postgres[9223]: [9223] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:52:24 nixos postgres[9223]: [9223] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:52:45 nixos postgres[9224]: [9224] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:52:45 nixos postgres[9224]: [9224] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:52:45 nixos postgres[9224]: [9224] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:53:04 nixos postgres[9225]: [9225] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:53:04 nixos postgres[9225]: [9225] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:53:04 nixos postgres[9225]: [9225] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:53:24 nixos postgres[9226]: [9226] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:53:24 nixos postgres[9226]: [9226] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:53:24 nixos postgres[9226]: [9226] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:53:45 nixos postgres[9227]: [9227] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:53:45 nixos postgres[9227]: [9227] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:53:45 nixos postgres[9227]: [9227] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:54:04 nixos postgres[9229]: [9229] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:54:04 nixos postgres[9229]: [9229] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:54:04 nixos postgres[9229]: [9229] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:54:24 nixos postgres[9230]: [9230] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:54:24 nixos postgres[9230]: [9230] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:54:24 nixos postgres[9230]: [9230] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:54:45 nixos postgres[9231]: [9231] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:54:45 nixos postgres[9231]: [9231] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:54:45 nixos postgres[9231]: [9231] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:55:04 nixos postgres[9243]: [9243] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:55:04 nixos postgres[9243]: [9243] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:55:04 nixos postgres[9243]: [9243] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:55:25 nixos postgres[9244]: [9244] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:55:25 nixos postgres[9244]: [9244] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:55:25 nixos postgres[9244]: [9244] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:55:45 nixos postgres[9245]: [9245] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:55:45 nixos postgres[9245]: [9245] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:55:45 nixos postgres[9245]: [9245] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:56:04 nixos postgres[9246]: [9246] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:56:04 nixos postgres[9246]: [9246] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:56:04 nixos postgres[9246]: [9246] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:56:25 nixos postgres[9247]: [9247] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:56:25 nixos postgres[9247]: [9247] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:56:25 nixos postgres[9247]: [9247] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:56:45 nixos postgres[9248]: [9248] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:56:45 nixos postgres[9248]: [9248] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:56:45 nixos postgres[9248]: [9248] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:57:04 nixos postgres[9249]: [9249] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:57:04 nixos postgres[9249]: [9249] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:57:04 nixos postgres[9249]: [9249] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:57:25 nixos postgres[9250]: [9250] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:57:25 nixos postgres[9250]: [9250] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:57:25 nixos postgres[9250]: [9250] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:57:45 nixos postgres[9251]: [9251] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:57:45 nixos postgres[9251]: [9251] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:57:45 nixos postgres[9251]: [9251] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:58:04 nixos postgres[9252]: [9252] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:58:04 nixos postgres[9252]: [9252] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:58:04 nixos postgres[9252]: [9252] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:58:25 nixos postgres[9254]: [9254] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:58:25 nixos postgres[9254]: [9254] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:58:25 nixos postgres[9254]: [9254] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:58:45 nixos postgres[9255]: [9255] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:58:45 nixos postgres[9255]: [9255] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:58:45 nixos postgres[9255]: [9255] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:59:04 nixos postgres[9256]: [9256] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 01:59:04 nixos postgres[9256]: [9256] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:59:04 nixos postgres[9256]: [9256] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:59:25 nixos postgres[9257]: [9257] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 01:59:25 nixos postgres[9257]: [9257] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:59:25 nixos postgres[9257]: [9257] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 01:59:45 nixos postgres[9259]: [9259] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 01:59:45 nixos postgres[9259]: [9259] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 01:59:45 nixos postgres[9259]: [9259] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:00:04 nixos postgres[9275]: [9275] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:00:04 nixos postgres[9275]: [9275] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:00:04 nixos postgres[9275]: [9275] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:00:25 nixos postgres[9277]: [9277] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:00:25 nixos postgres[9277]: [9277] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:00:25 nixos postgres[9277]: [9277] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:00:45 nixos postgres[9278]: [9278] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:00:45 nixos postgres[9278]: [9278] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:00:45 nixos postgres[9278]: [9278] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:01:05 nixos postgres[9279]: [9279] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:01:05 nixos postgres[9279]: [9279] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:01:05 nixos postgres[9279]: [9279] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:01:25 nixos postgres[9280]: [9280] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:01:25 nixos postgres[9280]: [9280] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:01:25 nixos postgres[9280]: [9280] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:01:45 nixos postgres[9281]: [9281] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:01:45 nixos postgres[9281]: [9281] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:01:45 nixos postgres[9281]: [9281] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:02:05 nixos postgres[9282]: [9282] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:02:05 nixos postgres[9282]: [9282] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:02:05 nixos postgres[9282]: [9282] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:02:25 nixos postgres[9283]: [9283] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:02:25 nixos postgres[9283]: [9283] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:02:25 nixos postgres[9283]: [9283] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:02:45 nixos postgres[9284]: [9284] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:02:45 nixos postgres[9284]: [9284] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:02:45 nixos postgres[9284]: [9284] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:03:05 nixos postgres[9285]: [9285] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:03:05 nixos postgres[9285]: [9285] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:03:05 nixos postgres[9285]: [9285] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:03:25 nixos postgres[9286]: [9286] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:03:25 nixos postgres[9286]: [9286] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:03:25 nixos postgres[9286]: [9286] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:03:45 nixos postgres[9287]: [9287] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:03:45 nixos postgres[9287]: [9287] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:03:45 nixos postgres[9287]: [9287] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:04:05 nixos postgres[9288]: [9288] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:04:05 nixos postgres[9288]: [9288] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:04:05 nixos postgres[9288]: [9288] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:04:25 nixos postgres[9289]: [9289] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:04:25 nixos postgres[9289]: [9289] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:04:25 nixos postgres[9289]: [9289] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:04:45 nixos postgres[9290]: [9290] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:04:45 nixos postgres[9290]: [9290] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:04:45 nixos postgres[9290]: [9290] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:05:05 nixos postgres[9303]: [9303] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:05:05 nixos postgres[9303]: [9303] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:05:05 nixos postgres[9303]: [9303] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:05:25 nixos postgres[9305]: [9305] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:05:25 nixos postgres[9305]: [9305] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:05:25 nixos postgres[9305]: [9305] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:05:45 nixos postgres[9306]: [9306] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:05:45 nixos postgres[9306]: [9306] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:05:45 nixos postgres[9306]: [9306] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:06:05 nixos postgres[9307]: [9307] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:06:05 nixos postgres[9307]: [9307] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:06:05 nixos postgres[9307]: [9307] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:06:25 nixos postgres[9308]: [9308] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:06:25 nixos postgres[9308]: [9308] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:06:25 nixos postgres[9308]: [9308] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:06:45 nixos postgres[9309]: [9309] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:06:45 nixos postgres[9309]: [9309] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:06:45 nixos postgres[9309]: [9309] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:07:05 nixos postgres[9310]: [9310] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:07:05 nixos postgres[9310]: [9310] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:07:05 nixos postgres[9310]: [9310] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:07:25 nixos postgres[9311]: [9311] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:07:25 nixos postgres[9311]: [9311] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:07:25 nixos postgres[9311]: [9311] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:07:45 nixos postgres[9312]: [9312] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:07:45 nixos postgres[9312]: [9312] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:07:45 nixos postgres[9312]: [9312] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:08:05 nixos postgres[9313]: [9313] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:08:05 nixos postgres[9313]: [9313] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:08:05 nixos postgres[9313]: [9313] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:08:25 nixos postgres[9314]: [9314] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:08:25 nixos postgres[9314]: [9314] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:08:25 nixos postgres[9314]: [9314] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:08:45 nixos postgres[9316]: [9316] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:08:45 nixos postgres[9316]: [9316] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:08:45 nixos postgres[9316]: [9316] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:09:05 nixos postgres[9317]: [9317] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:09:05 nixos postgres[9317]: [9317] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:09:05 nixos postgres[9317]: [9317] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:09:25 nixos postgres[9318]: [9318] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:09:25 nixos postgres[9318]: [9318] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:09:25 nixos postgres[9318]: [9318] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:09:45 nixos postgres[9319]: [9319] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:09:45 nixos postgres[9319]: [9319] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:09:45 nixos postgres[9319]: [9319] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:10:05 nixos postgres[9333]: [9333] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:10:05 nixos postgres[9333]: [9333] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:10:05 nixos postgres[9333]: [9333] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:10:25 nixos postgres[9334]: [9334] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:10:25 nixos postgres[9334]: [9334] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:10:25 nixos postgres[9334]: [9334] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:10:45 nixos postgres[9336]: [9336] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:10:45 nixos postgres[9336]: [9336] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:10:45 nixos postgres[9336]: [9336] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:11:05 nixos postgres[9337]: [9337] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:11:05 nixos postgres[9337]: [9337] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:11:05 nixos postgres[9337]: [9337] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:11:25 nixos postgres[9338]: [9338] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:11:25 nixos postgres[9338]: [9338] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:11:25 nixos postgres[9338]: [9338] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:11:45 nixos postgres[9339]: [9339] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:11:45 nixos postgres[9339]: [9339] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:11:45 nixos postgres[9339]: [9339] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:12:05 nixos postgres[9340]: [9340] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:12:05 nixos postgres[9340]: [9340] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:12:05 nixos postgres[9340]: [9340] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:12:25 nixos postgres[9341]: [9341] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:12:25 nixos postgres[9341]: [9341] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:12:25 nixos postgres[9341]: [9341] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:12:45 nixos postgres[9342]: [9342] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:12:45 nixos postgres[9342]: [9342] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:12:45 nixos postgres[9342]: [9342] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:13:05 nixos postgres[9343]: [9343] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:13:05 nixos postgres[9343]: [9343] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:13:05 nixos postgres[9343]: [9343] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:13:25 nixos postgres[9344]: [9344] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:13:25 nixos postgres[9344]: [9344] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:13:25 nixos postgres[9344]: [9344] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:13:45 nixos postgres[9345]: [9345] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:13:45 nixos postgres[9345]: [9345] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:13:45 nixos postgres[9345]: [9345] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:14:05 nixos postgres[9346]: [9346] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:14:05 nixos postgres[9346]: [9346] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:14:05 nixos postgres[9346]: [9346] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:14:25 nixos postgres[9347]: [9347] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:14:25 nixos postgres[9347]: [9347] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:14:25 nixos postgres[9347]: [9347] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:14:45 nixos postgres[9348]: [9348] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:14:45 nixos postgres[9348]: [9348] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:14:45 nixos postgres[9348]: [9348] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:15:05 nixos postgres[9360]: [9360] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:15:05 nixos postgres[9360]: [9360] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:15:05 nixos postgres[9360]: [9360] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:15:25 nixos postgres[9362]: [9362] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:15:25 nixos postgres[9362]: [9362] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:15:25 nixos postgres[9362]: [9362] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:15:45 nixos postgres[9363]: [9363] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:15:45 nixos postgres[9363]: [9363] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:15:45 nixos postgres[9363]: [9363] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:16:05 nixos postgres[9364]: [9364] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:16:05 nixos postgres[9364]: [9364] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:16:05 nixos postgres[9364]: [9364] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:16:25 nixos postgres[9365]: [9365] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:16:25 nixos postgres[9365]: [9365] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:16:25 nixos postgres[9365]: [9365] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:16:45 nixos postgres[9366]: [9366] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:16:45 nixos postgres[9366]: [9366] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:16:45 nixos postgres[9366]: [9366] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:17:05 nixos postgres[9367]: [9367] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:17:05 nixos postgres[9367]: [9367] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:17:05 nixos postgres[9367]: [9367] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:17:25 nixos postgres[9368]: [9368] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:17:25 nixos postgres[9368]: [9368] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:17:25 nixos postgres[9368]: [9368] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:17:45 nixos postgres[9369]: [9369] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:17:45 nixos postgres[9369]: [9369] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:17:45 nixos postgres[9369]: [9369] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:18:05 nixos postgres[9370]: [9370] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:18:05 nixos postgres[9370]: [9370] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:18:05 nixos postgres[9370]: [9370] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:18:25 nixos postgres[9371]: [9371] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:18:25 nixos postgres[9371]: [9371] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:18:25 nixos postgres[9371]: [9371] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:18:45 nixos postgres[9372]: [9372] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:18:45 nixos postgres[9372]: [9372] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:18:45 nixos postgres[9372]: [9372] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:19:05 nixos postgres[9373]: [9373] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:19:05 nixos postgres[9373]: [9373] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:19:05 nixos postgres[9373]: [9373] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:19:25 nixos postgres[9374]: [9374] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:19:25 nixos postgres[9374]: [9374] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:19:25 nixos postgres[9374]: [9374] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:19:45 nixos postgres[9375]: [9375] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:19:45 nixos postgres[9375]: [9375] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:19:45 nixos postgres[9375]: [9375] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:20:05 nixos postgres[9387]: [9387] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:20:05 nixos postgres[9387]: [9387] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:20:05 nixos postgres[9387]: [9387] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:20:25 nixos postgres[9389]: [9389] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:20:25 nixos postgres[9389]: [9389] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:20:25 nixos postgres[9389]: [9389] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:20:45 nixos postgres[9390]: [9390] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:20:45 nixos postgres[9390]: [9390] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:20:45 nixos postgres[9390]: [9390] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:21:05 nixos postgres[9391]: [9391] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:21:05 nixos postgres[9391]: [9391] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:21:05 nixos postgres[9391]: [9391] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:21:25 nixos postgres[9392]: [9392] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:21:25 nixos postgres[9392]: [9392] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:21:25 nixos postgres[9392]: [9392] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:21:45 nixos postgres[9393]: [9393] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:21:45 nixos postgres[9393]: [9393] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:21:45 nixos postgres[9393]: [9393] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:22:05 nixos postgres[9394]: [9394] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:22:05 nixos postgres[9394]: [9394] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:22:05 nixos postgres[9394]: [9394] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:22:25 nixos postgres[9395]: [9395] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:22:25 nixos postgres[9395]: [9395] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:22:25 nixos postgres[9395]: [9395] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:22:45 nixos postgres[9396]: [9396] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:22:45 nixos postgres[9396]: [9396] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:22:45 nixos postgres[9396]: [9396] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:23:05 nixos postgres[9397]: [9397] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:23:05 nixos postgres[9397]: [9397] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:23:05 nixos postgres[9397]: [9397] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:23:25 nixos postgres[9398]: [9398] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:23:25 nixos postgres[9398]: [9398] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:23:25 nixos postgres[9398]: [9398] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:23:45 nixos postgres[9399]: [9399] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:23:45 nixos postgres[9399]: [9399] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:23:45 nixos postgres[9399]: [9399] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:24:05 nixos postgres[9400]: [9400] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:24:05 nixos postgres[9400]: [9400] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:24:05 nixos postgres[9400]: [9400] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:24:25 nixos postgres[9401]: [9401] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:24:25 nixos postgres[9401]: [9401] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:24:25 nixos postgres[9401]: [9401] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:24:45 nixos postgres[9402]: [9402] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:24:45 nixos postgres[9402]: [9402] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:24:45 nixos postgres[9402]: [9402] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:25:05 nixos postgres[9416]: [9416] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:25:05 nixos postgres[9416]: [9416] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:25:05 nixos postgres[9416]: [9416] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:25:25 nixos postgres[9417]: [9417] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:25:25 nixos postgres[9417]: [9417] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:25:25 nixos postgres[9417]: [9417] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:25:45 nixos postgres[9418]: [9418] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:25:45 nixos postgres[9418]: [9418] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:25:45 nixos postgres[9418]: [9418] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:26:05 nixos postgres[9419]: [9419] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:26:05 nixos postgres[9419]: [9419] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:26:05 nixos postgres[9419]: [9419] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:26:25 nixos postgres[9420]: [9420] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:26:25 nixos postgres[9420]: [9420] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:26:25 nixos postgres[9420]: [9420] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:26:45 nixos postgres[9421]: [9421] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:26:45 nixos postgres[9421]: [9421] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:26:45 nixos postgres[9421]: [9421] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:27:05 nixos postgres[9422]: [9422] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:27:05 nixos postgres[9422]: [9422] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:27:05 nixos postgres[9422]: [9422] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:27:25 nixos postgres[9423]: [9423] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:27:25 nixos postgres[9423]: [9423] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:27:25 nixos postgres[9423]: [9423] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:27:45 nixos postgres[9424]: [9424] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:27:45 nixos postgres[9424]: [9424] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:27:45 nixos postgres[9424]: [9424] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:28:05 nixos postgres[9425]: [9425] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:28:05 nixos postgres[9425]: [9425] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:28:05 nixos postgres[9425]: [9425] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:28:25 nixos postgres[9426]: [9426] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:28:25 nixos postgres[9426]: [9426] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:28:25 nixos postgres[9426]: [9426] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:28:45 nixos postgres[9427]: [9427] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:28:45 nixos postgres[9427]: [9427] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:28:45 nixos postgres[9427]: [9427] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:29:05 nixos postgres[9428]: [9428] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:29:05 nixos postgres[9428]: [9428] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:29:05 nixos postgres[9428]: [9428] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:29:25 nixos postgres[9429]: [9429] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:29:25 nixos postgres[9429]: [9429] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:29:25 nixos postgres[9429]: [9429] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:29:45 nixos postgres[9430]: [9430] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:29:45 nixos postgres[9430]: [9430] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:29:45 nixos postgres[9430]: [9430] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:30:05 nixos postgres[9443]: [9443] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:30:05 nixos postgres[9443]: [9443] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:30:05 nixos postgres[9443]: [9443] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:30:25 nixos postgres[9446]: [9446] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:30:25 nixos postgres[9446]: [9446] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:30:25 nixos postgres[9446]: [9446] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:30:45 nixos postgres[9448]: [9448] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:30:45 nixos postgres[9448]: [9448] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:30:45 nixos postgres[9448]: [9448] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:31:05 nixos postgres[9449]: [9449] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:31:05 nixos postgres[9449]: [9449] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:31:05 nixos postgres[9449]: [9449] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:31:25 nixos postgres[9450]: [9450] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:31:25 nixos postgres[9450]: [9450] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:31:25 nixos postgres[9450]: [9450] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:31:45 nixos postgres[9451]: [9451] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:31:45 nixos postgres[9451]: [9451] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:31:45 nixos postgres[9451]: [9451] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:32:05 nixos postgres[9452]: [9452] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:32:05 nixos postgres[9452]: [9452] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:32:05 nixos postgres[9452]: [9452] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:32:25 nixos postgres[9453]: [9453] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:32:25 nixos postgres[9453]: [9453] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:32:25 nixos postgres[9453]: [9453] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:32:45 nixos postgres[9454]: [9454] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:32:45 nixos postgres[9454]: [9454] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:32:45 nixos postgres[9454]: [9454] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:33:05 nixos postgres[9455]: [9455] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:33:05 nixos postgres[9455]: [9455] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:33:05 nixos postgres[9455]: [9455] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:33:25 nixos postgres[9456]: [9456] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:33:25 nixos postgres[9456]: [9456] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:33:25 nixos postgres[9456]: [9456] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:33:45 nixos postgres[9457]: [9457] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:33:45 nixos postgres[9457]: [9457] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:33:45 nixos postgres[9457]: [9457] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:34:05 nixos postgres[9458]: [9458] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:34:05 nixos postgres[9458]: [9458] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:34:05 nixos postgres[9458]: [9458] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:34:25 nixos postgres[9459]: [9459] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:34:25 nixos postgres[9459]: [9459] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:34:25 nixos postgres[9459]: [9459] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:34:45 nixos postgres[9460]: [9460] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:34:45 nixos postgres[9460]: [9460] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:34:45 nixos postgres[9460]: [9460] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:35:05 nixos postgres[9471]: [9471] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:35:05 nixos postgres[9471]: [9471] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:35:05 nixos postgres[9471]: [9471] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:35:25 nixos postgres[9473]: [9473] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:35:25 nixos postgres[9473]: [9473] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:35:25 nixos postgres[9473]: [9473] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:35:45 nixos postgres[9475]: [9475] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:35:45 nixos postgres[9475]: [9475] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:35:45 nixos postgres[9475]: [9475] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:36:05 nixos postgres[9476]: [9476] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:36:05 nixos postgres[9476]: [9476] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:36:05 nixos postgres[9476]: [9476] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:36:25 nixos postgres[9477]: [9477] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:36:25 nixos postgres[9477]: [9477] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:36:25 nixos postgres[9477]: [9477] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:36:45 nixos postgres[9478]: [9478] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:36:45 nixos postgres[9478]: [9478] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:36:45 nixos postgres[9478]: [9478] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:37:05 nixos postgres[9479]: [9479] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:37:05 nixos postgres[9479]: [9479] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:37:05 nixos postgres[9479]: [9479] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:37:25 nixos postgres[9480]: [9480] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:37:25 nixos postgres[9480]: [9480] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:37:25 nixos postgres[9480]: [9480] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:37:45 nixos postgres[9481]: [9481] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:37:45 nixos postgres[9481]: [9481] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:37:45 nixos postgres[9481]: [9481] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:38:05 nixos postgres[9482]: [9482] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:38:05 nixos postgres[9482]: [9482] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:38:05 nixos postgres[9482]: [9482] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:38:25 nixos postgres[9483]: [9483] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:38:25 nixos postgres[9483]: [9483] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:38:25 nixos postgres[9483]: [9483] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:38:45 nixos postgres[9484]: [9484] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:38:45 nixos postgres[9484]: [9484] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:38:45 nixos postgres[9484]: [9484] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:39:05 nixos postgres[9485]: [9485] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:39:05 nixos postgres[9485]: [9485] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:39:05 nixos postgres[9485]: [9485] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:39:25 nixos postgres[9486]: [9486] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:39:25 nixos postgres[9486]: [9486] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:39:25 nixos postgres[9486]: [9486] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:39:45 nixos postgres[9487]: [9487] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:39:45 nixos postgres[9487]: [9487] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:39:45 nixos postgres[9487]: [9487] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:40:05 nixos postgres[9501]: [9501] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:40:05 nixos postgres[9501]: [9501] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:40:05 nixos postgres[9501]: [9501] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:40:25 nixos postgres[9502]: [9502] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:40:25 nixos postgres[9502]: [9502] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:40:25 nixos postgres[9502]: [9502] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:40:45 nixos postgres[9503]: [9503] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:40:45 nixos postgres[9503]: [9503] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:40:45 nixos postgres[9503]: [9503] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:41:05 nixos postgres[9505]: [9505] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:41:05 nixos postgres[9505]: [9505] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:41:05 nixos postgres[9505]: [9505] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:41:25 nixos postgres[9506]: [9506] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:41:25 nixos postgres[9506]: [9506] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:41:25 nixos postgres[9506]: [9506] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:41:45 nixos postgres[9507]: [9507] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:41:45 nixos postgres[9507]: [9507] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:41:45 nixos postgres[9507]: [9507] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:42:05 nixos postgres[9508]: [9508] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:42:05 nixos postgres[9508]: [9508] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:42:05 nixos postgres[9508]: [9508] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:42:25 nixos postgres[9509]: [9509] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:42:25 nixos postgres[9509]: [9509] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:42:25 nixos postgres[9509]: [9509] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:42:45 nixos postgres[9510]: [9510] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:42:45 nixos postgres[9510]: [9510] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:42:45 nixos postgres[9510]: [9510] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:43:05 nixos postgres[9511]: [9511] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:43:05 nixos postgres[9511]: [9511] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:43:05 nixos postgres[9511]: [9511] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:43:25 nixos postgres[9512]: [9512] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:43:25 nixos postgres[9512]: [9512] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:43:25 nixos postgres[9512]: [9512] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:43:45 nixos postgres[9513]: [9513] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:43:45 nixos postgres[9513]: [9513] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:43:45 nixos postgres[9513]: [9513] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:44:05 nixos postgres[9514]: [9514] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:44:05 nixos postgres[9514]: [9514] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:44:05 nixos postgres[9514]: [9514] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:44:25 nixos postgres[9515]: [9515] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:44:25 nixos postgres[9515]: [9515] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:44:25 nixos postgres[9515]: [9515] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:44:45 nixos postgres[9516]: [9516] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:44:45 nixos postgres[9516]: [9516] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:44:45 nixos postgres[9516]: [9516] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:45:05 nixos postgres[9527]: [9527] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:45:05 nixos postgres[9527]: [9527] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:45:05 nixos postgres[9527]: [9527] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:45:25 nixos postgres[9529]: [9529] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:45:25 nixos postgres[9529]: [9529] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:45:25 nixos postgres[9529]: [9529] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:45:45 nixos postgres[9530]: [9530] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:45:45 nixos postgres[9530]: [9530] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:45:45 nixos postgres[9530]: [9530] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:46:05 nixos postgres[9531]: [9531] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:46:05 nixos postgres[9531]: [9531] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:46:05 nixos postgres[9531]: [9531] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:46:25 nixos postgres[9532]: [9532] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:46:25 nixos postgres[9532]: [9532] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:46:25 nixos postgres[9532]: [9532] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:46:45 nixos postgres[9534]: [9534] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:46:45 nixos postgres[9534]: [9534] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:46:45 nixos postgres[9534]: [9534] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:47:05 nixos postgres[9535]: [9535] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:47:05 nixos postgres[9535]: [9535] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:47:05 nixos postgres[9535]: [9535] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:47:25 nixos postgres[9537]: [9537] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:47:25 nixos postgres[9537]: [9537] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:47:25 nixos postgres[9537]: [9537] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:47:46 nixos postgres[9538]: [9538] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:47:46 nixos postgres[9538]: [9538] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:47:46 nixos postgres[9538]: [9538] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:48:05 nixos postgres[9539]: [9539] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:48:05 nixos postgres[9539]: [9539] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:48:05 nixos postgres[9539]: [9539] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:48:25 nixos postgres[9540]: [9540] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:48:25 nixos postgres[9540]: [9540] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:48:25 nixos postgres[9540]: [9540] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:48:46 nixos postgres[9541]: [9541] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:48:46 nixos postgres[9541]: [9541] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:48:46 nixos postgres[9541]: [9541] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:49:05 nixos postgres[9542]: [9542] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:49:05 nixos postgres[9542]: [9542] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:49:05 nixos postgres[9542]: [9542] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:49:25 nixos postgres[9544]: [9544] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:49:25 nixos postgres[9544]: [9544] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:49:25 nixos postgres[9544]: [9544] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:49:46 nixos postgres[9545]: [9545] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:49:46 nixos postgres[9545]: [9545] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:49:46 nixos postgres[9545]: [9545] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:50:05 nixos postgres[9558]: [9558] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:50:05 nixos postgres[9558]: [9558] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:50:05 nixos postgres[9558]: [9558] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:50:25 nixos postgres[9559]: [9559] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:50:25 nixos postgres[9559]: [9559] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:50:25 nixos postgres[9559]: [9559] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:50:46 nixos postgres[9560]: [9560] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:50:46 nixos postgres[9560]: [9560] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:50:46 nixos postgres[9560]: [9560] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:51:05 nixos postgres[9561]: [9561] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:51:05 nixos postgres[9561]: [9561] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:51:05 nixos postgres[9561]: [9561] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:51:25 nixos postgres[9562]: [9562] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:51:25 nixos postgres[9562]: [9562] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:51:25 nixos postgres[9562]: [9562] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:51:46 nixos postgres[9563]: [9563] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:51:46 nixos postgres[9563]: [9563] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:51:46 nixos postgres[9563]: [9563] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:52:05 nixos postgres[9564]: [9564] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:52:05 nixos postgres[9564]: [9564] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:52:05 nixos postgres[9564]: [9564] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:52:25 nixos postgres[9565]: [9565] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:52:25 nixos postgres[9565]: [9565] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:52:25 nixos postgres[9565]: [9565] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:52:46 nixos postgres[9566]: [9566] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:52:46 nixos postgres[9566]: [9566] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:52:46 nixos postgres[9566]: [9566] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:53:05 nixos postgres[9567]: [9567] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:53:05 nixos postgres[9567]: [9567] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:53:05 nixos postgres[9567]: [9567] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:53:26 nixos postgres[9568]: [9568] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:53:26 nixos postgres[9568]: [9568] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:53:26 nixos postgres[9568]: [9568] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:53:46 nixos postgres[9569]: [9569] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:53:46 nixos postgres[9569]: [9569] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:53:46 nixos postgres[9569]: [9569] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:54:05 nixos postgres[9570]: [9570] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:54:05 nixos postgres[9570]: [9570] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:54:05 nixos postgres[9570]: [9570] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:54:26 nixos postgres[9571]: [9571] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:54:26 nixos postgres[9571]: [9571] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:54:26 nixos postgres[9571]: [9571] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:54:46 nixos postgres[9572]: [9572] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:54:46 nixos postgres[9572]: [9572] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:54:46 nixos postgres[9572]: [9572] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:55:05 nixos postgres[9585]: [9585] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:55:05 nixos postgres[9585]: [9585] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:55:05 nixos postgres[9585]: [9585] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:55:26 nixos postgres[9588]: [9588] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:55:26 nixos postgres[9588]: [9588] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:55:26 nixos postgres[9588]: [9588] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:55:46 nixos postgres[9589]: [9589] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:55:46 nixos postgres[9589]: [9589] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:55:46 nixos postgres[9589]: [9589] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:56:05 nixos postgres[9590]: [9590] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:56:05 nixos postgres[9590]: [9590] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:56:05 nixos postgres[9590]: [9590] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:56:26 nixos postgres[9592]: [9592] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:56:26 nixos postgres[9592]: [9592] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:56:26 nixos postgres[9592]: [9592] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:56:46 nixos postgres[9593]: [9593] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:56:46 nixos postgres[9593]: [9593] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:56:46 nixos postgres[9593]: [9593] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:57:06 nixos postgres[9594]: [9594] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:57:06 nixos postgres[9594]: [9594] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:57:06 nixos postgres[9594]: [9594] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:57:26 nixos postgres[9595]: [9595] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:57:26 nixos postgres[9595]: [9595] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:57:26 nixos postgres[9595]: [9595] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:57:46 nixos postgres[9596]: [9596] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:57:46 nixos postgres[9596]: [9596] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:57:46 nixos postgres[9596]: [9596] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:58:06 nixos postgres[9597]: [9597] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:58:06 nixos postgres[9597]: [9597] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:58:06 nixos postgres[9597]: [9597] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:58:26 nixos postgres[9598]: [9598] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:58:26 nixos postgres[9598]: [9598] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:58:26 nixos postgres[9598]: [9598] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:58:46 nixos postgres[9599]: [9599] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:58:46 nixos postgres[9599]: [9599] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:58:46 nixos postgres[9599]: [9599] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:59:06 nixos postgres[9600]: [9600] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 02:59:06 nixos postgres[9600]: [9600] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:59:06 nixos postgres[9600]: [9600] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:59:26 nixos postgres[9601]: [9601] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 02:59:26 nixos postgres[9601]: [9601] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:59:26 nixos postgres[9601]: [9601] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 02:59:46 nixos postgres[9602]: [9602] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 02:59:46 nixos postgres[9602]: [9602] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 02:59:46 nixos postgres[9602]: [9602] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 03:00:06 nixos postgres[9618]: [9618] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 03:00:06 nixos postgres[9618]: [9618] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 03:00:06 nixos postgres[9618]: [9618] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 03:00:26 nixos postgres[9620]: [9620] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 03:00:26 nixos postgres[9620]: [9620] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 03:00:26 nixos postgres[9620]: [9620] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 03:00:46 nixos postgres[9621]: [9621] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 03:00:46 nixos postgres[9621]: [9621] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 03:00:46 nixos postgres[9621]: [9621] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 03:01:06 nixos postgres[9622]: [9622] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 03:01:06 nixos postgres[9622]: [9622] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 03:01:06 nixos postgres[9622]: [9622] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 03:01:26 nixos postgres[9623]: [9623] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 03:01:26 nixos postgres[9623]: [9623] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 03:01:26 nixos postgres[9623]: [9623] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE template1 REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 03:01:46 nixos postgres[9624]: [9624] WARNING: database "postgres" has a collation version mismatch | |
| Dec 14 03:01:46 nixos postgres[9624]: [9624] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 03:01:46 nixos postgres[9624]: [9624] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE postgres REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 03:02:06 nixos postgres[9625]: [9625] WARNING: database "atuin" has a collation version mismatch | |
| Dec 14 03:02:06 nixos postgres[9625]: [9625] DETAIL: The database was created using collation version 2.38, but the operating system provides version 2.40. | |
| Dec 14 03:02:06 nixos postgres[9625]: [9625] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE atuin REFRESH COLLATION VERSION, or build PostgreSQL with the right library version. | |
| Dec 14 03:02:26 nixos postgres[9626]: [9626] WARNING: database "template1" has a collation version mismatch | |
| Dec 14 03:02:26 nixos postgres[9626]: [9626] DETAIL: The database was created using collation version 2.38, but th |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment