Greetings. I had previously done a faulty loading of data onto the database, so I tried clearing the volumes manually. Unfortunately, I have not been able to because when I try loading the data it says
================================================================================
load pg_denormalized
================================================================================
Academic tradition requires you to cite works you base your article on.
When using programs that use GNU Parallel to process data for publication
please cite:
O. Tange (2011): GNU Parallel - The Command-Line Power Tool,
;login: The USENIX Magazine, February 2011:42-47.
This helps funding further development; AND IT WON'T COST YOU A CENT.
If you pay 10000 EUR you should feel free to use GNU Parallel without citing.
To silence this citation notice: run 'parallel --citation'.
psql: could not connect to server: Connection refused
Is the server running on host "localhost" (127.0.0.1) and accepting
TCP/IP connections on port 12354?
psql: could not connect to server: Connection refused
Is the server running on host "localhost" (127.0.0.1) and accepting
TCP/IP connections on port 12354?
psql: could not connect to server: Connection refused
Is the server running on host "localhost" (127.0.0.1) and accepting
TCP/IP connections on port 12354?
psql: could not connect to server: Connection refused
Is the server running on host "localhost" (127.0.0.1) and accepting
TCP/IP connections on port 12354?
16inputs+2432outputs (0major+52930minor)pagefaults 0swaps
================================================================================
load pg_normalized_batch
================================================================================
Academic tradition requires you to cite works you base your article on.
When using programs that use GNU Parallel to process data for publication
please cite:
O. Tange (2011): GNU Parallel - The Command-Line Power Tool,
;login: The USENIX Magazine, February 2011:42-47.
This helps funding further development; AND IT WON'T COST YOU A CENT.
If you pay 10000 EUR you should feel free to use GNU Parallel without citing.
To silence this citation notice: run 'parallel --citation'.
Traceback (most recent call last):
File "/home/ayaa2021/.local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 3371, in _wrap_pool_connect
return fn()
File "/home/ayaa2021/.local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 327, in connect
return _ConnectionFairy._checkout(self)
File "/home/ayaa2021/.local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 894, in _checkout
fairy = _ConnectionRecord.checkout(pool)
File "/home/ayaa2021/.local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 493, in checkout
rec = pool._do_get()
File "/home/ayaa2021/.local/lib/python3.6/site-packages/sqlalchemy/pool/impl.py", line 146, in _do_get
self._dec_overflow()
File "/home/ayaa2021/.local/lib/python3.6/site-packages/sqlalchemy/util/langhelpers.py", line 72, in __exit__
with_traceback=exc_tb,
File "/home/ayaa2021/.local/lib/python3.6/site-packages/sqlalchemy/util/compat.py", line 211, in raise_
raise exception
File "/home/ayaa2021/.local/lib/python3.6/site-packages/sqlalchemy/pool/impl.py", line 143, in _do_get
return self._create_connection()
File "/home/ayaa2021/.local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 273, in _create_connection
return _ConnectionRecord(self)
...
self.dbapi_connection = connection = pool._invoke_creator(self)
File "/home/ayaa2021/.local/lib/python3.6/site-packages/sqlalchemy/engine/create.py", line 574, in connect
return dialect.connect(*cargs, **cparams)
File "/home/ayaa2021/.local/lib/python3.6/site-packages/sqlalchemy/engine/default.py", line 598, in connect
return self.dbapi.connect(*cargs, **cparams)
File "/home/ayaa2021/.local/lib/python3.6/site-packages/psycopg2/__init__.py", line 122, in connect
conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
(Background on this error at: https://sqlalche.me/e/14/e3q8)
Command exited with non-zero status 10
3.71user 0.70system 0:00.80elapsed 546%CPU (0avgtext+0avgdata 42956maxresident)k
40inputs+2416outputs (0major+159295minor)pagefaults 0swaps
The database is already being initialized although I cleaned the database using the rm -rf $PGDATA' commands. Is there any way the data could be removed on the system administrator side? Also, could anyone tell me what I must have been doing wrong? Thank you so much!
Greetings. I had previously done a faulty loading of data onto the database, so I tried clearing the volumes manually. Unfortunately, I have not been able to because when I try loading the data it says
The database is already being initialized although I cleaned the database using the
rm -rf $PGDATA'
commands. Is there any way the data could be removed on the system administrator side? Also, could anyone tell me what I must have been doing wrong? Thank you so much!