Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cache/sessions backed by database #2625

Open
Alexsaphir opened this issue Dec 23, 2024 · 0 comments
Open

cache/sessions backed by database #2625

Alexsaphir opened this issue Dec 23, 2024 · 0 comments

Comments

@Alexsaphir
Copy link

Bug report

Expected Behavior

I've set the cache and the sessions to use the database expecting it to work as the docs suggest.
The issue stems from cache and sessions not existing inside the database.
CDash should create the table inside the database as a migration.

Actual Behavior

10.42.1.7 - - [23/Dec/2024:21:32:53 +0000] "GET /api/v1/createProject.php HTTP/1.1" 200 2070
In Connection.php line 829:
                                                                               
  SQLSTATE[42P01]: Undefined table: 7 ERROR:  relation "cache" does not exist  
  LINE 1: delete from "cache" where "key" = $1                                 
                      ^ (Connection: pgsql, SQL: delete from "cache" where "k  
  ey" = cdash_cacheilluminate:schedule:interrupt)

From this error, I checked if the tables existed in the database, they do not exists.

CDash Version

3.6.2

Additional Information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant