5m 18s
Feb 28, 2025, 4:09 PM

joomla-cms

Re-add FeaturedModel for correct deprecation

softforge
softforge
synchronizedpull request
#45015

Console Logs

1The files belonging to this database system will be owned by user "postgres". 0s
2This user must also own the server process. 0s
3 0s
4The database cluster will be initialized with locale "en_US.utf8". 0s
5The default database encoding has accordingly been set to "UTF8". 0s
6The default text search configuration will be set to "english". 0s
7 0s
8Data page checksums are disabled. 0s
9 0s
10fixing permissions on existing directory /var/lib/postgresql/data ... ok 0s
11creating subdirectories ... ok 0s
12selecting dynamic shared memory implementation ... posix 0s
13selecting default max_connections ... 100 0s
14selecting default shared_buffers ... 128MB 0s
15selecting default time zone ... UTC 0s
16creating configuration files ... ok 0s
17running bootstrap script ... ok 1s
18sh: locale: not found 1s
192025-02-28 16:09:46.816 UTC [35] WARNING: no usable system locales were found 1s
20performing post-bootstrap initialization ... ok 2s
21syncing data to disk ... ok 2s
22 2s
23 2s
24Success. You can now start the database server using: 2s
25 2s
26 pg_ctl -D /var/lib/postgresql/data -l logfile start 2s
27 2s
28initdb: warning: enabling "trust" authentication for local connections 2s
29You can change this by editing pg_hba.conf or using the option -A, or 2s
30--auth-local and --auth-host, the next time you run initdb. 2s
31waiting for server to start....2025-02-28 16:09:48.099 UTC [41] LOG: starting PostgreSQL 12.22 on x86_64-pc-linux-musl, compiled by gcc (Alpine 14.2.0) 14.2.0, 64-bit 2s
322025-02-28 16:09:48.105 UTC [41] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" 2s
332025-02-28 16:09:48.128 UTC [42] LOG: database system was shut down at 2025-02-28 16:09:47 UTC 2s
342025-02-28 16:09:48.133 UTC [41] LOG: database system is ready to accept connections 2s
35 done 2s
36server started 2s
37CREATE DATABASE 3s
38 3s
39 3s
40/usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/* 3s
41 3s
42waiting for server to shut down....2025-02-28 16:09:48.448 UTC [41] LOG: received fast shutdown request 3s
432025-02-28 16:09:48.456 UTC [41] LOG: aborting any active transactions 3s
442025-02-28 16:09:48.469 UTC [41] LOG: background worker "logical replication launcher" (PID 48) exited with exit code 1 3s
452025-02-28 16:09:48.469 UTC [43] LOG: shutting down 3s
462025-02-28 16:09:48.513 UTC [41] LOG: database system is shut down 3s
47 done 3s
48server stopped 3s
49 3s
50PostgreSQL init process complete; ready for start up. 3s
51 3s
522025-02-28 16:09:48.572 UTC [1] LOG: starting PostgreSQL 12.22 on x86_64-pc-linux-musl, compiled by gcc (Alpine 14.2.0) 14.2.0, 64-bit 3s
532025-02-28 16:09:48.572 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 3s
542025-02-28 16:09:48.572 UTC [1] LOG: listening on IPv6 address "::", port 5432 3s
552025-02-28 16:09:48.584 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" 3s
562025-02-28 16:09:48.605 UTC [56] LOG: database system was shut down at 2025-02-28 16:09:48 UTC 3s
572025-02-28 16:09:48.614 UTC [1] LOG: database system is ready to accept connections 3s
Exit Code 0