ObjectDB ObjectDB

Internal Website Search

1-10 of 57 resultsRefresh
283

Online Backup

also online backup, for backing up an ObjectDB database while it is in use. This is useful in applications that provide round the clock service (24/7/365) such as most web applications. Starting Online Backup The online backup can be started by executing a special query on an EntityManager (em
158

Failed to read DB file while online backup is running

) failed with an exception during an online backup of the same DB file was running and was close ... stacktrace (no inner exception is shown) and it is not related anymore to running of online backups. Maybe ... Build 2.6.2_05 changed only online backup code, but possibly other changes in previous recent builds
141

Online backup with JDO

Hi, I would like to try the Online Backup tool as I am making backups up to now with the not encouraged file-copying method while the database is online. So my first question is to this file-copying. I've read at the Database Doctor that copying the db file while it is online may cause corrupted DB
139

exception during online backup

hi from time to time i get exception during online backup in server/client config: Exception in ... Tomasz Tomasz Wozniak Thank you for your report. I will try to reproduce it by a test that uses online ... and client which is executing test. In first step provisioning is executed and in a second online backup
136

Online backup problem

Hi, We are trying to create a servlet that performs database online backup. Unfortunately, even though no exception is thrown, backup files aren't created. When I turn on DEBUG logging in ODB, I ... is normal (part of the class searching process) and it doesn't seem to be related to the online backup
136

Online Backup in client-server mode

Hello, we have issue with online-backup when using client-server mode. It seems, that it is working the following way. When we run the backup, server is creating tmp file for whole database ... you have two options for online backup: If your specify a File instance as the target parameter then a temporary
136

Catching exceptions from client-server mode online backup

We're using the following to trigger an online backup and we're trying to implement server-side online backup (as discussed in https://www.objectdb.com/forum/2737). EntityManager em = database.createEntityManager(); TypedQuery<Thread> backupQuery = em.createQuery("objectdb backup", Thread.class
132

Incremental online backup

Hello, Are there plans for ObjectDB to handle incremental online backups, where a backup does not create a whole new copy of the DB, but "updates" an existing backup? This behavior would make backups much faster as only a portion of the data would need to be copied. Such a feature would also allow
42

ObjectDB Object Database Features

. Documentation Compressive, up to date, searchable online Developer's Guide/Manual. ObjectDB Manual in PDF format is included in ObjectDB distribution download. Online searchable JPA API Reference (based on JavaDoc). Online searchable JDO API Reference (based on JavaDoc). Tutorials Various
27

Online Backup

An ObjectDB database file can be backed up simply by copying the file (with the associated recovery file if exists). This should only be done when the database is closed. Online backup will enable backup also when the database is open and in use. support Support Online backup is now implemented in ObjectDB 2.1. support Support

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support