17 lines
902 B
Plaintext
17 lines
902 B
Plaintext
2025-02-03 19:09:05,156 - INFO - Starting news update process
|
|
2025-02-03 19:09:05,192 - INFO - Creating stocknews table
|
|
2025-02-03 19:09:05,207 - INFO - Successfully created stocknews table
|
|
2025-02-03 19:09:05,207 - INFO - Checking database schema...
|
|
2025-02-03 19:09:05,251 - INFO - Adding last_checked_at column to tickers table
|
|
2025-02-03 19:09:05,253 - ERROR - Error ensuring schema: must be owner of table tickers
|
|
|
|
2025-02-03 19:09:05,254 - ERROR - Critical error in main process: must be owner of table tickers
|
|
Traceback (most recent call last):
|
|
File "/home/cube/RivaCube/update_stocksnews.py", line 199, in main
|
|
ensure_database_schema(db_manager)
|
|
File "/home/cube/RivaCube/update_stocksnews.py", line 87, in ensure_database_schema
|
|
cursor.execute("""
|
|
psycopg2.errors.InsufficientPrivilege: must be owner of table tickers
|
|
|
|
2025-02-03 19:09:05,257 - INFO - News update process finished
|