mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
Update docs for DB Utility (#4457)
* Update docs for DB Utility * Update Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
parent
8b367b8068
commit
6070d27956
BIN
docs/img/db_backup.png
Normal file
BIN
docs/img/db_backup.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 65 KiB |
Binary file not shown.
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 14 KiB |
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
title: Database Util
|
||||
title: Database Utility
|
||||
category: reference
|
||||
order: 99
|
||||
---
|
||||
|
||||
`Database Util` is a tool for managing database entries created by abapGit. You can access the tool via the tools icon in the top right corner of the abapGit home page > choose first menu item `Database Util`.
|
||||
`Database Utility` is a tool for managing database entries created by abapGit. You can access the tool via the tools icon in the top right corner of the abapGit home page [](img/utilities.png).
|
||||
|
||||
It's possible to edit database entries of type
|
||||
|
||||
|
@ -13,7 +13,7 @@ It's possible to edit database entries of type
|
|||
- `REPO`
|
||||
- `BACKGROUND`
|
||||
|
||||
Be careful when you edit these entries from within abapGit. Corrupting the XML or setting invalid options might break your abapGit!
|
||||
Caution: Backup all abapGit database entries, first! Be careful when you edit these entries from within abapGit. Corrupting the XML or setting invalid options might break your abapGit!
|
||||
|
||||

|
||||
|
||||
|
@ -248,6 +248,13 @@ The respective XML file contains the method and optionally the credentials neede
|
|||
</asx:abap>
|
||||
```
|
||||
|
||||
## Backup & Restore
|
||||
|
||||
You can backup the abapGit database entries using the menu. Entries are stored in a separate XML-file and combined into a single ZIP-archive named `abapGit_Backup_<date>_<time>.zip`. You can use this feature also to transfer all your settings to another system.
|
||||
|
||||
Example:
|
||||
|
||||
[](img/db_backup.png)
|
||||
|
||||
## Emergency Mode
|
||||
|
||||
|
@ -264,3 +271,4 @@ How to start abapGit in "Emergency Mode":
|
|||
1. After exiting abapGit, go back to SU3 and remove parameter DBT
|
||||
|
||||

|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user