Skip to content

Commit 4606b2d

Browse files
committed
Added data files
1 parent f11f939 commit 4606b2d

File tree

1,039 files changed

+1015
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,039 files changed

+1015
-7
lines changed

.devcontainer/docker-compose.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
image: postgres:latest
66
restart: unless-stopped
77
volumes:
8-
- postgres-data:/var/lib/postgresql/data
8+
- ./postgresql-data:/var/lib/postgresql/data
99
environment:
1010
POSTGRES_USER: postgres
1111
POSTGRES_DB: postgres
@@ -21,16 +21,12 @@ services:
2121
image: dpage/pgadmin4:8.3
2222
restart: unless-stopped
2323
volumes:
24-
- pgadmin-data:/var/lib/pgadmin
24+
- ./pgadmin-data:/var/lib/pgadmin
2525
environment:
2626
PGADMIN_DEFAULT_EMAIL: [email protected]
27-
PGADMIN_DEFAULT_PASSWORD: password
27+
PGADMIN_DEFAULT_PASSWORD: SecretPassword
2828
PGADMIN_LISTEN_PORT: 8080
2929
PGADMIN_CONFIG_PROXY_X_HOST_COUNT: 1
3030
PGADMIN_CONFIG_PROXY_X_PREFIX_COUNT: 1
3131
ports:
3232
- "8080:8080"
33-
34-
volumes:
35-
postgres-data: {}
36-
pgadmin-data: {}
168 KB
Binary file not shown.

.devcontainer/pgadmin-data/sessions/7ea0edc7-fe57-4369-9b29-4a94e0df71e8

Whitespace-only changes.

.devcontainer/pgadmin-data/sessions/be9fe7e1-01dd-4283-b60d-b0cdaa6ef2e1

Whitespace-only changes.
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
240227160306234710,pg_restore: error: unsupported version (1.15) in file header
2+
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
INFO:: b'Starting the process executor...'
2+
INFO:: b'Disabled the SIGINT, SIGTERM signals...'
3+
INFO:: b'[CHILD] Forked the child process...'
4+
INFO:: b'[CHILD] Make the child process leader...'
5+
INFO:: b'[CHILD] Make the child process leader...'
6+
INFO:: b'[CHILD] Inform parent about successful child forking...'
7+
INFO:: b'[CHILD] Start executing the background process...'
8+
INFO:: b'[PARENT] Got message from the child...'
9+
INFO:: b"Initialize the process execution: ['/usr/local/pgsql-15/pg_restore', '--host', 'localhost', '--port', '5432', '--username', 'postgres', '--no-password', '--dbname', 'library', '--section=pre-data', '--section=data', '--section=post-data', '--create', '--clean', '--if-exists', '--verbose', '/var/lib/pgadmin/storage/sql_mongodb.com/library-backup.sql']"
10+
INFO:: b'[PARENT] Exiting...'
11+
INFO:: b'Updating the status:\n{"start_time": "2024-02-27 16:03:06.210707 +0000", "pid": 148}'
12+
INFO:: b'Status updated...'
13+
INFO:: b'Starting the command execution...'
14+
INFO:: b'Updating the status:\n{"start_time": "2024-02-27 16:03:06.229170 +0000", "pid": 149}'
15+
INFO:: b'Status updated after starting child process...'
16+
INFO:: b'Attaching the loggers to stdout, and stderr...'
17+
INFO:: b'Waiting for the process to finish...'
18+
INFO:: b'Process exited with code: 1'
19+
INFO:: b'Updating the status:\n{"start_time": "2024-02-27 16:03:06.229170 +0000", "pid": 149, "exit_code": 1, "end_time": "2024-02-27 16:03:06.239571 +0000"}'
20+
INFO:: b'Exiting the process executor...'
21+
INFO:: b'Bye!'

.devcontainer/pgadmin-data/sessions/process_logs/240227160305926178/out

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"start_time": "2024-02-27 16:03:06.229170 +0000", "pid": 149, "exit_code": 1, "end_time": "2024-02-27 16:03:06.239571 +0000"}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
240227160447649744,pg_restore: error: unsupported version (1.15) in file header
2+

0 commit comments

Comments
 (0)