Offline Backup RDF(Virtuoso) Database And restore this database with striping

StackOverflow https://stackoverflow.com/questions/13414243

  •  29-11-2021
  •  | 
  •  

문제

Now in virtuoso.db file striping is not enable. and I want to restore this data with striping functionality. there has to one way to convert data with striping.so please tell me the complete way to do this so i can convert my data.

Thanx

도움이 되었습니까?

해결책

The approximate steps are as suggested in the documentation snippet you quoted. (It helps to include links to the source pages, when you post snippets like this -- so we [I work for OpenLink Software] can adjust content if necessary...)

  1. Dump the database, using your preferred backup method (backup_online(), +backup-dump, +crash-dump).
  2. Move/remove the existing .db file.
  3. Edit the INI file, setting striping as desired.
  4. Restore the .db from the backup .trx dump using the function appropriate to your dump (+restore-backup, +restore-crash-dump).

Exact steps for your deployment cannot be usefully provided here.

For the future -- questions specifically regarding Virtuoso are generally best raised on the Virtuoso Users mailing list, the public OpenLink Support Forums, or through a confidential Support Case.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top