Replies: 2 comments
-
where do you see this logs? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Didn't realize discussions were here separate from issues. This was experimental functionality that I don't support. The single user JSON file structure setup is stable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
...Help I suck at docker, talk to me like im stupid when explaining docker what am I doing wrong here?
Windows 11 WSL 2 Docker Desktop
Docker Logs for Postgress:
agixt-db-1
2023-07-27 18:00:34 The files belonging to this database system will be owned by user "postgres".
2023-07-27 18:00:34 This user must also own the server process.
2023-07-27 18:00:34
2023-07-27 18:00:34 The database cluster will be initialized with locale "en_US.utf8".
2023-07-27 18:00:34 The default database encoding has accordingly been set to "UTF8".
2023-07-27 18:00:34 The default text search configuration will be set to "english".
2023-07-27 18:00:34
2023-07-27 18:00:34 Data page checksums are disabled.
2023-07-27 18:00:34
2023-07-27 18:00:34 fixing permissions on existing directory /var/lib/postgresql/data ... 2023-07-27T23:00:41.036381673Z The files belonging to this database system will be owned by user "postgres".
2023-07-27 18:00:41 This user must also own the server process.
2023-07-27 18:00:41
2023-07-27 18:00:41 The database cluster will be initialized with locale "en_US.utf8".
2023-07-27 18:00:41 The default database encoding has accordingly been set to "UTF8".
2023-07-27 18:00:41 The default text search configuration will be set to "english".
2023-07-27 18:00:41
2023-07-27 18:00:41 Data page checksums are disabled.
2023-07-27 18:00:41
2023-07-27 18:00:41 fixing permissions on existing directory /var/lib/postgresql/data ... 2023-07-27T23:05:53.822052588Z The files belonging to this database system will be owned by user "postgres".
2023-07-27 18:05:53 This user must also own the server process.
2023-07-27 18:05:53
2023-07-27 18:05:53 The database cluster will be initialized with locale "en_US.utf8".
2023-07-27 18:05:53 The default database encoding has accordingly been set to "UTF8".
2023-07-27 18:05:53 The default text search configuration will be set to "english".
2023-07-27 18:00:34 chmod: changing permissions of '/var/lib/postgresql/data': Operation not permitted
2023-07-27 18:00:34 initdb: error: could not change permissions of directory "/var/lib/postgresql/data": Operation not permitted
2023-07-27 18:00:41 chmod: changing permissions of '/var/lib/postgresql/data': Operation not permitted
2023-07-27 18:00:41 initdb: error: could not change permissions of directory "/var/lib/postgresql/data": Operation not permitted
2023-07-27 18:05:53 chmod: changing permissions of '/var/lib/postgresql/data': Operation not permitted
2023-07-27 18:05:53 initdb: error: could not change permissions of directory "/var/lib/postgresql/data": Operation not permitted
2023-07-27 18:05:56 chmod: changing permissions of '/var/lib/postgresql/data': Operation not permitted
2023-07-27 18:05:56 initdb: error: could not change permissions of directory "/var/lib/postgresql/data": Operation not permitted
2023-07-27 18:05:53
2023-07-27 18:05:53 Data page checksums are disabled.
2023-07-27 18:05:53
2023-07-27 18:05:53 fixing permissions on existing directory /var/lib/postgresql/data ... 2023-07-27T23:05:56.882618758Z The files belonging to this database system will be owned by user "postgres".
2023-07-27 18:05:56 This user must also own the server process.
2023-07-27 18:05:56
2023-07-27 18:05:56 The database cluster will be initialized with locale "en_US.utf8".
2023-07-27 18:05:56 The default database encoding has accordingly been set to "UTF8".
2023-07-27 18:05:56 The default text search configuration will be set to "english".
2023-07-27 18:05:56
2023-07-27 18:05:56 Data page checksums are disabled.
2023-07-27 18:05:56
2023-07-27T23:05:56.886715427Z fixing permissions on existing directory /var/lib/postgresql/data ...
postgres
Beta Was this translation helpful? Give feedback.
All reactions