Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:dpi:dpi_components:platform:dpi_admin:admin_db:start [2018/04/10 13:59] – kvazikrav | en:dpi:dpi_components:platform:dpi_admin:admin_db:start [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== 2 Database administration ====== | + | |
- | {{indexmenu_n> | + | |
- | The built-in database is fault-tolerant and does not require administration. | + | |
- | However, it has occurred in some rare cases that database has been corrupted. | + | |
- | In this case, the following options are possible: | + | |
- | - database deletion and subsequent loading of data from scratch< | + | |
- | **Stop dpi** | + | |
- | service fastdpi stop | + | |
- | Delete database | + | |
- | /bin/rm / | + | |
- | Launch dpi | + | |
- | service fastdpi start | + | |
- | Load all settings in the database from scratch | + | |
- | </ | + | |
- | - database recovery with data transfer < | + | |
- | Stop dpi | + | |
- | service fastdpi stop | + | |
- | Run script | + | |
- | mdb_dump -a -f dump.txt / | + | |
- | /bin/rm / | + | |
- | mdb_load -f dump.txt / | + | |
- | Launch dpi | + | |
- | service fastdpi start | + | |
- | </ | + |