This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
niota-docs:niota_install_meta_restore [2025/05/09 09:58] admin created |
niota-docs:niota_install_meta_restore [2025/07/17 14:11] (current) |
||
|---|---|---|---|
| Line 27: | Line 27: | ||
| **Take care to create also the user on your MySQL DBMS which you set in then environment file** | **Take care to create also the user on your MySQL DBMS which you set in then environment file** | ||
| + | ** restore needs a user that has a least ''SUPER'' privilege, which is a global privilege. Grant this privilege to the user you use in your config or use a user that already has this privilege ** Usually ''root'' has all needed privileges. | ||
| run script ''do_manage_metadb'' with option ''restore'' | run script ''do_manage_metadb'' with option ''restore'' | ||
| Line 50: | Line 51: | ||
| Mind the following messages below this block. | Mind the following messages below this block. | ||
| + | <code> | ||
| + | DD.MM.YYYY 9:57:03,67 ***INF: scriptfolder set due to option / "mysql" / "restore" | ||
| + | |||
| + | mysql: [Warning] Using a password on the command line interface can be insecure. | ||
| + | DD.MM.YYYY 9:57:07,50 ***INF: everything seems to be OK | ||
| + | DD.MM.YYYY 9:57:07,50 ***INF: finished restore | ||
| + | DD.MM.YYYY 9:57:07,51 ***INF: seems we are done! | ||
| + | </code> | ||
| + | |||
| + | Now check in you MySQL client tool, if all required objects are restored. | ||