~ubuntu-branches/ubuntu/gutsy/bacula-doc/gutsy

« back to all changes in this revision

Viewing changes to techlogs/2003/kes13Nov02

  • Committer: Bazaar Package Importer
  • Author(s): John Goerzen
  • Date: 2006-08-15 09:44:08 UTC
  • Revision ID: james.westby@ubuntu.com-20060815094408-1kvvfls2hs3d9uw8
Tags: upstream-1.38.11.1
ImportĀ upstreamĀ versionĀ 1.38.11.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
              Technical notes on version 1.27 14Nov02  
 
2
                     13 and 14 November 2002
 
3
                       Kern Sibbald
 
4
 
 
5
General:
 
6
- You MUST either re-initialize your databases or use the 
 
7
    ./alter_mysql_tables
 
8
  or  
 
9
    ./alter_sqlite_tables
 
10
  in the <bacula-src>/src/cats directory to modify your database tables.
 
11
- Major improvements to dbcheck including an interactive mode.
 
12
 
 
13
Changes submitted this submission:
 
14
- Implemented VolumeUseDuration and MaximumVolumeJobs which control
 
15
  when a tape can be marked Used.
 
16
- New tape status "Used" means it was used and cannot be used any more.
 
17
- Defined utime_t which is 64 bit epoch time in seconds.  btime_t is
 
18
  64 bit epoch time in microseconds.
 
19
- Created alter_xxx_tables to add new columns (VolUseDuration, MaxVolJobs) to
 
20
  database. Incremented db version.
 
21
- Changed a few subroutine names concerning dates to be more descriptive.
 
22
- Fixed several places where the last filename was not stored in JCR in
 
23
  FD verify_vol.c and restore.c
 
24
- Major update to dbcheck.  Unfortunately I used subselects, which work
 
25
  perfectly fine in SQLite, but not at all in MySQL.  I must now rework
 
26
  it for MySQL. What a pain!
 
27
- Removed "Database found" from configure output. It was no longer used or valid.
 
28
- Corrected doc --working-dir => --with-working-dir  Thanks to Tuck for 
 
29
  reporting this.
 
30
- Added the database name to the error message for mismatched DB version.
 
31
- Commented out GMP and CWEB from configure as they are not currently used.