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

schema version 1 #1

Open
GoogleCodeExporter opened this issue Jul 9, 2015 · 1 comment
Open

schema version 1 #1

GoogleCodeExporter opened this issue Jul 9, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

I want to use sqlog with schema version 1.
But there is no option for that.

Original issue reported on code.google.com by [email protected] on 18 Apr 2011 at 7:18

@GoogleCodeExporter
Copy link
Author

Hm, sorry we didn't see this issue until now.

The only reason schema v1 code is in sqlog is for backwards compatibility,
and I think the idea would be to remove v1 support after everyone has upgraded.
Therefore, I don't think that adding an option to force v1 would be a good idea.

However, the function to create the v1 table and backfill it with existing jobs
is still in sqlog-db-util (backfill_slurm_joblog_table_to_v1), so you could 
modify
sqlog-db-util to call that function and create your v1 table.

If there is not a v2 table in the DB, then the rest of the sqlog tools should 
fall
back to v1 (for now).

mark

Original comment by [email protected] on 26 Apr 2011 at 1:31

  • Added labels: Priority-Low, Type-Enhancement
  • Removed labels: Priority-Medium, Type-Defect

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