Results

By type

          The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.

The database cluster will be initialized with locale "en_US.utf8".
The default database encoding has accordingly been set to "UTF8".
The default text search configuration will be set to "english".

Data page checksums are disabled.

fixing permissions on existing directory /var/lib/postgresql/data/pgdata ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... posix
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting default time zone ... UTC
creating configuration files ... ok
running bootstrap script ... ok
sh: locale: not found
2023-01-31 03:43:54.948 UTC [21] WARNING:  no usable system locales were found
performing post-bootstrap initialization ... ok
syncing data to disk ... ok


Success. You can now start the database server using:

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

initdb: warning: enabling "trust" authentication for local connections
You can change this by editing pg_hba.conf or using the option -A, or
--auth-local and --auth-host, the next time you run initdb.
waiting for server to start....2023-01-31 03:44:00.493 UTC [27] LOG:  starting PostgreSQL 14.1 on x86_64-pc-linux-musl, compiled by gcc (Alpine 10.3.1_git20211027) 10.3.1 20211027, 64-bit
2023-01-31 03:44:00.496 UTC [27] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2023-01-31 03:44:00.510 UTC [28] LOG:  database system was shut down at 2023-01-31 03:43:58 UTC
2023-01-31 03:44:00.525 UTC [27] LOG:  database system is ready to accept connections
2023-01-31 03:44:00.532 UTC [34] LOG:  TimescaleDB background worker launcher connected to shared catalogs
 done
server started
CREATE DATABASE


/usr/local/bin/docker-entrypoint.sh: sourcing /docker-entrypoint-initdb.d/init-schema.sh
CREATE ROLE
CREATE SCHEMA
GRANT
2023-01-31 03:44:02.749 UTC [43] WARNING:  
	WELCOME TO
	 _____ _                               _     ____________  
	|_   _(_)                             | |    |  _  \ ___ \ 
	  | |  _ _ __ ___   ___  ___  ___ __ _| | ___| | | | |_/ / 
	  | | | |  _ ` _ \ / _ \/ __|/ __/ _` | |/ _ \ | | | ___ \ 
	  | | | | | | | | |  __/\__ \ (_| (_| | |  __/ |/ /| |_/ /
	  |_| |_|_| |_| |_|\___||___/\___\__,_|_|\___|___/ \____/
	               Running version 2.5.1
	For more information on TimescaleDB, please visit the following links:
	
	 1. Getting started: https://docs.timescale.com/timescaledb/latest/getting-started
	 2. API reference documentation: https://docs.timescale.com/api/latest
	 3. How TimescaleDB is designed: https://docs.timescale.com/timescaledb/latest/overview/core-concepts
	
	Note: TimescaleDB collects anonymous reports to better understand and assist our users.
	For more information and how to disable, please see our docs https://docs.timescale.com/timescaledb/latest/how-to-guides/configuration/telemetry.
	
2023-01-31 03:44:02.749 UTC [43] CONTEXT:  PL/pgSQL function inline_code_block line 12 at RAISE
WARNING:  
WELCOME TO
 _____ _                               _     ____________  
|_   _(_)                             | |    |  _  \ ___ \ 
  | |  _ _ __ ___   ___  ___  ___ __ _| | ___| | | | |_/ / 
  | | | |  _ ` _ \ / _ \/ __|/ __/ _` | |/ _ \ | | | ___ \ 
  | | | | | | | | |  __/\__ \ (_| (_| | |  __/ |/ /| |_/ /
  |_| |_|_| |_| |_|\___||___/\___\__,_|_|\___|___/ \____/
               Running version 2.5.1
For more information on TimescaleDB, please visit the following links:

 1. Getting started: https://docs.timescale.com/timescaledb/latest/getting-started
 2. API reference documentation: https://docs.timescale.com/api/latest
 3. How TimescaleDB is designed: https://docs.timescale.com/timescaledb/latest/overview/core-concepts

Note: TimescaleDB collects anonymous reports to better understand and assist our users.
For more information and how to disable, please see our docs https://docs.timescale.com/timescaledb/latest/how-to-guides/configuration/telemetry.

CREATE EXTENSION

waiting for server to shut down...2023-01-31 03:44:02.762 UTC [27] LOG:  received fast shutdown request
.2023-01-31 03:44:02.763 UTC [27] LOG:  aborting any active transactions
terminating TimescaleDB background worker launcher due to administrator commandterminating TimescaleDB scheduler entrypoint due to administrator command2023-01-31 03:44:02.763 UTC [34] FATAL:  terminating background worker "TimescaleDB Background Worker Launcher" due to administrator command
terminating TimescaleDB scheduler entrypoint due to administrator command2023-01-31 03:44:02.764 UTC [27] LOG:  background worker "TimescaleDB Background Worker Launcher" (PID 34) exited with exit code 1
2023-01-31 03:44:02.765 UTC [27] LOG:  background worker "logical replication launcher" (PID 35) exited with exit code 1
2023-01-31 03:44:02.771 UTC [44] FATAL:  terminating background worker "TimescaleDB Background Worker Scheduler" due to administrator command
2023-01-31 03:44:02.773 UTC [27] LOG:  background worker "TimescaleDB Background Worker Scheduler" (PID 44) exited with exit code 1
2023-01-31 03:44:02.817 UTC [29] LOG:  shutting down
2023-01-31 03:44:02.926 UTC [27] LOG:  database system is shut down
 done
server stopped

PostgreSQL init process complete; ready for start up.

2023-01-31 03:44:03.008 UTC [1] LOG:  starting PostgreSQL 14.1 on x86_64-pc-linux-musl, compiled by gcc (Alpine 10.3.1_git20211027) 10.3.1 20211027, 64-bit
2023-01-31 03:44:03.009 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
2023-01-31 03:44:03.009 UTC [1] LOG:  listening on IPv6 address "::", port 5432
2023-01-31 03:44:03.014 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2023-01-31 03:44:03.030 UTC [46] LOG:  database system was shut down at 2023-01-31 03:44:02 UTC
2023-01-31 03:44:03.041 UTC [1] LOG:  database system is ready to accept connections
2023-01-31 03:44:03.047 UTC [52] LOG:  TimescaleDB background worker launcher connected to shared catalogs
2023-01-31 03:44:03.613 UTC [56] LOG:  the "timescaledb" extension is not up-to-date
2023-01-31 03:44:03.613 UTC [56] HINT:  The most up-to-date version is 2.9.2, the installed version is 2.5.1.
2023-01-31 04:03:33.305 UTC [444] ERROR:  relation "cpstemporaldb.databasechangeloglock" does not exist at character 22
2023-01-31 04:03:33.305 UTC [444] STATEMENT:  SELECT COUNT(*) FROM cpstemporaldb.databasechangeloglock
2023-01-31 04:44:03.610 UTC [1286] LOG:  the "timescaledb" extension is not up-to-date
2023-01-31 04:44:03.610 UTC [1286] HINT:  The most up-to-date version is 2.9.2, the installed version is 2.5.1.
2023-01-31 05:44:03.604 UTC [2517] LOG:  the "timescaledb" extension is not up-to-date
2023-01-31 05:44:03.604 UTC [2517] HINT:  The most up-to-date version is 2.9.2, the installed version is 2.5.1.
2023-01-31 06:44:06.101 UTC [3751] LOG:  the "timescaledb" extension is not up-to-date
2023-01-31 06:44:06.101 UTC [3751] HINT:  The most up-to-date version is 2.9.2, the installed version is 2.5.1.
2023-01-31 07:44:03.630 UTC [4984] LOG:  the "timescaledb" extension is not up-to-date
2023-01-31 07:44:03.630 UTC [4984] HINT:  The most up-to-date version is 2.9.2, the installed version is 2.5.1.
2023-01-31 08:44:03.614 UTC [6212] LOG:  the "timescaledb" extension is not up-to-date
2023-01-31 08:44:03.614 UTC [6212] HINT:  The most up-to-date version is 2.9.2, the installed version is 2.5.1.
2023-01-31 09:44:03.617 UTC [7445] LOG:  the "timescaledb" extension is not up-to-date
2023-01-31 09:44:03.617 UTC [7445] HINT:  The most up-to-date version is 2.9.2, the installed version is 2.5.1.