Summary: | Access denied for user 'koha_library'@'localhost' | ||
---|---|---|---|
Product: | Koha | Reporter: | tommaso spazzali <spazzali> |
Component: | Installation and upgrade (command-line installer) | Assignee: | Bugs List <koha-bugs> |
Status: | CLOSED INVALID | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | dcook, jonathan.druart |
Version: | Main | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6416 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: | first line of a history command run on the server |
Description
tommaso spazzali
2020-08-27 10:41:43 UTC
The correct dump/restore workflow is: systemctl stop apache2 systemctl stop koha-common koha-dump koha-remove koha-restore systemctl start koha-common systemctl start apache2 |