From df45374041a9c955eb2ff49ba07959813360c057 Mon Sep 17 00:00:00 2001 From: Haakon Meland Eriksen Date: Sun, 11 Oct 2015 14:32:01 +0200 Subject: Updated Hubzilla on OpenShift HOWTO with use of logging --- doc/Hubzilla_on_OpenShift.bb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') diff --git a/doc/Hubzilla_on_OpenShift.bb b/doc/Hubzilla_on_OpenShift.bb index 0a8571908..316894564 100644 --- a/doc/Hubzilla_on_OpenShift.bb +++ b/doc/Hubzilla_on_OpenShift.bb @@ -24,6 +24,14 @@ Symptoms of need for MySQL database administration are: [*] you can login and you can see your channel posts, but apparently nobody is getting your posts, comments, likes and so on. This can mean your outq table is marked as crashed. [/list] +You can check your OpenShift logs by doing + +[code] +rhc tail -a your_app_name -n your_domain -l your@email.address -p your_account_password +[/code] + +and you might be able to confirm the above suspicions about crashed tables, or other problems you need to fix. + [b]How to fix crashed tables in MySQL[/b] Using MySQL and the MyISAM database engine can result in table indexes coming out of sync, and you have at least two options for fixing tables marked as crashed. [list] -- cgit v1.2.3