mediagis / nominatim-docker

100% working container for Nominatim
Creative Commons Zero v1.0 Universal
1.08k stars 442 forks source link

Could not locate a valid checkpoint record #410

Open devopsnot opened 1 year ago

devopsnot commented 1 year ago

I am having the following error after a reboot that was performed on my virtual machine

nominatim | Starting PostgreSQL 14 database server nominatim | Error: /usr/lib/postgresql/14/bin/pg_ctl /usr/lib/postgresql/14/bin/pg_ctl start -D /var/lib/postgresql/14/main -l /var/log/postgresql/postgresql-14-main.log -s -o -c config_file="/etc/postgresql/14/main/postgresql.conf" exited with status 1: nominatim | 2022-12-20 20:15:13.306 UTC [27] LOG: starting PostgreSQL 14.5 (Ubuntu 14.5-0ubuntu0.22.04.1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0, 64-bit nominatim | 2022-12-20 20:15:13.309 UTC [27] LOG: listening on IPv4 address "0.0.0.0", port 5432 nominatim | 2022-12-20 20:15:13.311 UTC [27] LOG: could not create IPv6 socket for address "::": Address family not supported by protocol nominatim | 2022-12-20 20:15:13.327 UTC [27] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" nominatim | 2022-12-20 20:15:13.343 UTC [28] LOG: database system was interrupted; last known up at 2022-12-20 19:27:43 UTC nominatim | 2022-12-20 20:15:13.443 UTC [28] LOG: invalid resource manager ID in primary checkpoint record nominatim | 2022-12-20 20:15:13.443 UTC [28] PANIC: could not locate a valid checkpoint record nominatim | 2022-12-20 20:15:13.650 UTC [27] LOG: startup process (PID 28) was terminated by signal 6: Aborted nominatim | 2022-12-20 20:15:13.650 UTC [27] LOG: aborting startup due to startup process failure nominatim | 2022-12-20 20:15:13.671 UTC [27] LOG: database system is shut down nominatim | pg_ctl: could not start server nominatim | Examine the log output. nominatim | ...fail!