Can't start database #73

Closed
opened 2026-02-04 17:00:47 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @ruitcatarino on GitHub (Mar 3, 2021).

Trying to run planka in raspberry pi 4, with docker-compose
The error thats is showing is this one:

Success. You can now start the database server using:

    pg_ctl -D /var/lib/postgresql/data -l logfile start

waiting for server to start....1970-04-25 22:47:04.009 GMT [37] LOG:  starting PostgreSQL 13.2 on arm-unknown-linux-musleabihf, compiled by gcc (Alpine 10.2.1_pre1) 10.2.1 20201203, 32-bit
1970-04-25 22:47:04.009 GMT [37] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
........1970-04-25 22:47:04.009 GMT [37] LOG:  startup process (PID 38) was terminated by signal 11: Segmentation fault
1970-04-25 22:47:04.009 GMT [37] LOG:  aborting startup due to startup process failure
.1970-04-25 22:47:04.009 GMT [37] LOG:  database system is shut down
 stopped waiting
pg_ctl: could not start server
Examine the log output.

PostgreSQL Database directory appears to contain a database; Skipping initialization

1970-05-02 00:25:12.010 GMT [1] LOG:  starting PostgreSQL 13.2 on arm-unknown-linux-musleabihf, compiled by gcc (Alpine 10.2.1_pre1) 10.2.1 20201203, 32-bit
1970-05-02 00:25:12.010 GMT [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
1970-05-02 00:25:12.010 GMT [1] LOG:  listening on IPv6 address "::", port 5432
1970-05-02 00:25:12.010 GMT [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
1970-05-02 00:25:12.010 GMT [23] FATAL:  the database system is starting up
1970-05-02 00:25:12.010 GMT [1] LOG:  startup process (PID 22) was terminated by signal 11: Segmentation fault
1970-05-02 00:25:12.010 GMT [1] LOG:  aborting startup due to startup process failure
1970-05-02 00:25:12.010 GMT [1] LOG:  database system is shut down
Originally created by @ruitcatarino on GitHub (Mar 3, 2021). Trying to run planka in raspberry pi 4, with docker-compose The error thats is showing is this one: ``` Success. You can now start the database server using: pg_ctl -D /var/lib/postgresql/data -l logfile start waiting for server to start....1970-04-25 22:47:04.009 GMT [37] LOG: starting PostgreSQL 13.2 on arm-unknown-linux-musleabihf, compiled by gcc (Alpine 10.2.1_pre1) 10.2.1 20201203, 32-bit 1970-04-25 22:47:04.009 GMT [37] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" ........1970-04-25 22:47:04.009 GMT [37] LOG: startup process (PID 38) was terminated by signal 11: Segmentation fault 1970-04-25 22:47:04.009 GMT [37] LOG: aborting startup due to startup process failure .1970-04-25 22:47:04.009 GMT [37] LOG: database system is shut down stopped waiting pg_ctl: could not start server Examine the log output. ``` ``` PostgreSQL Database directory appears to contain a database; Skipping initialization 1970-05-02 00:25:12.010 GMT [1] LOG: starting PostgreSQL 13.2 on arm-unknown-linux-musleabihf, compiled by gcc (Alpine 10.2.1_pre1) 10.2.1 20201203, 32-bit 1970-05-02 00:25:12.010 GMT [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 1970-05-02 00:25:12.010 GMT [1] LOG: listening on IPv6 address "::", port 5432 1970-05-02 00:25:12.010 GMT [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" 1970-05-02 00:25:12.010 GMT [23] FATAL: the database system is starting up 1970-05-02 00:25:12.010 GMT [1] LOG: startup process (PID 22) was terminated by signal 11: Segmentation fault 1970-05-02 00:25:12.010 GMT [1] LOG: aborting startup due to startup process failure 1970-05-02 00:25:12.010 GMT [1] LOG: database system is shut down ```
Author
Owner

@ruitcatarino commented on GitHub (Mar 3, 2021):

The error seems to be with postgres:alpine, since if i run everything with postgres:final, it works.

@ruitcatarino commented on GitHub (Mar 3, 2021): The error seems to be with postgres:alpine, since if i run everything with postgres:final, it works.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#73