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

Does rundeckdb.trace.db really need be backup? #1689

Closed
ozbillwang opened this issue Feb 18, 2016 · 3 comments
Closed

Does rundeckdb.trace.db really need be backup? #1689

ozbillwang opened this issue Feb 18, 2016 · 3 comments

Comments

@ozbillwang
Copy link

In document backup and recovery (http://rundeck.org/docs/administration/backup-and-recovery.html#backup), we are asked to backup the whole data folder /var/lib/rundeck/data

But seems the file rundeckdb.trace.db is plain text file with a lot of errors in it (Currently in my environment, there are ldap error reported) , it makes the file really big.

[rundeck@rundeck data]$ file rundeckdb.trace.db
rundeckdb.trace.db: ASCII text
[rundeck@rundeck data]$ file rundeckdb.h2.db
rundeckdb.h2.db: data

[rundeck@rundeck data]$ head -5  rundeckdb.trace.db
02-17 12:21:29 jdbc[3]: exception
org.h2.jdbc.JdbcSQLException: Feature not supported: "isWrapperFor" [50100-176]
    at org.h2.message.DbException.getJdbcSQLException(DbException.java:344)
    at org.h2.message.DbException.get(DbException.java:178)
    at org.h2.message.DbException.get(DbException.java:154)

I take care the ldap error by myself, backup is serious thing I am working on. I upload the data folder to s3 bucket daily, so need know your option, if I DO need backup rundeckdb.trace.db or not.

If that's only log in it, shouldn't be named as *.db, maybe rundeckdb.trace.log is better name, and should be moved to logs folder

@ahonor
Copy link
Contributor

ahonor commented Feb 18, 2016

@SydOps I would treat it as kind of debug information. I don't use it.

@gschueler
Copy link
Member

@SydOps it is not needed. see this issue too #1175 (comment)

@ozbillwang
Copy link
Author

thanks, @ahonor & @gschueler

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

No branches or pull requests

3 participants